[jira] [Updated] (ZOOKEEPER-2288) During shutdown, server may fail to ack completed transactions to clients.

2015-10-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated ZOOKEEPER-2288: - Attachment: ZOOKEEPER-2288.001.patch This began with a discussion on the dev list.

[jira] [Created] (ZOOKEEPER-2289) Support use of SASL "auth-int" and "auth-conf" quality of protection.

2015-10-10 Thread Chris Nauroth (JIRA)
Chris Nauroth created ZOOKEEPER-2289: Summary: Support use of SASL "auth-int" and "auth-conf" quality of protection. Key: ZOOKEEPER-2289 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2289

Re: QOP SASL property

2015-10-10 Thread Chris Nauroth
I filed ZOOKEEPER-2289 to track adding support for the full set of QOP settings. I did not target any specific fix version since there isn't consensus yet on that. Thank you, Flavio and Ivan. --Chris Nauroth On 10/9/15, 11:55 AM, "Ivan Kelly" wrote: >Just to add,

[jira] [Commented] (ZOOKEEPER-2289) Support use of SASL "auth-int" and "auth-conf" quality of protection.

2015-10-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14952087#comment-14952087 ] Chris Nauroth commented on ZOOKEEPER-2289: -- This thread on the dev list contains discussion

Failed: ZOOKEEPER-2288 PreCommit Build #2909

2015-10-10 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2288 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2909/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Updated] (ZOOKEEPER-2289) Support use of SASL "auth-int" and "auth-conf" quality of protection.

2015-10-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated ZOOKEEPER-2289: - Description: The current codebase supports use of SASL for authenticating

[jira] [Commented] (ZOOKEEPER-2288) During shutdown, server may fail to ack completed transactions to clients.

2015-10-10 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14952089#comment-14952089 ] Jordan Zimmerman commented on ZOOKEEPER-2288: - FYI - Curator now has workaround methods.

[jira] [Commented] (ZOOKEEPER-2288) During shutdown, server may fail to ack completed transactions to clients.

2015-10-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14952090#comment-14952090 ] Hadoop QA commented on ZOOKEEPER-2288: -- -1 overall. Here are the results of testing the latest

Re: QOP SASL property

2015-10-10 Thread Andrew Purtell
Because different authentication mechanisms can be plugged in and are used on demand when znodes are accessed according to whatever the ACL specifies, this is why we opted to tunnel SASL auth within the zookeeper protocol instead of wrap the entire connection when contributing this feature.

Re: PrepRequestProcessor.shutdown()

2015-10-10 Thread Jordan Zimmerman
Thank you! > On Oct 10, 2015, at 5:36 PM, Chris Nauroth wrote: > > I have created ZOOKEEPER-2288 and attached my partial fix patch. Jordan, > I can see you already spotted it and linked it with CURATOR-268. Thanks > again for reporting this. > > --Chris Nauroth > >

[jira] [Created] (ZOOKEEPER-2288) During shutdown, server may fail to ack completed transactions to clients.

2015-10-10 Thread Chris Nauroth (JIRA)
Chris Nauroth created ZOOKEEPER-2288: Summary: During shutdown, server may fail to ack completed transactions to clients. Key: ZOOKEEPER-2288 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2288

Re: PrepRequestProcessor.shutdown()

2015-10-10 Thread Chris Nauroth
I have created ZOOKEEPER-2288 and attached my partial fix patch. Jordan, I can see you already spotted it and linked it with CURATOR-268. Thanks again for reporting this. --Chris Nauroth On 10/6/15, 11:01 AM, "Flavio Junqueira" wrote: >You're right that shutdown calls