nizhikov commented on code in PR #11634:
URL: https://github.com/apache/ignite/pull/11634#discussion_r1836690986


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/service/IgniteServiceProcessor.java:
##########
@@ -1578,6 +1578,15 @@ void updateServicesTopologies(@NotNull final 
Map<IgniteUuid, Map<UUID, Integer>>
 
         try {
             updateServicesMap(deployedServices, fullTops);
+            for (Map.Entry<IgniteUuid, Map<UUID, Integer>> e : 
fullTops.entrySet()) {

Review Comment:
   Empty line after `updateServicesMap`.



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