移除e.printStackTrace()
This commit is contained in:
parent
3e2fbe1a76
commit
e95b993b2a
|
|
@ -227,8 +227,6 @@ public class UserInfoCoordinator extends Thread {
|
|||
try {
|
||||
ZKUtil.getChildrenWithWatcher(Config.ZKPath.REGISTER_SERVER_PATH, watcher);
|
||||
} catch (Exception e) {
|
||||
//
|
||||
e.printStackTrace();
|
||||
if (lock != null && lock.isAcquiredInThisProcess()) {
|
||||
try {
|
||||
lock.release();
|
||||
|
|
|
|||
Loading…
Reference in New Issue