[
https://issues.apache.org/jira/browse/ZOOKEEPER-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084483#comment-13084483
]
Hadoop QA commented on ZOOKEEPER-999:
-
+1 overall. Here are the results of testing
[
https://issues.apache.org/jira/browse/ZOOKEEPER-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang updated ZOOKEEPER-999:
Attachment: ZOOKEEPER-999-11.patch
Skip native build for "ant tar".
> Create an package integra
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084360#comment-13084360
]
Mahadev konar commented on ZOOKEEPER-1108:
--
thanks dheeraj,
Will do today/t
Exceptions thrown from handleAuthentication can cause buffer corruption issues
in NIOServer
---
Key: ZOOKEEPER-1152
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1152
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084345#comment-13084345
]
Dheeraj Agrawal commented on ZOOKEEPER-1108:
Mahadev, can you review the p
Hi guys,
So debugging some fun issues in my dev cluster, I discovered that due to some
bad user data, my AuthenticationProvider was throwing a null pointer exception
inside the handleAuthentication call. This call is made inside of
NIOServerCnxn.readRequest, and there is no try catch block. So
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084214#comment-13084214
]
Hadoop QA commented on ZOOKEEPER-1136:
--
-1 overall. Here are the results of test
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Reed updated ZOOKEEPER-1136:
-
Attachment: ZOOKEEPER-1136.patch
> NEW_LEADER should be queued not sent to match the