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

   It appears this test was failing because the transaction was never aborting 
and the concurrent transactions errors would not go away. 
   
   
https://github.com/apache/kafka/commit/ccab9eb8b4781eb4b8edbd03b505ae31e1abdff7 
introduced the test failure because it requires the transaction to complete, 
but I suspect the lack of completion was happening before the change.
   
   The timeout for the write is based on the transactional timeout, and 100ms 
seemed too small -- thus the requests to update the state would often 
repeatedly time out. 
   
   Also removed the loop since it was not necessary.
   


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

Reply via email to