gharris1727 opened a new pull request, #13208:
URL: https://github.com/apache/kafka/pull/13208

   Both the SourceTaskOffsetCommitter and WorkerSourceTask trigger offset 
commits. Currently, when both threads attempt to start concurrent flushes, the 
second to call beginFlush receives an exception. The SourceTaskOffsetCommitter 
swallows this exception, while the WorkerSourceTask propagates the exception, 
preventing the final offset from completing cleanly and dropping final offsets.
   
   This change allows the second caller of waitForBeginFlush to wait for the 
first flush operation to complete, avoiding exceptions if offset flushes are 
prompt.
   
   Signed-off-by: Greg Harris <greg.har...@aiven.io>
   
   ### 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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

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

Reply via email to