[GitHub] kafka pull request #2204: KAFKA-4205; KafkaApis: fix NPE caused by conversio...

2016-12-02 Thread ataraxer
GitHub user ataraxer opened a pull request: https://github.com/apache/kafka/pull/2204 KAFKA-4205; KafkaApis: fix NPE caused by conversion to array NPE was caused by `log.logSegments.toArray` resulting in array containing `null` values. The exact reason still remains somewhat a

[GitHub] kafka pull request: KAFKA-1414: Speedup broker shutdown and startu...

2014-07-28 Thread ataraxer
Github user ataraxer closed the pull request at: https://github.com/apache/kafka/pull/26 --- 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-1414: Speedup broker startup after hard ...

2014-07-15 Thread ataraxer
GitHub user ataraxer opened a pull request: https://github.com/apache/kafka/pull/26 KAFKA-1414: Speedup broker startup after hard reset and shutdown This patch increases speed of both hard reset and shutdown by introducing `log.recovery.threads` and `log.shutdown.threads