aloyszhang commented on code in PR #14488: URL: https://github.com/apache/pulsar/pull/14488#discussion_r845319986
########## conf/broker.conf: ########## @@ -957,8 +957,8 @@ managedLedgerCacheCopyEntries=false # Threshold to which bring down the cache level when eviction is triggered managedLedgerCacheEvictionWatermark=0.9 -# Configure the cache eviction frequency for the managed ledger cache (evictions/sec) -managedLedgerCacheEvictionFrequency=100.0 +# Configure the cache eviction interval in milliseconds for the managed ledger cache +managedLedgerCacheEvictionIntervalMs=0 Review Comment: sure -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org