http://jira.mfd.msk:8088/browse/CLS-742 HazelcastServiceBase
This commit is contained in:
parent
4256c05345
commit
3a43598223
1 changed files with 5 additions and 1 deletions
|
|
@ -112,7 +112,11 @@ public abstract class HazelcastServiceBase
|
|||
break;
|
||||
}
|
||||
});
|
||||
} catch (Throwable e) {
|
||||
} catch (InterruptedException e) {
|
||||
log.info("Hazelcast: event interrupted");
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
catch (Throwable e) {
|
||||
log.error("reinitializeHazelcastClient() has error: {}", ExceptionUtils.getStackTrace(e));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue