zhaijack commented on a change in pull request #1365: Delete 
PartitionedConsumerImpl, use TopicsConsumerImpl instead
URL: https://github.com/apache/incubator-pulsar/pull/1365#discussion_r174012170
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TopicsConsumerImpl.java
 ##########
 @@ -726,26 +724,35 @@ private boolean topicNameValid(String topicName) {
     }
 
     // handling failure during subscribe new topic, unsubscribe success 
created partitions
-    private void handleSubscribeOneTopicError(String topicName, Throwable 
error) {
-        log.warn("[{}] Failed to subscribe for topic [{}] in topics consumer 
", topic, topicName, error.getMessage());
+    private void handleSubscribeOneTopicError(String topicName, Throwable 
error, CompletableFuture<Void> subscribeFuture) {
+        log.warn("[{}] Failed to subscribe for topic [{}] in topics consumer 
{}", topic, topicName, error.getMessage());
+        topics.remove(topicName);
 
 Review comment:
   oh, Thanks, will move it into line 746, when all consumers closed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to