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

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

    [ https://issues.apache.org/jira/browse/HBASE-20289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414096#comment-16414096 ] 

Yuki Tawara commented on HBASE-20289:
-------------------------------------

I attached a patch.

> 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
>            Priority: Minor
>         Attachments: HBASE-20289.master.001.patch
>
>
> 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)