ChenSammi commented on pull request #2538:
URL: https://github.com/apache/ozone/pull/2538#issuecomment-903594803


   > 
   > 
   > The issue eventually turned out to be race among write chunk/readChunk 
threads all using the same file channel. With concurrent writers and readers on 
the same file, the behaviour seems unpredictable and leads to block file 
sparseness on disk.
   
   @bshashikant ,  for ContainerStateMachine#read function,I'm not clear about 
one thing,when  stateMachineDataCache.get(entry.getIndex()) return null, why we 
cannot think that the data is already written to the disk. 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to