[jira] [Commented] (ZOOKEEPER-1172) Support for custom org.apache.zookeeper.client.HostProvider implementation.

2011-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108459#comment-13108459 ] César Álvarez Núñez commented on ZOOKEEPER-1172: Done. Since it is my

[jira] [Reopened] (ZOOKEEPER-1086) zookeeper test jar has non mavenised dependency.

2011-09-20 Thread Thomas Koch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch reopened ZOOKEEPER-1086: The accessive.jar is still in SVN under src/java/libtest/accessive.jar. Please remove it,

SASL authorizedID problem

2011-09-20 Thread Tom Klonikowski
Hello developers, the SaslServerCallbackHandler in trunk changes the principal name service/host@REALM to service/service@REALM (i guess unintentionally). lines 131-133: if (!removeHost() (kerberosName.getHostName() != null)) { userName += / + kerberosName.getServiceName(); } Server Log:

[jira] [Commented] (ZOOKEEPER-961) Watch recovery after disconnection when connection string contains a prefix

2011-09-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108545#comment-13108545 ] Hudson commented on ZOOKEEPER-961: -- Integrated in ZooKeeper-trunk #1309 (See

[jira] [Updated] (ZOOKEEPER-834) Allow ephemeral znodes to have children created only by the owner session.

2011-09-20 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laxman updated ZOOKEEPER-834: - Attachment: ZOOKEEPER-834.patch Allow ephemeral znodes to have children created only by the owner

[jira] [Commented] (ZOOKEEPER-834) Allow ephemeral znodes to have children created only by the owner session.

2011-09-20 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108591#comment-13108591 ] Laxman commented on ZOOKEEPER-834: -- Refreshed the patch for trunk. Allow ephemeral

RE: ZooKeeper_branch_3_3 - Build # 362 - Failure

2011-09-20 Thread Fournier, Camille F.
Can someone kick this build? I'm investigating these test failures but they appear to be transient. -Original Message- From: Apache Jenkins Server [mailto:jenk...@builds.apache.org] Sent: Monday, September 19, 2011 5:48 AM To: dev@zookeeper.apache.org Subject: ZooKeeper_branch_3_3 -

Success: ZOOKEEPER-834 PreCommit Build #568

2011-09-20 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-834 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/568/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-834) Allow ephemeral znodes to have children created only by the owner session.

2011-09-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108725#comment-13108725 ] Hadoop QA commented on ZOOKEEPER-834: - +1 overall. Here are the results of testing

[jira] [Created] (ZOOKEEPER-1195) SASL authorizedID being incorrectly set: should use getHostName() rather than getServiceName()

2011-09-20 Thread Eugene Koontz (JIRA)
SASL authorizedID being incorrectly set: should use getHostName() rather than getServiceName() -- Key: ZOOKEEPER-1195 URL:

Re: SASL authorizedID problem

2011-09-20 Thread Eugene Koontz
On 9/20/11 2:37 AM, Tom Klonikowski wrote: Hello developers, the SaslServerCallbackHandler in trunk changes the principal name service/host@REALM to service/service@REALM (i guess unintentionally). Thank you Tom, I have created a JIRA and uploaded a patch that fixes the bug that you

[jira] [Updated] (ZOOKEEPER-1195) SASL authorizedID being incorrectly set: should use getHostName() rather than getServiceName()

2011-09-20 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koontz updated ZOOKEEPER-1195: - Attachment: ZOOKEEPER-1195.patch SASL authorizedID being incorrectly set: should

Re: ZooKeeper_branch_3_3 - Build # 362 - Failure

2011-09-20 Thread Patrick Hunt
Perhaps you should apply these changes to 3.3 branch? Looks like it only went to 3.4/trunk. test timeouts are too small https://issues.apache.org/jira/browse/ZOOKEEPER-1160 Patrick On Tue, Sep 20, 2011 at 6:54 AM, Fournier, Camille F. camille.fourn...@gs.com wrote: Can someone kick this build?

Failed: ZOOKEEPER-1195 PreCommit Build #569

