You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long time = indexWALEdit.getKeyValues().get(0).getTimestamp();
ctx.getEnvironment()
.getWAL()
.appendNoSync(indexRegion.getRegionInfo(), Bytes.toBytes(indexTableName), indexWALEdit,
logKey.getClusterId(), time, indexRegion.getTableDesc());
The text was updated successfully, but these errors were encountered:
How I would like to see this in future when multi WAL comes is
Multi WAL will have a pluggable way of deciding the region group associated with one WAL
We will have an impl which will make sure both index region and actual region go to one group
Again core should support writing WAL data for more than one region together in one HLogEntry
The text was updated successfully, but these errors were encountered: