[jira] [Updated] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-09-09 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-1494:
-

Attachment: ZOOKEEPER-1494.patch

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494-3.4.patch, ZOOKEEPER-1494.patch, 
> ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] [Updated] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-08-30 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Attachment: ZOOKEEPER-1494-3.4.patch

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494-3.4.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] [Updated] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-08-30 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Fix Version/s: (was: 3.3.7)

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494-3.4.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] [Updated] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-08-30 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Attachment: (was: ZOOKEEPER-1494.patch)

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494-3.4.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] [Updated] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-07-28 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-1494:


Fix Version/s: (was: 3.3.6)
   3.3.7

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.4.4, 3.5.0, 3.3.7
>
> Attachments: ZOOKEEPER-1494.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-06-30 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Attachment: (was: ZOOKEEPER-1493_3_3.patch)

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.3.6, 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-06-30 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Attachment: (was: ZOOKEEPER-1493_3_4.patch)

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.3.6, 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-06-30 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Attachment: ZOOKEEPER-1493_3_4.patch
ZOOKEEPER-1493_3_3.patch

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.3.6, 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1493_3_3.patch, ZOOKEEPER-1493_3_4.patch, 
> ZOOKEEPER-1494.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-06-22 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Attachment: ZOOKEEPER-1494.patch

Added the server name in the timeout log message.

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.3.6, 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494.patch, ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

--
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] (ZOOKEEPER-1494) C client: socket leak after receive timeout in zookeeper_interest()

2012-06-22 Thread Michi Mutsuzaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michi Mutsuzaki updated ZOOKEEPER-1494:
---

Summary: C client: socket leak after receive timeout in 
zookeeper_interest()  (was: C lient: socket leak after receive timeout in 
zookeeper_interest())

> C client: socket leak after receive timeout in zookeeper_interest()
> ---
>
> Key: ZOOKEEPER-1494
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1494
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.4.2, 3.3.5
>Reporter: Michi Mutsuzaki
>Assignee: Michi Mutsuzaki
> Fix For: 3.3.6, 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1494.patch
>
>
> In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout 
> happens. Instead we should let handle_socket_error_msg() function take care 
> of closing the socket properly.
> --Michi

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