[jira] [Comment Edited] (KAFKA-5407) Mirrormaker dont start after upgrade

2017-06-29 Thread Fernando Vega (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16058639#comment-16058639 ] Fernando Vega edited comment on KAFKA-5407 at 6/30/17 12:54 AM: No I

[jira] [Commented] (KAFKA-5543) We don't remove the LastStableOffsetLag metric when a partition is moved away from a broker

2017-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069198#comment-16069198 ] ASF GitHub Bot commented on KAFKA-5543: --- GitHub user apurvam opened a pull request:

[jira] [Created] (KAFKA-5543) We don't remove the LastStableOffsetLag metric when a partition is moved away from a broker

2017-06-29 Thread Apurva Mehta (JIRA)
Apurva Mehta created KAFKA-5543: --- Summary: We don't remove the LastStableOffsetLag metric when a partition is moved away from a broker Key: KAFKA-5543 URL: https://issues.apache.org/jira/browse/KAFKA-5543

[jira] [Commented] (KAFKA-5542) Improve Java doc for LeaderEpochFileCache.endOffsetFor()

2017-06-29 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069126#comment-16069126 ] Jun Rao commented on KAFKA-5542: We can clarify the following. "During the upgrade phase when some

[jira] [Created] (KAFKA-5542) Improve Java doc for LeaderEpochFileCache.endOffsetFor()

2017-06-29 Thread Dong Lin (JIRA)
Dong Lin created KAFKA-5542: --- Summary: Improve Java doc for LeaderEpochFileCache.endOffsetFor() Key: KAFKA-5542 URL: https://issues.apache.org/jira/browse/KAFKA-5542 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-5534) KafkaConsumer offsetsForTimes should include partitions in result even if no offset could be found

2017-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069090#comment-16069090 ] ASF GitHub Bot commented on KAFKA-5534: --- GitHub user vahidhashemian opened a pull request:

[jira] [Commented] (KAFKA-5163) Support replicas movement between log directories (KIP-113)

2017-06-29 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069085#comment-16069085 ] Dong Lin commented on KAFKA-5163: - [~yuanjiali] ReplicaMoveThread will not grab lock for the entire period

[jira] [Commented] (KAFKA-5299) MirrorMaker with New.consumer doesn't consume message from multiple topics whitelisted

2017-06-29 Thread Jyoti (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069070#comment-16069070 ] Jyoti commented on KAFKA-5299: -- Hi, I was using the following config : which is not working

[jira] [Commented] (KAFKA-5299) MirrorMaker with New.consumer doesn't consume message from multiple topics whitelisted

2017-06-29 Thread Jeff Widman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069006#comment-16069006 ] Jeff Widman commented on KAFKA-5299: Closing due to lack of activity and inadequate description to

[jira] [Resolved] (KAFKA-5299) MirrorMaker with New.consumer doesn't consume message from multiple topics whitelisted

2017-06-29 Thread Jeff Widman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Widman resolved KAFKA-5299. Resolution: Cannot Reproduce > MirrorMaker with New.consumer doesn't consume message from multiple

[jira] [Created] (KAFKA-5541) Streams should not re-throw if suspending/closing task fails

2017-06-29 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created KAFKA-5541: -- Summary: Streams should not re-throw if suspending/closing task fails Key: KAFKA-5541 URL: https://issues.apache.org/jira/browse/KAFKA-5541 Project: Kafka

[jira] [Created] (KAFKA-5540) Deprecate and remove internal converter configs

2017-06-29 Thread Ewen Cheslack-Postava (JIRA)
Ewen Cheslack-Postava created KAFKA-5540: Summary: Deprecate and remove internal converter configs Key: KAFKA-5540 URL: https://issues.apache.org/jira/browse/KAFKA-5540 Project: Kafka

[jira] [Commented] (KAFKA-5530) Balancer is dancing with KStream all the time, and due to that Kafka cannot work :-)

2017-06-29 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068951#comment-16068951 ] Matthias J. Sax commented on KAFKA-5530: Also, Kafka {{0.11.0.0}} was released today. It would be

[jira] [Resolved] (KAFKA-5484) Refactor kafkatest docker support

2017-06-29 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-5484. -- Resolution: Fixed Fix Version/s: 0.11.0.1 0.10.2.2

[jira] [Commented] (KAFKA-4468) Correctly calculate the window end timestamp after read from state stores

2017-06-29 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068935#comment-16068935 ] Matthias J. Sax commented on KAFKA-4468: [~evis] In

[jira] [Commented] (KAFKA-5484) Refactor kafkatest docker support

2017-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068934#comment-16068934 ] ASF GitHub Bot commented on KAFKA-5484: --- Github user asfgit closed the pull request at:

[jira] [Commented] (KAFKA-5515) Consider removing date formatting from Segments class

2017-06-29 Thread Neil Avery (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068546#comment-16068546 ] Neil Avery commented on KAFKA-5515: --- I've taken a look at dropping SimpleDateFormat and replacing it

[jira] [Assigned] (KAFKA-5538) User-specified Producer/Consumer config doesn't effect with KafkaBackingStore(Config/Status/Offset)

2017-06-29 Thread Aegeaner (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aegeaner reassigned KAFKA-5538: --- Assignee: Aegeaner > User-specified Producer/Consumer config doesn't effect with >

[jira] [Commented] (KAFKA-5539) Kafka Connect plugin.path is not used

2017-06-29 Thread Randall Hauch (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068460#comment-16068460 ] Randall Hauch commented on KAFKA-5539: -- What version of Kafka are you using? Hopefully it's 0.11.0.0.

[jira] [Updated] (KAFKA-5539) Kafka Connect plugin.path is not used

2017-06-29 Thread Diego Montesinos (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diego Montesinos updated KAFKA-5539: Component/s: KafkaConnect > Kafka Connect plugin.path is not used >

[jira] [Created] (KAFKA-5539) Kafka Connect plugin.path is not used

2017-06-29 Thread Diego Montesinos (JIRA)
Diego Montesinos created KAFKA-5539: --- Summary: Kafka Connect plugin.path is not used Key: KAFKA-5539 URL: https://issues.apache.org/jira/browse/KAFKA-5539 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-5537) Subscribe Earliest is not working as in 0.10.2.1

2017-06-29 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068272#comment-16068272 ] Rajini Sivaram commented on KAFKA-5537: --- There is now an initial rebalance delay in the consumer,

[jira] [Resolved] (KAFKA-5402) JmxReporter Fetch metrics for kafka.server should not be created when client quotas are not enabled

2017-06-29 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-5402. --- Resolution: Fixed Fix Version/s: 0.11.1.0 Issue resolved by pull request 3303

[jira] [Updated] (KAFKA-5538) User-specified Producer/Consumer config doesn't effect with KafkaBackingStore(Config/Status/Offset)

2017-06-29 Thread Aegeaner (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aegeaner updated KAFKA-5538: Component/s: KafkaConnect > User-specified Producer/Consumer config doesn't effect with >

[jira] [Commented] (KAFKA-5212) Consumer ListOffsets request can starve group heartbeats

2017-06-29 Thread Evgeny Veretennikov (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068191#comment-16068191 ] Evgeny Veretennikov commented on KAFKA-5212: [~hachikuji], I'd like to work on this ticket,

[jira] [Commented] (KAFKA-3114) can't create as many partitions as brokers exists

2017-06-29 Thread fengchaoli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068120#comment-16068120 ] fengchaoli commented on KAFKA-3114: --- In my case, there were two kafka controllers in my kafka cluster

[jira] [Commented] (KAFKA-5536) Tools splitted between Java and Scala implementation

2017-06-29 Thread Tom Bentley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067976#comment-16067976 ] Tom Bentley commented on KAFKA-5536: Isn't it simply that the Kafka core is all written in scala, and

[jira] [Updated] (KAFKA-5537) Subscribe Earliest is not working as in 0.10.2.1

2017-06-29 Thread Michael Andre Pearce (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Andre Pearce updated KAFKA-5537: Attachment: KafkaSub.java Sorry this is only reporting now post RC vote, we were

[jira] [Created] (KAFKA-5536) Tools splitted between Java and Scala implementation

2017-06-29 Thread Paolo Patierno (JIRA)
Paolo Patierno created KAFKA-5536: - Summary: Tools splitted between Java and Scala implementation Key: KAFKA-5536 URL: https://issues.apache.org/jira/browse/KAFKA-5536 Project: Kafka Issue