Bob Barrett created KAFKA-9749:
----------------------------------

             Summary: TransactionMarkerRequestCompletionHandler should treat 
storage exceptions as retriable
                 Key: KAFKA-9749
                 URL: https://issues.apache.org/jira/browse/KAFKA-9749
             Project: Kafka
          Issue Type: Bug
            Reporter: Bob Barrett


If `TransactionMarkerRequestCompletionHandler` handles a 
`KafkaStorageException`, it throws an IllegalStateException rather than 
retrying. This leaves the corresponding transactional ID in state PendingAbort, 
where it gets stuck, because any further EndTxn or InitProducerId call will 
fail with a CONCURRENT_TRANSACTIONS error. We should retry these errors when 
writing transaction markers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to