mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge remote-tracking branch 'origin/4.11'
This commit is contained in:
commit
1f9811db8d
@ -509,8 +509,8 @@ public class Agent implements HandlerFactory, IAgentControl {
|
|||||||
_shell.getBackoffAlgorithm().waitBeforeRetry();
|
_shell.getBackoffAlgorithm().waitBeforeRetry();
|
||||||
}
|
}
|
||||||
|
|
||||||
final String host = _shell.getNextHost();
|
|
||||||
do {
|
do {
|
||||||
|
final String host = _shell.getNextHost();
|
||||||
_connection = new NioClient("Agent", host, _shell.getPort(), _shell.getWorkers(), this);
|
_connection = new NioClient("Agent", host, _shell.getPort(), _shell.getWorkers(), this);
|
||||||
s_logger.info("Reconnecting to host:" + host);
|
s_logger.info("Reconnecting to host:" + host);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user