[
https://issues.apache.org/jira/browse/KAFKA-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240544#comment-16240544
]
ASF GitHub Bot commented on KAFKA-6163:
---------------------------------------
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
----
> Broker should fail fast on startup if an error occurs while loading logs
> ------------------------------------------------------------------------
>
> Key: KAFKA-6163
> URL: https://issues.apache.org/jira/browse/KAFKA-6163
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.11.0.0, 1.0.0
> Reporter: Xavier Léauté
> Assignee: Xavier Léauté
>
> If the broker fails to load one of the logs during startup, we currently
> don't fail fast. The {{LogManager}} will log an error and initiate the
> shutdown sequence, but continue loading all the remaining sequence before
> shutting down.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)