You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/25 02:50:07 UTC

[GitHub] [pulsar] Technoboy- commented on a diff in pull request #16744: [Improve][broker] Support clear old bookie data for BKCluster

Technoboy- commented on code in PR #16744:
URL: https://github.com/apache/pulsar/pull/16744#discussion_r928371478


##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/bookkeeper/BKCluster.java:
##########
@@ -95,6 +98,11 @@ public BKClusterConf bkPort(int bkPort) {
             return this;
         }
 
+        public BKClusterConf clearOldData(Boolean clearOldData) {

Review Comment:
   This will cause NPE here.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org