[GitHub] kafka pull request #4351: kafka-6320: move ZK metrics in KafkaHealthCheck to...

2017-12-21 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/4351 kafka-6320: move ZK metrics in KafkaHealthCheck to ZookeeperClient * Moved metrics in KafkaHealthCheck to ZookeeperClient. * Converted remaining ZkUtils usage in KafkaServer to ZookeeperClient

[GitHub] kafka-site issue #90: Kafka registered trademark

2017-10-05 Thread junrao
Github user junrao commented on the issue: https://github.com/apache/kafka-site/pull/90 @derrickdoo : Thanks for the patch. LGTM ---

[GitHub] kafka pull request #3929: Minor: tighten up the check of partition states in...

2017-09-20 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/3929 Minor: tighten up the check of partition states in AbstractFetcherThread You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka minor

[GitHub] kafka pull request #3074: KAFKA-5036: hold onto the leader lock in Partition...

2017-05-16 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/3074 KAFKA-5036: hold onto the leader lock in Partition while serving an O… …ffsetForLeaderEpoch request You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2896: Minor: Make sure ProducerPerformance can bind with...

2017-04-22 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/2896 Minor: Make sure ProducerPerformance can bind with older client jar You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka minor

[GitHub] kafka pull request #2890: KAFKA-5100: ProducerPerformanceService failing due...

2017-04-21 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/2890 KAFKA-5100: ProducerPerformanceService failing due to parsing error You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka kafka-5100

[GitHub] kafka-site issue #47: More edits on 0.10.2 web docs after the release

2017-02-22 Thread junrao
Github user junrao commented on the issue: https://github.com/apache/kafka-site/pull/47 @guozhangwang : Thanks for the patch. LGTM --- 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

[GitHub] kafka-site issue #26: add trademark symbol on all pages plus longer footer m...

2016-10-26 Thread junrao
Github user junrao commented on the issue: https://github.com/apache/kafka-site/pull/26 Merged into kafka-site. --- 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

[GitHub] kafka-site issue #26: add trademark symbol on all pages plus longer footer m...

2016-10-26 Thread junrao
Github user junrao commented on the issue: https://github.com/apache/kafka-site/pull/26 Thanks for the patch. LGTM. Will remove the duplicated "are" in includes/_footer.htm. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] kafka pull request #2043: KAFKA-4313: ISRs may thrash when replication quota...

2016-10-18 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/2043 KAFKA-4313: ISRs may thrash when replication quota is enabled You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka kafka-4313

[GitHub] kafka pull request #1703: KAFKA-3875: Transient test failure: kafka.api.SslP...

2016-08-03 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/1703 KAFKA-3875: Transient test failure: kafka.api.SslProducerSendTest.testSendNonCompressedMessageWithCreateTime 1. The IllegalStateException is actually thrown from

[GitHub] kafka-site pull request: KAFKA-3709: Create a project security pag...

2016-05-21 Thread junrao
Github user junrao commented on the pull request: https://github.com/apache/kafka-site/pull/12#issuecomment-220784809 The mailing list has been created. We can invite all committers/contributors who are interested in security to join the list. secur...@kafka.apache.org

[GitHub] kafka-site pull request: KAFKA-3709: Create a project security pag...

2016-05-13 Thread junrao
Github user junrao commented on the pull request: https://github.com/apache/kafka-site/pull/12#issuecomment-219094883 Thanks for the patch. LGTM. I initiated the request to create the security mailing list for Kafka. Will update the PR when it's created. --- If your project i

[GitHub] kafka pull request: KAFKA-3474: add metrics to track replica fetch...

2016-03-27 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/1150 KAFKA-3474: add metrics to track replica fetcher timeouts You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka kafka-3474 Alternatively

[GitHub] kafka pull request: KAFKA-3427: broker can return incorrect versio...

2016-03-18 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/1101 KAFKA-3427: broker can return incorrect version of fetch response when the broker hits an unknown exception You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: KAFKA-3314: Add CDDL license to LICENSE and NO...

2016-03-02 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/997 KAFKA-3314: Add CDDL license to LICENSE and NOTICE file You can merge this pull request into a Git repository by running: $ git pull https://github.com/junrao/kafka kafka-3314 Alternatively

[GitHub] kafka pull request: KAFKA-2813: selector doesn't close socket conn...

2015-11-11 Thread junrao
GitHub user junrao opened a pull request: https://github.com/apache/kafka/pull/501 KAFKA-2813: selector doesn't close socket connection on non-IOExceptions Patched Selector.poll() to close the connection on any exception. You can merge this pull request into a Git reposito