Skip to content

Commit

Permalink
[improve][ml]Set default value of managedLedgerPersistIndividualAckAs…
Browse files Browse the repository at this point in the history
…LongArray to true (#23888)
  • Loading branch information
poorbarcode authored Jan 24, 2025
1 parent 66d1bb0 commit 798a014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece
@FieldContext(
category = CATEGORY_STORAGE_ML,
doc = "Whether persist cursor ack stats as long arrays, which will compress the data and reduce GC rate")
private boolean managedLedgerPersistIndividualAckAsLongArray = false;
private boolean managedLedgerPersistIndividualAckAsLongArray = true;
@FieldContext(
category = CATEGORY_STORAGE_ML,
doc = "If enabled, the maximum \"acknowledgment holes\" will not be limited and \"acknowledgment holes\" "
Expand Down

0 comments on commit 798a014

Please sign in to comment.