Skip to content

Commit

Permalink
[chore](conf) Set enable_advance_next_id=true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinchou committed Dec 31, 2024
1 parent ed61d66 commit 83249b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2957,7 +2957,7 @@ public class Config extends ConfigBase {
"Whether to advance the ID generator after becoming Master to ensure that the id "
+ "generator will not be rolled back even when metadata is rolled back."
})
public static boolean enable_advance_next_id = false;
public static boolean enable_advance_next_id = true;

// The count threshold to do manual GC when doing checkpoint but not enough memory.
// Set zero to disable it.
Expand Down

0 comments on commit 83249b0

Please sign in to comment.