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 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 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