On Sun, Aug 18, 2013 at 11:37 AM, Demai Ni <nid...@gmail.com> wrote: > St.Ack and Ted, > > many thanks for your help and suggestions on this question. I am working > HBASE-9047 while encountering this question. To provide a whole picture of > what I am looking for, I uploaded the prototype code and some background > info over there( > https://issues.apache.org/jira/browse/HBASE-9047#comment-13743322). > Basically, I am looking for a way to get the original zookeeper when hbase > is offline, so that a new replicationManager can be created and consolidate > the pending replication Edits, once get them, the replicationManger will do > its magic using the logic as if hbase is restarting. will > RecoverableZooKeeper instance have the access to the replication info from > original zookeeper? >
hbase is down at this time? The replication state is kept out in zk so yeah, any connection to zk will have a view on current state of replication. St.Ack