Jason918 commented on code in PR #17751:
URL: https://github.com/apache/pulsar/pull/17751#discussion_r983397093


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1992,7 +1992,14 @@ The delayed message index bucket time step(in seconds) 
in per bucket snapshot se
         doc = "Skip reading non-recoverable/unreadable data-ledger under 
managed-ledger's list.\n\n"
             + " It helps when data-ledgers gets corrupted at bookkeeper and 
managed-cursor is stuck at that ledger."
     )
-    private boolean autoSkipNonRecoverableData = false;
+        private boolean autoSkipNonRecoverableData = false;

Review Comment:
   ```suggestion
       private boolean autoSkipNonRecoverableData = false;
   ```



-- 
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]

Reply via email to