aloyszhang commented on code in PR #14488:
URL: https://github.com/apache/pulsar/pull/14488#discussion_r930747267
##########
pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerRedeliveryTest.java:
##########
@@ -53,7 +53,7 @@ public class ConsumerRedeliveryTest extends
ProducerConsumerBase {
@BeforeClass
@Override
protected void setup() throws Exception {
- conf.setManagedLedgerCacheEvictionFrequency(0.1);
+ conf.setManagedLedgerCacheEvictionIntervalMs(10000);
Review Comment:
Yes, these two configurations are compatible.
I think it's better to cover the newly added configuration than the
deprecated one.
--
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]