I'm newbie to HBase. Assume that we have master and secondary regions.
Just assume that our primary region goes down for few hours due to some external factors. if the primary server is turned back to normal status.
It might have missed some amount of data loaded during the primary region offline. So how the primary server will be synchronized to load missed jobs.
Thanks in advance!!