[jira] [Commented] (KAFKA-6078) Investigate failure of ReassignPartitionsClusterTest.shouldExpandCluster

2019-03-19 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796435#comment-16796435 ] Suman B N commented on KAFKA-6078: -- [~mjsax], Can I take a deeper look into it? Please assign the ticket

[jira] [Commented] (KAFKA-7382) We shoud guarantee at lest one replica of partition should be alive when create or update topic

2018-12-12 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16718954#comment-16718954 ] Suman B N commented on KAFKA-7382: -- The check is not if all replicas are up. Instead, it is if atleast

[jira] [Commented] (KAFKA-7465) kafka-topics.sh command not honouring --disable-rack-aware property when adding partitions.

2018-10-01 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16634618#comment-16634618 ] Suman B N commented on KAFKA-7465: -- Fixed. Pull request is

[jira] [Commented] (KAFKA-7465) kafka-topics.sh command not honouring --disable-rack-aware property when adding partitions.

2018-10-01 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16634538#comment-16634538 ] Suman B N commented on KAFKA-7465: -- Working on this fix. Please assgin the jira to me. [~cmccabe]

[jira] [Created] (KAFKA-7465) kafka-topics.sh command not honouring --disable-rack-aware property when adding partitions.

2018-10-01 Thread Suman B N (JIRA)
Suman B N created KAFKA-7465: Summary: kafka-topics.sh command not honouring --disable-rack-aware property when adding partitions. Key: KAFKA-7465 URL: https://issues.apache.org/jira/browse/KAFKA-7465

[jira] [Commented] (KAFKA-6764) ConsoleConsumer behavior inconsistent when specifying --partition with --from-beginning

2018-09-26 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628748#comment-16628748 ] Suman B N commented on KAFKA-6764: -- Fixed. Pull request is [https://github.com/apache/kafka/pull/5637]

[jira] [Commented] (KAFKA-7412) Bug prone response from producer.send(ProducerRecord, Callback) if Kafka broker is not running

2018-09-24 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16626414#comment-16626414 ] Suman B N commented on KAFKA-7412: -- Even I have used the same client, broker, and code, but all the time

[jira] [Commented] (KAFKA-7382) We shoud guarantee at lest one replica of partition should be alive when create or update topic

2018-09-20 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621601#comment-16621601 ] Suman B N commented on KAFKA-7382: -- Fixed. Pull request: https://github.com/apache/kafka/pull/5665 > We

[jira] [Commented] (KAFKA-7382) We shoud guarantee at lest one replica of partition should be alive when create or update topic

2018-09-19 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621066#comment-16621066 ] Suman B N commented on KAFKA-7382: -- Working on this. I already have a fix for this. > We shoud

[jira] [Commented] (KAFKA-7382) We shoud guarantee at lest one replica of partition should be alive when create or update topic

2018-09-19 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620641#comment-16620641 ] Suman B N commented on KAFKA-7382: -- Agreed. In alterTopic, it is already handled. In createTopic it

[jira] [Comment Edited] (KAFKA-6764) ConsoleConsumer behavior inconsistent when specifying --partition with --from-beginning

2018-09-10 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609249#comment-16609249 ] Suman B N edited comment on KAFKA-6764 at 9/10/18 9:06 PM: ---

[jira] [Commented] (KAFKA-6764) ConsoleConsumer behavior inconsistent when specifying --partition with --from-beginning

2018-09-10 Thread Suman B N (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609249#comment-16609249 ] Suman B N commented on KAFKA-6764: -- consumer.subscribe() should be called whenever group id is specified