Skip to content

Commit

Permalink
config: enable crash_loop_limit by default
Browse files Browse the repository at this point in the history
Defaults to 5. If a broker shuts down uncleanly 5 times back to back,
it is considered to be in a crash loop.
  • Loading branch information
bharathv committed Sep 15, 2023
1 parent 43749ea commit 12b5afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/node_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ node_config::node_config() noexcept
"operator intervention is needed to startup the broker. Limit is not "
"enforced in developer mode.",
{.visibility = visibility::user},
std::nullopt)
5)
, upgrade_override_checks(
*this,
"upgrade_override_checks",
Expand Down

0 comments on commit 12b5afa

Please sign in to comment.