sunchao commented on PR #8513:
URL: https://github.com/apache/hadoop/pull/8513#issuecomment-4529720152

   cc @anmolanmol1234 @anujmodi2021 @steveloughran, could you review this?
   
   It addresses a failure in the small-write append-with-flush path: after 
`hflush()` consumes the active block, a subsequent `close()` can attempt to 
reuse that already closed block. The PR adds a focused `write -> hflush -> 
close` regression test.
   


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