You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/09/05 22:30:44 UTC

[jira] Created: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
----------------------------------------------------------------------------------------------

                 Key: HBASE-874
                 URL: https://issues.apache.org/jira/browse/HBASE-874
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: stack


In shell, create a table, drop it, then try recreate.  Will get:

{code}
NativeException: java.io.IOException: The client is stopped
{code}

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


[jira] Resolved: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

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

Jim Kellerman resolved HBASE-874.
---------------------------------

    Resolution: Fixed

All regression tests passed. Committed. Thanks for the patch Jonathan!

> deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-874
>                 URL: https://issues.apache.org/jira/browse/HBASE-874
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jonathan Gray
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: hbase-874-trunk-v1.patch
>
>
> In shell, create a table, drop it, then try recreate.  Will get:
> {code}
> NativeException: java.io.IOException: The client is stopped
> {code}

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


[jira] Assigned: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

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

Jonathan Gray reassigned HBASE-874:
-----------------------------------

    Assignee: Jonathan Gray  (was: Jim Kellerman)

> deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-874
>                 URL: https://issues.apache.org/jira/browse/HBASE-874
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jonathan Gray
>            Priority: Blocker
>             Fix For: 0.18.0
>
>
> In shell, create a table, drop it, then try recreate.  Will get:
> {code}
> NativeException: java.io.IOException: The client is stopped
> {code}

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


[jira] Updated: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

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

Jonathan Gray updated HBASE-874:
--------------------------------

    Attachment: hbase-874-trunk-v1.patch

Per discussion with Jim, I added a stopProxy boolean flag to HCM.deleteConnectionInfo that is passed to close() to determine whether we should stop the proxy or not.

Had to change a few tests, HMerge and HBA.

Applies only to trunk.

> deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-874
>                 URL: https://issues.apache.org/jira/browse/HBASE-874
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jonathan Gray
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: hbase-874-trunk-v1.patch
>
>
> In shell, create a table, drop it, then try recreate.  Will get:
> {code}
> NativeException: java.io.IOException: The client is stopped
> {code}

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


[jira] Assigned: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

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

Jim Kellerman reassigned HBASE-874:
-----------------------------------

    Assignee: Jim Kellerman

> deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-874
>                 URL: https://issues.apache.org/jira/browse/HBASE-874
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jim Kellerman
>
> In shell, create a table, drop it, then try recreate.  Will get:
> {code}
> NativeException: java.io.IOException: The client is stopped
> {code}

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


[jira] Updated: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

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

stack updated HBASE-874:
------------------------

    Fix Version/s:     (was: 0.2.1)
                   0.18.0

Changing.  Its blocker on 0.18, not 0.2.1.  My mistake.

> deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-874
>                 URL: https://issues.apache.org/jira/browse/HBASE-874
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.18.0
>
>
> In shell, create a table, drop it, then try recreate.  Will get:
> {code}
> NativeException: java.io.IOException: The client is stopped
> {code}

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


[jira] Updated: (HBASE-874) deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.

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

stack updated HBASE-874:
------------------------

    Fix Version/s: 0.2.1
         Priority: Blocker  (was: Major)

Making blocker on 0.2.1

> deleting a table kills client rpc; no subsequent communication if shell or thrift server, etc.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-874
>                 URL: https://issues.apache.org/jira/browse/HBASE-874
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.2.1
>
>
> In shell, create a table, drop it, then try recreate.  Will get:
> {code}
> NativeException: java.io.IOException: The client is stopped
> {code}

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