coderzc commented on issue #22716:
URL: https://github.com/apache/pulsar/issues/22716#issuecomment-2684024700
```
@FieldContext(
category = CATEGORY_STORAGE_ML,
doc = "Max number of `acknowledgment holes` that can be stored
in MetadataStore.\n\n"
+ "If number of unack message range is higher than this
limit then broker will persist"
+ " unacked ranges into bookkeeper to avoid additional
data overhead into MetadataStore.")
private int managedLedgerMaxUnackedRangesToPersistInMetadataStore = 1000;
```
@SennoYuki
If the ack is discontinuous, Pulsar will record acknowledgment holes.
However, by default, only 1000 acknowledgment holes will be persisted. Maybe
you can try increasing the configuration above.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]