[GitHub] kafka pull request #2295: MINOR: Mx4jLoader always returns false even if mx4...

2016-12-29 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/2295 MINOR: Mx4jLoader always returns false even if mx4j is loaded & started Mx4jLoader.scala should explicitly `return true` if the class is successfully loaded and started, otherwise it will re

[GitHub] kafka pull request: KAFKA 2578 Client Metadata internal state shou...

2015-12-16 Thread eribeiro
Github user eribeiro closed the pull request at: https://github.com/apache/kafka/pull/263 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] kafka pull request: KAFKA 2578 Client Metadata internal state shou...

2015-09-29 Thread eribeiro
Github user eribeiro closed the pull request at: https://github.com/apache/kafka/pull/263 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] kafka pull request: KAFKA 2578 Client Metadata internal state shou...

2015-09-29 Thread eribeiro
GitHub user eribeiro reopened a pull request: https://github.com/apache/kafka/pull/263 KAFKA 2578 Client Metadata internal state should be synchronized You can merge this pull request into a Git repository by running: $ git pull https://github.com/eribeiro/kafka KAFKA-2578

[GitHub] kafka pull request: Client Metadata internal state should be synch...

2015-09-29 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/263 Client Metadata internal state should be synchronized You can merge this pull request into a Git repository by running: $ git pull https://github.com/eribeiro/kafka KAFKA-2578 Alternatively

[GitHub] kafka pull request: KAFKA-2599 Metadata#getClusterForCurrentTopics...

2015-09-29 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/262 KAFKA-2599 Metadata#getClusterForCurrentTopics can throw NPE even wit… …h null checking You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request: MINOR: MockClient's disconnect() method has tw...

2015-08-31 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/183 MINOR: MockClient's disconnect() method has two bugs (and a prospetive refactoring) * First, it compares Strings using `==` instead of `equals()` * Second, it tries to rem

[GitHub] kafka pull request: MINOR: Quota's equals() is buggy.

2015-08-31 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/182 MINOR: Quota's equals() is buggy. It compares upper bound with itself. You can merge this pull request into a Git repository by running: $ git pull https://github.com/eribeiro/kafka equal

[GitHub] kafka pull request: KAFKA-1811 Ensuring registered broker host:por...

2015-08-25 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/168 KAFKA-1811 Ensuring registered broker host:port is unique Adds a ZKLock recipe implementation to guarantee that the host:port pair is unique among the brokers registered on ZooKeeper. You can