gaozhangmin commented on a change in pull request #13720:
URL: https://github.com/apache/pulsar/pull/13720#discussion_r782786485
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -1383,7 +1383,8 @@ public void closeFailed(ManagedLedgerException exception,
Object ctx) {
log.debug("[{}] Checking replication status", name);
}
- List<String> configuredClusters =
topicPolicies.getReplicationClusters().get();
+ List<String> configuredClusters =
topicPolicies.getReplicationClusters().get() == null
Review comment:
There was null checker in previous code
--
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]