hangc0276 commented on a change in pull request #11304:
URL: https://github.com/apache/pulsar/pull/11304#discussion_r683353367
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
##########
@@ -1930,7 +1930,7 @@ protected void
handleEndTxnOnPartition(CommandEndTxnOnPartition command) {
log.debug("[{}] handleEndTxnOnPartition txnId: [{}], txnAction:
[{}]", topic,
txnID, txnAction);
}
- CompletableFuture<Optional<Topic>> topicFuture =
service.getTopics().get(TopicName.get(topic).toString());
+ CompletableFuture<Optional<Topic>> topicFuture =
service.getTopic(topic, true);
Review comment:
@congbobo184 I am cutting 2.8.1, would you please address this comment?
--
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]