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


##########
modules/network/src/main/java/org/apache/ignite/network/scalecube/ScaleCubeClusterServiceFactory.java:
##########
@@ -164,7 +164,7 @@ public void stop() {
                     throw new IgniteInternalException("Unable to stop the 
ClusterService", e.getCause());
                 } catch (TimeoutException e) {
                     // Failed to leave gracefully
-                    LOG.warn("Failed to wait for ScaleCube cluster shutdown: " 
+ e.getMessage(), e);
+                    LOG.debug("Failed to wait for ScaleCube cluster shutdown 
[reason={}]", e.getMessage(), e);

Review Comment:
   ```suggestion
                       LOG.debug("Failed to wait for ScaleCube cluster shutdown 
[reason={}]", e, e.getMessage());
   ```



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