liangyuanpeng commented on code in PR #21253:
URL: https://github.com/apache/pulsar/pull/21253#discussion_r1353850963


##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java:
##########
@@ -285,7 +285,7 @@ protected void batchOperation(List<MetadataOp> ops) {
                                 .withKeysOnly(true)
                                 .withSortField(GetOption.SortTarget.KEY)
                                 .withSortOrder(GetOption.SortOrder.ASCEND)
-                                .withPrefix(prefix)
+                                        .isPrefix(true)

Review Comment:
   This is the auto format. and CI is green. Maybe i missed something? 
   
   @BewareMyPower PTAL,Thanks.



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