BewareMyPower commented on code in PR #24027: URL: https://github.com/apache/pulsar/pull/24027#discussion_r1971081592
########## conf/broker.conf: ########## @@ -1769,6 +1766,12 @@ managedLedgerOffloadPrefetchRounds=1 # Use Open Range-Set to cache unacked messages managedLedgerUnackedRangesOpenCacheSetEnabled=true +# Whether persist cursor ack stats as long arrays, which will compress the data and reduce GC rate +# When it's false, the behavior will be the same with 3.x or earlier +# Modifying this config could lose existing individual acknowledgments, so you should configure it with false when +# upgrading from 3.x to 4.0 or later if you don't want to lose these acknowledgments. +managedLedgerPersistIndividualAckAsLongArray=true Review Comment: Updated -- 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]
