lhotari commented on code in PR #24672: URL: https://github.com/apache/pulsar/pull/24672#discussion_r2302878885
########## conf/broker.conf: ########## @@ -1360,6 +1360,10 @@ managedLedgerInfoCompressionThresholdInBytes=16384 # corrupted at bookkeeper and managed-cursor is stuck at that ledger. autoSkipNonRecoverableData=false +# Whether to allow brokers to forcefully load topics by skipping ledger failures to avoid topic unavailability and +# perform auto repairs of the topics. +managedLedgerForceRecovery=false + Review Comment: please also add this to `standalone.conf`. That is the default config file used for `pulsar standalone`. -- 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]
