Jason918 commented on code in PR #17296:
URL: https://github.com/apache/pulsar/pull/17296#discussion_r967572684
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1886,12 +2030,13 @@ public class ServiceConfiguration implements
PulsarConfiguration {
@FieldContext(
category = CATEGORY_STORAGE_ML,
- doc = "Max number of entries to append to a ledger before triggering a
rollover.\n\n"
- + "A ledger rollover is triggered after the min rollover time has
passed"
- + " and one of the following conditions is true:"
- + " the max rollover time has been reached,"
- + " the max entries have been written to the ledger, or"
- + " the max ledger size has been written to the ledger")
+ doc = """
+ Max number of entries to append to a ledger before triggering
a rollover.
+ A ledger rollover is triggered after the min rollover time has
passed\
+ and one of the following conditions is true:\
+ the max rollover time has been reached,\
+ the max entries have been written to the ledger, or\
+ the max ledger size has been written to the ledger""")
Review Comment:
```suggestion
A ledger rollover is triggered after the min rollover time
has passed \
and one of the following conditions is true: \
the max rollover time has been reached, \
the max entries have been written to the ledger, or \
the max ledger size has been written to the ledger""")
```
--
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]