Description
When addressing HBASE-12405 I found that LastSequenceId.getLastSequenceId always returns -1, then I found that we use encodedRegionName when calling this method. But when we doing regionServerReport, we use regionName to report to HMaster(see the code in HRegionServer.createRegionLoad).
We need to fix this, as seems we will disable distributed log replay in 0.98 by default?
Attachments
Attachments
Issue Links
- blocks
-
HBASE-12405 WAL accounting by Store
- Closed