You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/08/23 09:23:09 UTC

[GitHub] [ozone] ChenSammi commented on pull request #2538: HDDS-5619. Ozone data corruption issue on follower node.

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org