4142434445464748495051
try { if (watcher == null) { synchronized (RegionLocationCacheObserver.class) { if (watcher == null) { watcher = ZooKeeperAdmin.getZooKeeperWatcher(); tracker = new RegionLocationCacheTracker(watcher); tracker.start(); } } } } catch (Exception e) {