[GitHub] kafka pull request #3597: KAFKA-5678: When the broker graceful shutdown occu...

2017-07-29 Thread xiguantiaozhan
GitHub user xiguantiaozhan opened a pull request: https://github.com/apache/kafka/pull/3597 KAFKA-5678: When the broker graceful shutdown occurs, the producer side sends timeout. You can merge this pull request into a Git repository by running: $ git pull https://github.com/x

[jira] [Created] (KAFKA-5678) When the broker graceful shutdown occurs, the producer side sends timeout.

2017-07-29 Thread tuyang (JIRA)
tuyang created KAFKA-5678: - Summary: When the broker graceful shutdown occurs, the producer side sends timeout. Key: KAFKA-5678 URL: https://issues.apache.org/jira/browse/KAFKA-5678 Project: Kafka I

[jira] [Created] (KAFKA-5677) Remove deprecated punctuate method

2017-07-29 Thread Michal Borowiecki (JIRA)
Michal Borowiecki created KAFKA-5677: Summary: Remove deprecated punctuate method Key: KAFKA-5677 URL: https://issues.apache.org/jira/browse/KAFKA-5677 Project: Kafka Issue Type: Task

[GitHub] kafka pull request #3596: MINOR: Null out all buffer references in RequestCh...

2017-07-29 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3596 MINOR: Null out all buffer references in RequestChannel.Request The previous code kept two references to `Buffer` and only nulled out one of them. You can merge this pull request into a Git reposi

[GitHub] kafka pull request #3595: MINOR: Request log should be enabled by debug leve...

2017-07-29 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3595 MINOR: Request log should be enabled by debug level At some point, we lost the ability to output request logging at debug level (which is a little less verbose than at trace level). You can me