jolshan commented on pull request #9590:
URL: https://github.com/apache/kafka/pull/9590#issuecomment-728360755


   I've updated the code to delay creating a new segment until there is a 
non-compacted record. If a segment is never created in cleanSegments, the old 
segments are simply deleted rather than replaced. I had to change some code 
surrounding the transactionMetadata that allows a delay before updating the 
transactionIndex of a segment until the segment is actually created. Any 
aborted transactions will be added once the segment is created.


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