You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Randall Hauch (Jira)" <ji...@apache.org> on 2019/11/22 15:22:00 UTC

[jira] [Resolved] (KAFKA-9223) RebalanceSourceConnectorsIntegrationTest disrupting builds with System::exit

     [ 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)