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


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/TransactionsBase.java:
##########
@@ -558,4 +559,13 @@ protected CompletableFuture<PositionInPendingAckStats> 
internalGetPositionStatsP
         });
         return completableFuture;
     }
+
+    protected CompletableFuture<Void> internalAbortTransaction(boolean 
authoritative, long mostSigBits,
+                                                               long 
leastSigBits) {
+        
validateTopicOwnership(SystemTopicNames.TRANSACTION_COORDINATOR_ASSIGN.getPartition((int)
 mostSigBits),

Review Comment:
   Use `validateTopicOwnershipAsync`



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