mattisonchao commented on code in PR #22479:
URL: https://github.com/apache/pulsar/pull/22479#discussion_r1560436121
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -774,7 +774,7 @@ The max allowed delay for delayed delivery (in
milliseconds). If the broker rece
@FieldContext(
category = CATEGORY_POLICIES,
doc = "How often is the thread pool scheduled to check whether a
snapshot needs to be taken."
- + "(disable with value 0)"
+ + "(must be greater than 0)"
Review Comment:
I am considering whether we should move this change to another thread. Do we
have any cases that need to disable the current snapshot?
--
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]