You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Nick Dimiduk <nd...@apache.org> on 2020/05/28 23:27:22 UTC

[DISCUSS] Doing away with the pluggable Normalizer implementation

Heya,

We're working through a simplifying cleanup of the master code around the
Region Normalizer feature, HBASE-24418, and one of the suggestions proposed
was to make the implementation no longer pluggable. If the implementation
we provide does what people need, maybe we can simplify our lives a bit,
get rid of the reflection code.

So I'm curious: is anyone using their own implementation, or planning to?

Thanks,
Nick