Austin: Looks like oversight to me. As you suggest, you'd think the split point -- if present -- would be passed to the admin split call.
Mind putting up a patch sir? Thanks, S On Mon, May 27, 2019 at 2:36 PM aheyne <ahe...@ccri.com> wrote: > Hey all, > > We've been having good fun working with custom normalizers but would > like to make things a little more efficient. I see that the split > normalization plan accepts a split point but I don't see where that's > passed through during the execution. It seems that only the region info > is being passed on even though admin supports a split point as well. Is > there a reason for this or am I missing something? We're working with > the 1.4.x line but it looks like that hasn't been added in master > either. > > > https://github.com/apache/hbase/blob/rel/1.4.8/hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SplitNormalizationPlan.java#L81 > > https://github.com/apache/hbase/blob/rel/1.4.8/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java#L838 > > Thanks, > Austin >