adutra commented on code in PR #4677:
URL: https://github.com/apache/polaris/pull/4677#discussion_r3383942891


##########
runtime/service/src/main/java/org/apache/polaris/service/events/listeners/inmemory/InMemoryBufferEventListener.java:
##########
@@ -72,23 +75,7 @@ protected void processEvent(String realmId, PolarisEvent 
event) {
 
   @PreDestroy
   public void shutdown() {
-    
processors.asMap().values().forEach(InMemoryBufferEventListener::completeSynchronized);

Review Comment:
   We don't need this line anymore: `invalidateAll()` now invokes the listener.



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