kafka
kafka copied to clipboard
KAFKA-12827 Remove Deprecated method KafkaStreams#setUncaughtExceptionHandler
- Remove Deprecated method KafkaStreams#setUncaughtExceptionHandler
- Fix test cases.
- https://issues.apache.org/jira/browse/KAFKA-12827
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
Can someone from the committer's group trigger the build again? I ran the test cases locally and It went successful
CC @mjsax @jlprat
Hi @abhishekgiri23 We have some flaky tests and having a green build is not something that occurs that often unfortunately.
@abhishekgiri23 -- Any updates on this PR?
@abhishekgiri23 -- Any updates on this PR?
@mjsax was caught up in other stuff. I didn't have time to work on it. I am planning to update it by this weekend.
@abhishekgiri23 -- Seems you pushed some changes, but w/o addressing all review comments yet.
@abhishekgiri23 -- Seems you pushed some changes, but w/o addressing all review comments yet.
It is still in progress.. will push and notify
@abhishekgiri23 -- How are things going?
@mjsax only one class is remaining, I will fix it very soon. Please bear with me for being delayed.
No problem. Just checking in :) -- Btw: 335 commits does not sound right. Seems you need to cleanup this PR a little bit (it seems it needs a proper rebase on trunk)
@abhishekgiri23 -- We are slowly approaching AK 4.0 release deadline. Would be great if we could finish this soon.
Thanks for updating the PR. There is test errors:
FAILED ❌ EosIntegrationTest > "shouldNotViolateEosIfOneTaskFails(boolean).processingThreadsEnabled=true"
FAILED ❌ EosIntegrationTest > "shouldNotViolateEosIfOneTaskFails(boolean).processingThreadsEnabled=false"
FAILED ❌ EosIntegrationTest > "shouldNotViolateEosIfOneTaskFailsWithState(boolean).processingThreadsEnabled=true"
FAILED ❌ EosIntegrationTest > "shouldNotViolateEosIfOneTaskFailsWithState(boolean).processingThreadsEnabled=false"
FAILED ❌ QueryableStateIntegrationTest > shouldAllowToQueryAfterThreadDied()
@abhishekgiri23 There is merge conflicts. Can you rebase to latest trunk?
@abhishekgiri23 There is merge conflicts. Can you rebase to latest
trunk?
it is interesting, I rebased it. But it is still not resolved. Let me check
Thanks for the PR! Merged to trunk.