aiven / kafka

Mirror of Apache Kafka
Apache License 2.0
2 stars 1 forks source link

fix: re-open closed txn index channel #46

Open jeqo opened 9 months ago

jeqo commented 9 months ago

When timeout is not large enough on fetching remote indexes, the Transaction index may fall into a closed state, that is not recoverable.

To avoid failing on every fetch request on the same txn index until restarted, this PR proposes to reopen a closed file channel.

github-actions[bot] commented 6 months ago

This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge conflicts, please update it with the latest from trunk (or appropriate release branch)

If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.