KAFKA-13533: Clean up resources on failed connector and task startup#11608
KAFKA-13533: Clean up resources on failed connector and task startup#11608C0urante wants to merge 2 commits intoapache:trunkfrom
Conversation
|
@tombentley FYI, I've finished rebasing this. |
yeoncheol-jang
left a comment
There was a problem hiding this comment.
I don't have any authority but no additional opinion for this. 👍🏼
|
Downgrading to a draft until I can revisit and fix the merge conflicts. |
|
This PR is being marked as stale since it has not had any activity in 90 days. If you If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact). 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. |
|
This PR has been closed since it has not had any activity in 120 days. If you feel like this |
Jira
Introduces and leverages a new
Closeablesutility class that can be used to track accruedAutoCloseableobjects via a try-with-resources block. Also switches theWorkerclass over to usePlugins::withClassLoaderwherever possible.Committer Checklist (excluded from commit message)