2011-09-20 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1195 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/569/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1195) SASL authorizedID being incorrectly set: should use getHostName() rather than getServiceName()

2011-09-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108808#comment-13108808 ] Hadoop QA commented on ZOOKEEPER-1195: -- -1 overall. Here are the results of

Review Request: Support for custom org.apache.zookeeper.client.HostProvider implementation

2011-09-20 Thread César Álvarez Núñez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1977/ --- Review request for zookeeper. Summary --- . This addresses bug

Re: ZooKeeper_branch_3_3 - Build # 362 - Failure

2011-09-20 Thread Fournier, Camille F.
Ah yes I will do that. - Original Message - From: Patrick Hunt ph...@apache.org To: dev@zookeeper.apache.org dev@zookeeper.apache.org Sent: Tue Sep 20 12:17:35 2011 Subject: Re: ZooKeeper_branch_3_3 - Build # 362 - Failure Perhaps you should apply these changes to 3.3 branch? Looks like

[jira] [Commented] (ZOOKEEPER-834) Allow ephemeral znodes to have children created only by the owner session.

2011-09-20 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108838#comment-13108838 ] Andrei Savu commented on ZOOKEEPER-834: --- I think this patch also needs a test

[jira] [Created] (ZOOKEEPER-1196) improve Kerberos name parsing and canonicalization testing

2011-09-20 Thread Eugene Koontz (JIRA)
improve Kerberos name parsing and canonicalization testing -- Key: ZOOKEEPER-1196 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1196 Project: ZooKeeper Issue Type: Improvement

[jira] [Commented] (ZOOKEEPER-1195) SASL authorizedID being incorrectly set: should use getHostName() rather than getServiceName()

2011-09-20 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108842#comment-13108842 ] Eugene Koontz commented on ZOOKEEPER-1195: -- bq. Please justify why no new

[jira] [Updated] (ZOOKEEPER-767) Submitting Demo/Recipe Shared / Exclusive Lock Code

2011-09-20 Thread Tyler MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler MacDonald updated ZOOKEEPER-767: -- Attachment: ZOOKEEPER-767.patch Hi, There was a bug in the exclusive lock code

Success: ZOOKEEPER-767 PreCommit Build #570

2011-09-20 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-767 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/570/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-767) Submitting Demo/Recipe Shared / Exclusive Lock Code

2011-09-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108969#comment-13108969 ] Hadoop QA commented on ZOOKEEPER-767: - +1 overall. Here are the results of testing

[jira] [Commented] (ZOOKEEPER-737) some 4 letter words may fail with netcat (nc)

2011-09-20 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109067#comment-13109067 ] Camille Fournier commented on ZOOKEEPER-737: I've taken a lot of wrong

Re: Review Request: ZOOKEEPER-1185 : Send AuthFailed event to client if SASL authentication fails

2011-09-20 Thread Eugene Koontz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1959/ --- (Updated 2011-09-20 23:59:16.329913) Review request for zookeeper. Changes

Re: Review Request: ZOOKEEPER-1185 : Send AuthFailed event to client if SASL authentication fails

2011-09-20 Thread Eugene Koontz
On 2011-09-19 20:31:15, Thomas Koch wrote: src/java/main/org/apache/zookeeper/ClientCnxn.java, line 563 https://reviews.apache.org/r/1959/diff/1/?file=41755#file41755line563 Could this condition be simplified? For example instead of

[jira] [Commented] (BOOKKEEPER-68) Conditional setData

2011-09-20 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108620#comment-13108620 ] Ivan Kelly commented on BOOKKEEPER-68: -- This patch seems to just cause the open

[jira] [Commented] (BOOKKEEPER-68) Conditional setData

2011-09-20 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108746#comment-13108746 ] Ivan Kelly commented on BOOKKEEPER-68: -- Im not sure. I think that situations like

[jira] [Commented] (BOOKKEEPER-68) Conditional setData

2011-09-20 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108761#comment-13108761 ] Flavio Junqueira commented on BOOKKEEPER-68: I think you're right in that