[
https://issues.apache.org/jira/browse/KAFKA-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Hauch resolved KAFKA-9223.
----------------------------------
Fix Version/s: 2.3.2
Resolution: Fixed
Thanks, @C0urante. This PR changes one of the Connect integration tests to call
{{maskExitProcedures(true)}}, but thanks to the previously merged
https://github.com/apache/kafka/pull/7028 the default for this was changed to
true on the 2.4 and trunk branches. We should have backported
https://github.com/apache/kafka/pull/7028 to the 2.3 branch at the time, and
that seems like the preferred approach because all Connect integration tests
start and stop one or more Connect workers and we don't want those workers to
fail and call {{System.exit()}}.
So, I'm closing this without merging because I just backported
https://github.com/apache/kafka/pull/7028 to the 2.3 branch.
> RebalanceSourceConnectorsIntegrationTest disrupting builds with System::exit
> ----------------------------------------------------------------------------
>
> Key: KAFKA-9223
> URL: https://issues.apache.org/jira/browse/KAFKA-9223
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Affects Versions: 2.4.0, 2.3.2
> Reporter: Chris Egerton
> Assignee: Chris Egerton
> Priority: Major
> Fix For: 2.3.2
>
>
> The RebalanceSourceConnectorsIntegrationTest causes builds to fail sometimes
> by ungracefully shutting down its embedded Connect workers, which in turn
> call System::exit.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)