I run HBase replication, and while improperly restarting my standby cluster I lost a few splitlog blocks in my replicated table (on the standby cluster).
I'm thinking that my standby table is possibly borked now (I can't use the VerifyRep job because I use the increment API). Is it reasonable to fix it by running a CopyTable from the source from <beginning-of-time> to <nowish>, or should I stop the replication and completely start over? Thanks, Patrick I'm running: CDH4.1.2 HBase 0.92.1 Hadoop 2.0.0
