Skip to content

Commit

Permalink
[BugFix] metadata_journal_skip_bad_journal_ids only work on restart (…
Browse files Browse the repository at this point in the history
…backport #43454) (#43476)

Co-authored-by: yiming <[email protected]>
  • Loading branch information
mergify[bot] and nshangyiming authored Apr 1, 2024
1 parent 3b06aba commit 67f2473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/fe-core/src/main/java/com/starrocks/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ public class Config extends ConfigBase {
* If this was set to a positive value, FE will skip the corresponding bad journals before it quits.
* e.g. 495501,495503
*/
@ConfField(mutable = true)
@ConfField
public static String metadata_journal_skip_bad_journal_ids = "";

/**
Expand Down

0 comments on commit 67f2473

Please sign in to comment.