dgarus commented on a change in pull request #8038:
URL: https://github.com/apache/ignite/pull/8038#discussion_r483463800



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java
##########
@@ -2212,6 +2237,7 @@ public void clientCacheStartEvent(UUID reqId,
                     null,
                     Collections.<ClusterNode>emptyList(),
                     new ClientCacheChangeDummyDiscoveryMessage(reqId, 
startReqs, cachesToClose),
+                    null,

Review comment:
       changed to getton of current subject id

##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java
##########
@@ -2212,6 +2237,7 @@ public void clientCacheStartEvent(UUID reqId,
                     null,
                     Collections.<ClusterNode>emptyList(),
                     new ClientCacheChangeDummyDiscoveryMessage(reqId, 
startReqs, cachesToClose),
+                    null,

Review comment:
       changed to getting of current subject id




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to