nodece commented on a change in pull request #13809:
URL: https://github.com/apache/pulsar/pull/13809#discussion_r789453616



##########
File path: 
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/AbstractMetadataStore.java
##########
@@ -190,7 +194,7 @@ public void registerListener(Consumer<Notification> 
listener) {
                 });
 
                 return null;
-            }, executor);
+            }, listenerExecutor);

Review comment:
       We need to use a single thread to notify listeners.




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