[GitHub] kafka pull request: KAFKA-3651; awaitFlushCompletion() in RecordAc...

2016-05-03 Thread zhuchen1018
GitHub user zhuchen1018 opened a pull request: https://github.com/apache/kafka/pull/1315 KAFKA-3651; awaitFlushCompletion() in RecordAccumulator should always decrement flushesInProgress count You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: KAFKA-3383: remove in flight request only afte...

2016-05-03 Thread zhuchen1018
Github user zhuchen1018 closed the pull request at: https://github.com/apache/kafka/pull/1050 --- 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

[GitHub] kafka pull request: KAFKA-3648: maxTimeToBlock should be enforced

2016-05-02 Thread zhuchen1018
GitHub user zhuchen1018 opened a pull request: https://github.com/apache/kafka/pull/1304 KAFKA-3648: maxTimeToBlock should be enforced maxTimeToBlock in allocate(int size, long maxTimeToBlock) is enforced. You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: KAFKA-3383: remove in flight request only afte...

2016-03-19 Thread zhuchen1018
GitHub user zhuchen1018 reopened a pull request: https://github.com/apache/kafka/pull/1050 KAFKA-3383: remove in flight request only after response parsing succeeds @becketqin, could you take a look at the patch? You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: KAFKA-3383: remove in flight request only afte...

2016-03-19 Thread zhuchen1018
Github user zhuchen1018 closed the pull request at: https://github.com/apache/kafka/pull/1050 --- 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

[GitHub] kafka pull request: KAFKA-3383: remove in flight request only afte...

2016-03-10 Thread zhuchen1018
GitHub user zhuchen1018 opened a pull request: https://github.com/apache/kafka/pull/1050 KAFKA-3383: remove in flight request only after response parsing succeeds @becketqin, could you take a look at the patch? You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: KAFKA-3257: disable bootstrap-test-env.sh --co...

2016-02-24 Thread zhuchen1018
GitHub user zhuchen1018 opened a pull request: https://github.com/apache/kafka/pull/969 KAFKA-3257: disable bootstrap-test-env.sh --colour option @becketqin, when you get a chance, could you take a look at the patch? You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: MINOR - remove unused imports in package kafka...

2016-02-18 Thread zhuchen1018
GitHub user zhuchen1018 opened a pull request: https://github.com/apache/kafka/pull/935 MINOR - remove unused imports in package kafka.utils You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhuchen1018/kafka minor-remove-unused

[GitHub] kafka pull request: KAFKA-2757; Consolidate BrokerEndPoint and End...

2016-02-12 Thread zhuchen1018
GitHub user zhuchen1018 opened a pull request: https://github.com/apache/kafka/pull/911 KAFKA-2757; Consolidate BrokerEndPoint and EndPoint You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhuchen1018/kafka KAFKA-2757