supratimdeka opened a new pull request #832: HDDS-1535. Space tracking for Open 
Containers : Handle Node Startup. Contributed by Supratim Deka
URL: https://github.com/apache/hadoop/pull/832
 
 
   https://issues.apache.org/jira/browse/HDDS-1535
   
   Follow up from HDDS-1511.
   Space tracking for Open Containers (committed space in the volume) relies on 
usedBytes in the Container state. usedBytes is not persisted for every update 
(chunkWrite). So on a node restart the value is stale.
   
   The fix iterates the block DB for Open containers when building the 
container set (during startup).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to