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

[jira] Created: (HBASE-2764) Force all Chore threads to have a name

Force all Chore threads to have a name
--------------------------------------

                 Key: HBASE-2764
                 URL: https://issues.apache.org/jira/browse/HBASE-2764
             Project: HBase
          Issue Type: Improvement
          Components: util
    Affects Versions: 0.21.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Minor
             Fix For: 0.21.0


Right now we sometimes end up with Chore tasks that have no name for a few moments. This is really annoying when trying to debug hung processes, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2764) Force all Chore threads to have a name

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

Todd Lipcon updated HBASE-2764:
-------------------------------

    Status: Patch Available  (was: Open)

> Force all Chore threads to have a name
> --------------------------------------
>
>                 Key: HBASE-2764
>                 URL: https://issues.apache.org/jira/browse/HBASE-2764
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: hbase-2764.txt
>
>
> Right now we sometimes end up with Chore tasks that have no name for a few moments. This is really annoying when trying to debug hung processes, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-2764) Force all Chore threads to have a name

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

Jean-Daniel Cryans commented on HBASE-2764:
-------------------------------------------

+1, and also why:

{code}
(rootRegion ? "root":"META")
{code}

Why not "-ROOT-" : ".META." or "root":"meta"?

> Force all Chore threads to have a name
> --------------------------------------
>
>                 Key: HBASE-2764
>                 URL: https://issues.apache.org/jira/browse/HBASE-2764
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: hbase-2764.txt
>
>
> Right now we sometimes end up with Chore tasks that have no name for a few moments. This is really annoying when trying to debug hung processes, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2764) Force all Chore threads to have a name

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

Todd Lipcon updated HBASE-2764:
-------------------------------

    Attachment: hbase-2764.txt

> Force all Chore threads to have a name
> --------------------------------------
>
>                 Key: HBASE-2764
>                 URL: https://issues.apache.org/jira/browse/HBASE-2764
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: hbase-2764.txt
>
>
> Right now we sometimes end up with Chore tasks that have no name for a few moments. This is really annoying when trying to debug hung processes, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2764) Force all Chore threads to have a name

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

Todd Lipcon updated HBASE-2764:
-------------------------------

    Attachment: hbase-2764.txt

Yep, good point, that was silly of me. Fixed to ".META. or -ROOT- table."

> Force all Chore threads to have a name
> --------------------------------------
>
>                 Key: HBASE-2764
>                 URL: https://issues.apache.org/jira/browse/HBASE-2764
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: hbase-2764.txt, hbase-2764.txt
>
>
> Right now we sometimes end up with Chore tasks that have no name for a few moments. This is really annoying when trying to debug hung processes, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2764) Force all Chore threads to have a name

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

Todd Lipcon updated HBASE-2764:
-------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Committed to trunk.

> Force all Chore threads to have a name
> --------------------------------------
>
>                 Key: HBASE-2764
>                 URL: https://issues.apache.org/jira/browse/HBASE-2764
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: hbase-2764.txt, hbase-2764.txt
>
>
> Right now we sometimes end up with Chore tasks that have no name for a few moments. This is really annoying when trying to debug hung processes, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.