bristy opened a new pull request #9621:
URL: https://github.com/apache/kafka/pull/9621


   *More detailed description of your change,
   if necessary. The PR title and PR message become
   the squashed commit message, so use a separate
   comment to ping reviewers.*
   FileChannel.close() does not guarantee modified buffer would be written on 
the file system. We are changing  it with force() semantics to enforce file 
buffer and metadata written to filesystem ( FileChannel.force(true) updates 
buffer and metadata).
   
   *Summary of testing strategy (including rationale)
   I have run unittests after making the changes.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to