You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "cosmozhu (Jira)" <ji...@apache.org> on 2021/02/07 07:58:00 UTC

[jira] [Created] (KAFKA-12308) ConfigDef.parseType deadlock

cosmozhu created KAFKA-12308:
--------------------------------

             Summary: ConfigDef.parseType deadlock
                 Key: KAFKA-12308
                 URL: https://issues.apache.org/jira/browse/KAFKA-12308
             Project: Kafka
          Issue Type: Bug
          Components: config
    Affects Versions: 2.5.0
         Environment: kafka 2.5.0
centos7
java version "1.8.0_231"
            Reporter: cosmozhu
         Attachments: deadlock.log

hi,
 the problem was found, when I restarted *ConnectDistributed*

I restart ConnectDistributed in the single node for the test, with not delete connectors.
 sometimes the process stopped when creating connectors.

I add some logger and found it had a deadlock in `ConfigDef.parseType`.My connectors always have the same transforms. I guess when connector startup (in startAndStopExecutor which default 8 threads) and load the same class file it has something wrong.

I attached the jstack log file.

thanks for any help.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)