[jira] [Commented] (KAFKA-7994) Improve Stream-Time for rebalances and restarts

2019-05-27 Thread Bruno Cadonna (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848791#comment-16848791 ] Bruno Cadonna commented on KAFKA-7994: -- I run into a case where the reset of the str

[jira] [Commented] (KAFKA-6029) Controller should wait for the leader migration to finish before ack a ControlledShutdownRequest

2019-05-27 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848809#comment-16848809 ] Jiangjie Qin commented on KAFKA-6029: - [~hachikuji] Yes, I think the issue should hav

[jira] [Commented] (KAFKA-7994) Improve Stream-Time for rebalances and restarts

2019-05-27 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849022#comment-16849022 ] Richard Yu commented on KAFKA-7994: --- Hi Bruno. I think this one of the cases which this

[jira] [Commented] (KAFKA-7763) KafkaProducer with transactionId endless waits when network is disconnection for 10-20s

2019-05-27 Thread Terence Mill (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849037#comment-16849037 ] Terence Mill commented on KAFKA-7763: - @huxihx Is there a snapshot version (repo) we

[jira] [Commented] (KAFKA-8433) Give the opportunity to use serializers and deserializers with IntegrationTestUtils

2019-05-27 Thread Anthony Callaert (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849083#comment-16849083 ] Anthony Callaert commented on KAFKA-8433: - [~mjsax] I'm agree with you. Testing w

[jira] [Created] (KAFKA-8437) Consumer should wait for api version before checking if offset validation is possible

2019-05-27 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-8437: -- Summary: Consumer should wait for api version before checking if offset validation is possible Key: KAFKA-8437 URL: https://issues.apache.org/jira/browse/KAFKA-8437

[jira] [Commented] (KAFKA-8437) Consumer should wait for api version before checking if offset validation is possible

2019-05-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849122#comment-16849122 ] ASF GitHub Bot commented on KAFKA-8437: --- hachikuji commented on pull request #6823:

[jira] [Commented] (KAFKA-8437) Consumer should wait for api version before checking if offset validation is possible

2019-05-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849214#comment-16849214 ] ASF GitHub Bot commented on KAFKA-8437: --- hachikuji commented on pull request #6823:

[jira] [Resolved] (KAFKA-8437) Consumer should wait for api version before checking if offset validation is possible

2019-05-27 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-8437. Resolution: Fixed > Consumer should wait for api version before checking if offset validati

[jira] [Commented] (KAFKA-8219) Add web documentation for static membership

2019-05-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849217#comment-16849217 ] ASF GitHub Bot commented on KAFKA-8219: --- guozhangwang commented on pull request #67

[jira] [Commented] (KAFKA-8187) State store record loss across multiple reassignments when using standby tasks

2019-05-27 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849218#comment-16849218 ] Guozhang Wang commented on KAFKA-8187: -- [~hustclf] Thanks for filling the PR! [~bbej

[jira] [Assigned] (KAFKA-2939) Make AbstractConfig.logUnused() tunable for clients

2019-05-27 Thread Rens Groothuijsen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rens Groothuijsen reassigned KAFKA-2939: Assignee: (was: Rens Groothuijsen) > Make AbstractConfig.logUnused() tunable f

[jira] [Resolved] (KAFKA-8219) Add web documentation for static membership

2019-05-27 Thread Boyang Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen resolved KAFKA-8219. Resolution: Fixed > Add web documentation for static membership > -

[jira] [Created] (KAFKA-8438) Add API to allow user to define end behavior of consumer failure

2019-05-27 Thread Richard Yu (JIRA)
Richard Yu created KAFKA-8438: - Summary: Add API to allow user to define end behavior of consumer failure Key: KAFKA-8438 URL: https://issues.apache.org/jira/browse/KAFKA-8438 Project: Kafka Iss

[jira] [Updated] (KAFKA-8438) Add API to allow user to define end behavior of consumer failure

2019-05-27 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Yu updated KAFKA-8438: -- Description: Recently, in a concerted effort to make Kafka's rebalances less painful, various approach

[jira] [Updated] (KAFKA-8438) Add API to allow user to define end behavior of consumer failure

2019-05-27 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Yu updated KAFKA-8438: -- Description: Recently, in a concerted effort to make Kafka's rebalances less painful, various approach

[jira] [Commented] (KAFKA-8438) Add API to allow user to define end behavior of consumer failure

2019-05-27 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849287#comment-16849287 ] Richard Yu commented on KAFKA-8438: --- cc [~bchen225242] WDYT? > Add API to allow user t

[jira] [Commented] (KAFKA-8438) Add API to allow user to define end behavior of consumer failure

2019-05-27 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849321#comment-16849321 ] Richard Yu commented on KAFKA-8438: --- Oh, by the way, will probably work on this issue o

[jira] [Commented] (KAFKA-8438) Add API to allow user to define end behavior of consumer failure

2019-05-27 Thread Boyang Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849322#comment-16849322 ] Boyang Chen commented on KAFKA-8438: Thanks for the proposal [~Yohan123]! it definite

[jira] [Created] (KAFKA-8439) Readability issues on mobile phone

2019-05-27 Thread Daniel Noga (JIRA)
Daniel Noga created KAFKA-8439: -- Summary: Readability issues on mobile phone Key: KAFKA-8439 URL: https://issues.apache.org/jira/browse/KAFKA-8439 Project: Kafka Issue Type: Bug Compon