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

Ted Yu commented on HBASE-8123:
-------------------------------

There is a long line:
{code}
+  private final Map<byte[], Long> oldestFlushingSeqNums = new TreeMap<byte[], 
Long>(Bytes.BYTES_COMPARATOR);
{code}
Mind wrapping it on commit ?
                
> Replace HashMap/HashSet with TreeMap/TreeSet where byte[] is used as key
> ------------------------------------------------------------------------
>
>                 Key: HBASE-8123
>                 URL: https://issues.apache.org/jira/browse/HBASE-8123
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0, 0.94.5
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>         Attachments: HBASE-8123-v0-94.patch, HBASE-8123-v0.patch
>
>
> We still have code using HashMap/HashSet with byte[] as key

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to