You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yuki Tawara (JIRA)" <ji...@apache.org> on 2018/03/26 16:20:00 UTC

[jira] [Created] (HBASE-20289) Comparator for NormalizationPlan breaks comparator's convention

Yuki Tawara created HBASE-20289:
-----------------------------------

             Summary: Comparator for NormalizationPlan breaks comparator's convention
                 Key: HBASE-20289
                 URL: https://issues.apache.org/jira/browse/HBASE-20289
             Project: HBase
          Issue Type: Bug
          Components: master
            Reporter: Yuki Tawara


Comparator must meet the condition: sign(comparator(plan1, plan2)) = - sign(comparator(plan2, plan1)).
Current implementation breaks above condition.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)