[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2019-02-15 Thread Peter Davis (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16769912#comment-16769912 ] Peter Davis commented on KAFKA-7088: Encountered this bug today with 0.11.0 client.  Similar same

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-26 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16523725#comment-16523725 ] Lukasz Gluchowski commented on KAFKA-7088: -- Sorry but DEBUG is still to verbose. It is impacting

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16522031#comment-16522031 ] Ted Yu commented on KAFKA-7088: --- Maybe set log level to DEBUG when you have a chance. Thanks > Kafka

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-25 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16522004#comment-16522004 ] Lukasz Gluchowski commented on KAFKA-7088: -- [~yuzhih...@gmail.com] I turned TRACE logging on non

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520844#comment-16520844 ] Ted Yu commented on KAFKA-7088: --- Lukasz: I was looking at code related to how queued TxnRequestHandler's

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520463#comment-16520463 ] Guozhang Wang commented on KAFKA-7088: -- If you did not override the MAX_BLOCK_MS_CONFIG value, then

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520396#comment-16520396 ] Lukasz Gluchowski commented on KAFKA-7088: -- I switched from "exactly once" to "at least once"

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520094#comment-16520094 ] Ted Yu commented on KAFKA-7088: --- What's the value for "processing.guarantee" ? {code}

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520069#comment-16520069 ] Lukasz Gluchowski commented on KAFKA-7088: -- [~guozhang] thank you for your response. The

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519600#comment-16519600 ] Guozhang Wang commented on KAFKA-7088: -- [~lgluchowski] The blocking code inside producer is: {code}

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-21 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519572#comment-16519572 ] Matthias J. Sax commented on KAFKA-7088: According to the stack trace it hangs in the producer.

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519542#comment-16519542 ] Ted Yu commented on KAFKA-7088: --- Is it possible to reproduce this behavior using 1.1.1 RC ? There have been