merlimat commented on a change in pull request #7389:
URL: https://github.com/apache/pulsar/pull/7389#discussion_r447399430
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/OffloadPolicies.java
##########
@@ -41,7 +41,7 @@
public final static String[] DRIVER_NAMES = {"S3", "aws-s3",
"google-cloud-storage", "filesystem"};
public final static String DEFAULT_OFFLOADER_DIRECTORY = "./offloaders";
public final static long DEFAULT_OFFLOAD_THRESHOLD_IN_BYTES = -1;
- public final static Long DEFAULT_OFFLOAD_DELETION_LAG_IN_MILLIS = null;
+ public final static long DEFAULT_OFFLOAD_DELETION_LAG_IN_MILLIS = -1;
Review comment:
Should we also change `managedLedgerOffloadDeletionLagInMillis` to
`long`?
----------------------------------------------------------------
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]