You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2011/04/05 06:44:05 UTC

[jira] [Created] (HBASE-3733) MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion

MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion
----------------------------------------------------------------------------------

                 Key: HBASE-3733
                 URL: https://issues.apache.org/jira/browse/HBASE-3733
             Project: HBase
          Issue Type: Bug
          Components: regionserver
            Reporter: Ted Yu
            Assignee: Ted Yu


v-himanshu found that since HRegion doesn't implement Comparable, it cannot be placed in TreeSet.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3733) MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016232#comment-13016232 ] 

Hudson commented on HBASE-3733:
-------------------------------

Integrated in HBase-TRUNK #1831 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1831/])
    

> MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-3733
>                 URL: https://issues.apache.org/jira/browse/HBASE-3733
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 3733.txt
>
>
> v-himanshu found that since HRegion doesn't implement Comparable, it cannot be placed in TreeSet.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HBASE-3733) MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-3733.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0
     Hadoop Flags: [Reviewed]

Committed to trunk, thanks Ted!

> MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-3733
>                 URL: https://issues.apache.org/jira/browse/HBASE-3733
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 3733.txt
>
>
> v-himanshu found that since HRegion doesn't implement Comparable, it cannot be placed in TreeSet.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3733) MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-3733:
--------------------------

    Attachment: 3733.txt

Use HashSet in place of TreeSet

> MemStoreFlusher.flushOneForGlobalPressure() shouldn't be using TreeSet for HRegion
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-3733
>                 URL: https://issues.apache.org/jira/browse/HBASE-3733
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 3733.txt
>
>
> v-himanshu found that since HRegion doesn't implement Comparable, it cannot be placed in TreeSet.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira