Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
None
-
Reviewed
Description
If we try to update quota of an existing mount entry and at the same time periodic quota update service is running on the same mount entry, it is leading the mount table to inconsistent state.
Here transactions are:
A - Quota update service is fetching mount table entries.
B - Quota update service is updating the mount table with current usage.
A' - User is trying to update quota using admin cmd.
and the transaction sequence is [ A A' B ]
quota update service is updating the mount table with old quota value.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-13553 RBF: Support global quota
- Resolved