You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2009/02/03 21:15:59 UTC

[jira] Created: (ZOOKEEPER-289) add debug messages to nioserver select loop.

add debug messages to nioserver select loop.
--------------------------------------------

                 Key: ZOOKEEPER-289
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-289
             Project: Zookeeper
          Issue Type: Improvement
            Reporter: Mahadev konar
            Assignee: Mahadev konar
         Attachments: ZOOKEEPER-289.patch

add some debug messages for any unexpected behaviour on select i/o in NIOServerCnxn.

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


[jira] Updated: (ZOOKEEPER-289) add debug messages to nioserver select loop.

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

Mahadev konar updated ZOOKEEPER-289:
------------------------------------

    Attachment: ZOOKEEPER-289.patch

this patch add some debug messgaes.

> add debug messages to nioserver select loop.
> --------------------------------------------
>
>                 Key: ZOOKEEPER-289
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-289
>             Project: Zookeeper
>          Issue Type: Improvement
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>         Attachments: ZOOKEEPER-289.patch
>
>
> add some debug messages for any unexpected behaviour on select i/o in NIOServerCnxn.

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


[jira] Commented: (ZOOKEEPER-289) add debug messages to nioserver select loop.

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

Hudson commented on ZOOKEEPER-289:
----------------------------------

Integrated in ZooKeeper-trunk #219 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/219/])
    . add debug messages to nioserver select loop. (mahadev)


> add debug messages to nioserver select loop.
> --------------------------------------------
>
>                 Key: ZOOKEEPER-289
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-289
>             Project: Zookeeper
>          Issue Type: Improvement
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-289.patch, ZOOKEEPER-289.patch
>
>
> add some debug messages for any unexpected behaviour on select i/o in NIOServerCnxn.

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


[jira] Updated: (ZOOKEEPER-289) add debug messages to nioserver select loop.

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

Mahadev konar updated ZOOKEEPER-289:
------------------------------------

        Fix Version/s: 3.1.0
    Affects Version/s: 3.0.0
                       3.0.1
               Status: Patch Available  (was: Open)

> add debug messages to nioserver select loop.
> --------------------------------------------
>
>                 Key: ZOOKEEPER-289
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-289
>             Project: Zookeeper
>          Issue Type: Improvement
>    Affects Versions: 3.0.1, 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-289.patch
>
>
> add some debug messages for any unexpected behaviour on select i/o in NIOServerCnxn.

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


[jira] Updated: (ZOOKEEPER-289) add debug messages to nioserver select loop.

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

Mahadev konar updated ZOOKEEPER-289:
------------------------------------

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

I just committed this.

> add debug messages to nioserver select loop.
> --------------------------------------------
>
>                 Key: ZOOKEEPER-289
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-289
>             Project: Zookeeper
>          Issue Type: Improvement
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-289.patch, ZOOKEEPER-289.patch
>
>
> add some debug messages for any unexpected behaviour on select i/o in NIOServerCnxn.

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


[jira] Updated: (ZOOKEEPER-289) add debug messages to nioserver select loop.

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

Patrick Hunt updated ZOOKEEPER-289:
-----------------------------------

    Attachment: ZOOKEEPER-289.patch

changed the sock==null to be a warning since this is a very bad/unlikely case. also updated the message to include the session id to help in debugging.


> add debug messages to nioserver select loop.
> --------------------------------------------
>
>                 Key: ZOOKEEPER-289
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-289
>             Project: Zookeeper
>          Issue Type: Improvement
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-289.patch, ZOOKEEPER-289.patch
>
>
> add some debug messages for any unexpected behaviour on select i/o in NIOServerCnxn.

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