GitHub user xvrl opened a pull request:
https://github.com/apache/kafka/pull/4182
KAFKA-6163 fail fast on startup
skip loading remaining logs if we encounter an unrecoverable error on
startup
@hachikuji @ijuma
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xvrl/kafka kafka-6163
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4182.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4182
----
commit c32202343fde01ef6d16c184d5b587ea946442ac
Author: Xavier Léauté <[email protected]>
Date: 2017-11-06T16:45:34Z
KAFKA-6163 fail fast on startup
skip loading remaining logs if we encounter an unrecoverable error on
startup
----
---