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 (JIRA)" <ji...@apache.org> on 2012/05/01 06:25:47 UTC

[jira] [Created] (HBASE-5909) SlabStats should be a daemon thread

Jean-Daniel Cryans created HBASE-5909:
-----------------------------------------

             Summary: SlabStats should be a daemon thread
                 Key: HBASE-5909
                 URL: https://issues.apache.org/jira/browse/HBASE-5909
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.92.1
            Reporter: Jean-Daniel Cryans
             Fix For: 0.96.0, 0.94.1


I had a hanging JVM on shutdown caused by:

{noformat}
"Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
   java.lang.Thread.State: TIMED_WAITING (parking)
{noformat}

--
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-5909) SlabStats should be a daemon thread

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

Lars Hofhansl resolved HBASE-5909.
----------------------------------

    Resolution: Fixed

Committed to 0.94 and 0.96.
                
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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-5909) SlabStats should be a daemon thread

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

Lars Hofhansl updated HBASE-5909:
---------------------------------

    Attachment: 5909.txt

Looks like this should not happen as long as the cache is itself is shut down appropriately (shutdown here also shuts down the thread pool).

Anyway, this one-liner makes sure the statistics thread will be a daemon.
                
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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] [Closed] (HBASE-5909) SlabStats should be a daemon thread

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

Lars Hofhansl closed HBASE-5909.
--------------------------------

    
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.94.1, 0.96.0
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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

[jira] [Commented] (HBASE-5909) SlabStats should be a daemon thread

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

Hudson commented on HBASE-5909:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #6 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/6/])
    HBASE-5909 SlabStats should be a daemon thread (Revision 1357974)

     Result = FAILURE
larsh : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/io/hfile/slab/SlabCache.java

                
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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-5909) SlabStats should be a daemon thread

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

stack commented on HBASE-5909:
------------------------------

+1
                
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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-5909) SlabStats should be a daemon thread

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

Hudson commented on HBASE-5909:
-------------------------------

Integrated in HBase-0.94 #301 (See [https://builds.apache.org/job/HBase-0.94/301/])
    HBASE-5909 SlabStats should be a daemon thread (Revision 1357974)

     Result = FAILURE
larsh : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/io/hfile/slab/SlabCache.java

                
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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-5909) SlabStats should be a daemon thread

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

Hudson commented on HBASE-5909:
-------------------------------

Integrated in HBase-0.94-security #39 (See [https://builds.apache.org/job/HBase-0.94-security/39/])
    HBASE-5909 SlabStats should be a daemon thread (Revision 1357974)

     Result = SUCCESS
larsh : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/io/hfile/slab/SlabCache.java

                
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>         Attachments: 5909.txt
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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] [Assigned] (HBASE-5909) SlabStats should be a daemon thread

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

Lars Hofhansl reassigned HBASE-5909:
------------------------------------

    Assignee: Lars Hofhansl
    
> SlabStats should be a daemon thread
> -----------------------------------
>
>                 Key: HBASE-5909
>                 URL: https://issues.apache.org/jira/browse/HBASE-5909
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.1
>
>
> I had a hanging JVM on shutdown caused by:
> {noformat}
> "Slab Statistics #0" prio=5 tid=7fc0238bc800 nid=0x10dadf000 waiting on condition [10dade000]
>    java.lang.Thread.State: TIMED_WAITING (parking)
> {noformat}

--
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