You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Anthony Urso (JIRA)" <ji...@apache.org> on 2008/07/26 05:29:32 UTC

[jira] Created: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

ZooKeeper java client main loop crashes on KeeperExceptions
-----------------------------------------------------------

                 Key: ZOOKEEPER-105
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
             Project: Zookeeper
          Issue Type: Bug
          Components: java client
    Affects Versions: 3.0.0
            Reporter: Anthony Urso
            Priority: Minor


The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Updated: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Anthony Urso updated ZOOKEEPER-105:
-----------------------------------

    Status: Patch Available  (was: Open)

Patch attached.

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Updated: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Patrick Hunt updated ZOOKEEPER-105:
-----------------------------------

    Fix Version/s: 3.0.0

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Assignee: Anthony Urso
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-105.patch, ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Updated: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Mahadev konar updated ZOOKEEPER-105:
------------------------------------

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

i just committed this. Thanks Anthony. 
i also created a new Changes.txt under src/java since its a different format than the older changelogs.

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Assignee: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch, ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Commented: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617470#action_12617470 ] 

Mahadev konar commented on ZOOKEEPER-105:
-----------------------------------------

i took a look at the patch.. its just a try catch block change right anthony? 

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Updated: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Anthony Urso updated ZOOKEEPER-105:
-----------------------------------

    Attachment: ZOOKEEPER-105.patch

Patch that wraps the processing of commands with a catch and print.

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Assigned: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Mahadev konar reassigned ZOOKEEPER-105:
---------------------------------------

    Assignee: Anthony Urso

assigning it to anthony.

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Assignee: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Commented: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Hudson commented on ZOOKEEPER-105:
----------------------------------

Integrated in ZooKeeper-trunk #37 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/37/])

> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Assignee: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch, ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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


[jira] Updated: (ZOOKEEPER-105) ZooKeeper java client main loop crashes on KeeperExceptions

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

Mahadev konar updated ZOOKEEPER-105:
------------------------------------

    Attachment: ZOOKEEPER-105.patch

i just updated the patch to print the exception strings to the stderr rather than stdout..


> ZooKeeper java client main loop crashes on KeeperExceptions
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-105
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-105
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.0.0
>            Reporter: Anthony Urso
>            Assignee: Anthony Urso
>            Priority: Minor
>         Attachments: ZOOKEEPER-105.patch, ZOOKEEPER-105.patch
>
>
> The ZooKeeper java client main loop crashes on KeeperExceptions.  They should be handled when possible.

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