You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1027,18 +1026,18 @@ protected boolean rebalanceHost(final long hostId, final long currentOwnerId, fi
1027
1026
} elseif (futureOwnerId == _nodeId) {
1028
1027
finalHostVOhost = _hostDao.findById(hostId);
1029
1028
try {
1030
-
logger.debug("Disconnecting host {}({}) as a part of rebalance process without notification", host.getId(), host.getName());
1029
+
logger.debug("Disconnecting {} as a part of rebalance process without notification", host);
1031
1030
1032
1031
finalAgentAttacheattache = findAttache(hostId);
1033
1032
if (attache != null) {
1034
1033
result = handleDisconnect(attache, Event.AgentDisconnected, false, false, true);
1035
1034
}
1036
1035
1037
1036
if (result) {
1038
-
logger.debug("Loading directly connected host {}({}) to the management server {} as a part of rebalance process", host.getId(), host.getName(), _nodeId);
1037
+
logger.debug("Loading directly connected {} to the management server {} as a part of rebalance process", host, _nodeId);
1039
1038
result = loadDirectlyConnectedHost(host, true);
1040
1039
} else {
1041
-
logger.warn("Failed to disconnect {}({}) as a part of rebalance process without notification" + host.getId(), host.getName());
1040
+
logger.warn("Failed to disconnect {} as a part of rebalance process without notification", host);
1042
1041
}
1043
1042
1044
1043
} catch (finalExceptionex) {
@@ -1047,9 +1046,9 @@ protected boolean rebalanceHost(final long hostId, final long currentOwnerId, fi
1047
1046
}
1048
1047
1049
1048
if (result) {
1050
-
logger.debug("Successfully loaded directly connected host {}({}) to the management server {} a part of rebalance process without notification", host.getId(), host.getName(), _nodeId);
1049
+
logger.debug("Successfully loaded directly connected {} to the management server {} a part of rebalance process without notification", host, _nodeId);
1051
1050
} else {
1052
-
logger.warn("Failed to load directly connected host {}({}) to the management server {} a part of rebalance process without notification", host.getId(), host.getName(), _nodeId);
1051
+
logger.warn("Failed to load directly connected {} to the management server {} a part of rebalance process without notification", host, _nodeId);
0 commit comments