You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Akash Ashok (JIRA)" <ji...@apache.org> on 2011/06/24 18:13:47 UTC

[jira] [Created] (HBASE-4029) Inappropriate checkin of Logging Mode in HRegionServer

Inappropriate checkin of Logging Mode in HRegionServer
------------------------------------------------------

                 Key: HBASE-4029
                 URL: https://issues.apache.org/jira/browse/HBASE-4029
             Project: HBase
          Issue Type: Bug
            Reporter: Akash Ashok


There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Commented] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Ted Yu commented on HBASE-4029:
-------------------------------

Integrated patch to TRUNK.

Thanks Akash.

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>         Attachments: hbase-4029.patch
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Updated] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Akash Ashok updated HBASE-4029:
-------------------------------

    Component/s: regionserver

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>         Attachments: hbase-4029.patch
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Assigned] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Akash Ashok reassigned HBASE-4029:
----------------------------------

    Assignee: Akash Ashok

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Commented] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Akash Ashok commented on HBASE-4029:
------------------------------------

Sure. I am workin on it. 

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Commented] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Hudson commented on HBASE-4029:
-------------------------------

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

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>         Attachments: hbase-4029.patch
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Updated] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Akash Ashok updated HBASE-4029:
-------------------------------

    Attachment: hbase-4029.patch

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>         Attachments: hbase-4029.patch
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Updated] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Ted Yu updated HBASE-4029:
--------------------------

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

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>         Attachments: hbase-4029.patch
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Commented] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

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

Would you mind contributing a fix?

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Updated] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Ted Yu updated HBASE-4029:
--------------------------

    Fix Version/s: 0.92.0
          Summary: Inappropriate checking of Logging Mode in HRegionServer  (was: Inappropriate checkin of Logging Mode in HRegionServer)

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Work started] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Work on HBASE-4029 started by Akash Ashok.

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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

        

[jira] [Updated] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

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

Akash Ashok updated HBASE-4029:
-------------------------------

    Status: Patch Available  (was: In Progress)

> Inappropriate checking of Logging Mode in HRegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-4029
>                 URL: https://issues.apache.org/jira/browse/HBASE-4029
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>              Labels: regionserver
>             Fix For: 0.92.0
>
>         Attachments: hbase-4029.patch
>
>
> There is a condition check for Debug mode logging in HRegionServer.java . Because of this the region server never closes the META region while stopping hbase and thus never stops, if DEBUG mode is not enable in logging. 

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