You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Daniel Cryans (Created) (JIRA)" <ji...@apache.org> on 2011/10/17 20:35:10 UTC

[jira] [Created] (HBASE-4606) Remove spam in HCM and fix a list.size == 0

Remove spam in HCM and fix a list.size == 0
-------------------------------------------

                 Key: HBASE-4606
                 URL: https://issues.apache.org/jira/browse/HBASE-4606
             Project: HBase
          Issue Type: Improvement
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
             Fix For: 0.92.0


As discussed on the ML, HCM in 0.92 is being spammy with "expecting X results" which is a debug leftover. Also right next to it I see a list.size == 0, which should be converted into isEmpty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4606) Remove spam in HCM and fix a list.size == 0

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

Jean-Daniel Cryans updated HBASE-4606:
--------------------------------------

    Attachment: HBASE-4606.patch

Here's the patch I'm committing.
                
> Remove spam in HCM and fix a list.size == 0
> -------------------------------------------
>
>                 Key: HBASE-4606
>                 URL: https://issues.apache.org/jira/browse/HBASE-4606
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4606.patch
>
>
> As discussed on the ML, HCM in 0.92 is being spammy with "expecting X results" which is a debug leftover. Also right next to it I see a list.size == 0, which should be converted into isEmpty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4606) Remove spam in HCM and fix a list.size == 0

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

Hudson commented on HBASE-4606:
-------------------------------

Integrated in HBase-TRUNK #2332 (See [https://builds.apache.org/job/HBase-TRUNK/2332/])
    HBASE-4606  Remove spam in HCM and fix a list.size == 0

jdcryans : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java

                
> Remove spam in HCM and fix a list.size == 0
> -------------------------------------------
>
>                 Key: HBASE-4606
>                 URL: https://issues.apache.org/jira/browse/HBASE-4606
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4606.patch
>
>
> As discussed on the ML, HCM in 0.92 is being spammy with "expecting X results" which is a debug leftover. Also right next to it I see a list.size == 0, which should be converted into isEmpty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-4606) Remove spam in HCM and fix a list.size == 0

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

Jean-Daniel Cryans resolved HBASE-4606.
---------------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Committed to 0.92 and trunk, thanks for taking a look at the patch Ted.
                
> Remove spam in HCM and fix a list.size == 0
> -------------------------------------------
>
>                 Key: HBASE-4606
>                 URL: https://issues.apache.org/jira/browse/HBASE-4606
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4606.patch
>
>
> As discussed on the ML, HCM in 0.92 is being spammy with "expecting X results" which is a debug leftover. Also right next to it I see a list.size == 0, which should be converted into isEmpty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4606) Remove spam in HCM and fix a list.size == 0

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

Hudson commented on HBASE-4606:
-------------------------------

Integrated in HBase-0.92 #71 (See [https://builds.apache.org/job/HBase-0.92/71/])
    HBASE-4606  Remove spam in HCM and fix a list.size == 0

jdcryans : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java

                
> Remove spam in HCM and fix a list.size == 0
> -------------------------------------------
>
>                 Key: HBASE-4606
>                 URL: https://issues.apache.org/jira/browse/HBASE-4606
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4606.patch
>
>
> As discussed on the ML, HCM in 0.92 is being spammy with "expecting X results" which is a debug leftover. Also right next to it I see a list.size == 0, which should be converted into isEmpty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4606) Remove spam in HCM and fix a list.size == 0

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

Ted Yu commented on HBASE-4606:
-------------------------------

+1 on patch.
                
> Remove spam in HCM and fix a list.size == 0
> -------------------------------------------
>
>                 Key: HBASE-4606
>                 URL: https://issues.apache.org/jira/browse/HBASE-4606
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4606.patch
>
>
> As discussed on the ML, HCM in 0.92 is being spammy with "expecting X results" which is a debug leftover. Also right next to it I see a list.size == 0, which should be converted into isEmpty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira