lhotari commented on PR #25990: URL: https://github.com/apache/pulsar/pull/25990#issuecomment-4671857839
> Under a large delayed-delivery workload (~500M delayed messages) Is this in a single topic and single subscription? FYI, there's a limit of tracking up to 30M backlogs (with default BK `nettyMaxFrameSizeBytes`) when using `managedLedgerPersistIndividualAckAsLongArray=true`. More can be stored to metadata when using LZ4 compression, but there will be failures each time cursor state is attempted to be saved. Issue is #25985. -- 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]
