ygerzhedovich commented on code in PR #4977:
URL: https://github.com/apache/ignite-3/pull/4977#discussion_r1900837513


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -1075,6 +1076,9 @@ public class IgniteImpl implements Ignite {
                 clockService
         );
 
+        EventLog eventLog = new 
EventLogImpl(clusterCfgMgr.configurationRegistry()

Review Comment:
   we should have just a single EventLog, so let's a little bit refactor the 
existing code here and use the same instance here and for AuthenticationManager



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to