You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/11/20 04:58:13 UTC

Re: [PR] [improve][broker] Add bookkeeperDeleted in topic internal stats. [pulsar]

hangc0276 commented on code in PR #20833:
URL: https://github.com/apache/pulsar/pull/20833#discussion_r1398663671


##########
pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/ManagedLedgerInternalStats.java:
##########
@@ -77,6 +77,7 @@ public static class LedgerInfo {
         public boolean offloaded;
         public String metadata;
         public boolean underReplicated;
+        public boolean bookkeeperDeleted;

Review Comment:
   We'd better add a compatibility test to cover the newly added field. Refer to: https://github.com/apache/pulsar/pull/21521#issuecomment-1818228947



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