mirror of https://github.com/apache/cloudstack.git
Merge branch '4.19' into 4.20
This commit is contained in:
commit
be08fff32b
|
|
@ -1240,7 +1240,7 @@ public class ResourceManagerImpl extends ManagerBase implements ResourceManager,
|
|||
for (int i = 0; i < retry; i++) {
|
||||
lsuccess = true;
|
||||
try {
|
||||
Thread.currentThread().wait(5 * 1000);
|
||||
Thread.sleep(5 * 1000);
|
||||
} catch (final InterruptedException e) {
|
||||
logger.debug("thread unexpectedly interrupted during wait, while updating cluster");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue