The class provides methods for monitoring in-progress snapshot actions.
Note: Currently there can only be one snapshot being taken at a time over the cluster. This is a simplification in the current implementation.
523524525526527528529
", sessionid=0x" + Long.toHexString(this.zooKeeper.getRecoverableZooKeeper().getSessionId()) + ", cluster-up flag was=" + wasUp); // create the snapshot manager this.snapshotManager = new SnapshotManager(this, this.metrics); }
510511512513514515516
499500501502503504505