Transaction hang with tx::errc::concurrent_transactions
#23656
Labels
kind/bug
Something isn't working
tx::errc::concurrent_transactions
#23656
Version & Environment
Redpanda version: (use
rpk version
): v24.2.4What went wrong?
At some point redpanda start returning
tx::errc::concurrent_transactions
for new transactional producer.We tried to restart redpanda but unfortunately that doesn't help:
What should have happened instead?
Transactional producer should be overriding previous instances (at least after restart)
Other approach would be to have some force-delete for transactions using rpk tool.
How to reproduce the issue?
I am not sure about exact scenario however it might be related to removed topics that were used within this transaction/consumer related to transaction.
Additional information
We saved the storage for this instance and can provide more logs/data if needed with required layers.
Previously we used a small timeout for transactions eviction (~10 mins). But after this case #22670 we decided to remove this value (especially for old instances).
The text was updated successfully, but these errors were encountered: