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
…43454)

Signed-off-by: Dejun Xia <[email protected]>
  • Loading branch information
nshangyiming authored Apr 1, 2024
1 parent 97dd7ea commit da9988f
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 da9988f

Please sign in to comment.