gaoran10 commented on a change in pull request #8310:
URL: https://github.com/apache/pulsar/pull/8310#discussion_r510180729
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/OffloadPolicies.java
##########
@@ -51,8 +51,8 @@
private String managedLedgerOffloadDriver = null;
private int managedLedgerOffloadMaxThreads = DEFAULT_OFFLOAD_MAX_THREADS;
private int managedLedgerOffloadPrefetchRounds =
DEFAULT_OFFLOAD_MAX_PREFETCH_ROUNDS;
- private long managedLedgerOffloadThresholdInBytes =
DEFAULT_OFFLOAD_THRESHOLD_IN_BYTES;
- private Long managedLedgerOffloadDeletionLagInMillis =
DEFAULT_OFFLOAD_DELETION_LAG_IN_MILLIS;
+ private long managedLedgerOffloadAutoTriggerSizeThresholdBytes =
DEFAULT_OFFLOAD_THRESHOLD_IN_BYTES;
Review comment:
Yes, this change will cause the compatible problem, I resolved this
problem.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]