ZooKeeper-trunk-jdk7 - Build # 340 - Still Failing

2012-08-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk7/340/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 250895 lines...] [junit] 2012-08-01 09:56:10,433

[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-01 Thread Bartek Przybylski (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426694#comment-13426694 ] Bartek Przybylski commented on ZOOKEEPER-1425: -- I would like to implement

[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426710#comment-13426710 ] Patrick Hunt commented on ZOOKEEPER-1425: - Sounds reasonable. FYI, there has

Re: [VOTE] Release ZooKeeper 3.3.6 (candidate 0)

2012-08-01 Thread Patrick Hunt
With 4 +1 and no dissenters the vote passes. Thanks everyone who took the time to test the release! I'll work on finalizing and pushing the release public. Patrick On Tue, Jul 31, 2012 at 9:34 PM, Benjamin Reed br...@apache.org wrote: +1 looks good pat. thanks for taking charge! ben On

[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-01 Thread Bartek Przybylski (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426716#comment-13426716 ] Bartek Przybylski commented on ZOOKEEPER-1425: -- This is my first touch

[jira] [Commented] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426733#comment-13426733 ] Eli Reisman commented on ZOOKEEPER-1426: If you mean the ASF license at the

[jira] [Updated] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated ZOOKEEPER-1426: --- Attachment: MAPREDUCE-4282-2.patch Added test, fixed generated class name to include

Failed: ZOOKEEPER-1426 PreCommit Build #1150

2012-08-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1426 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1150/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426768#comment-13426768 ] Hadoop QA commented on ZOOKEEPER-1426: -- -1 overall. Here are the results of

Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Matteo Bertozzi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6290/ --- Review request for zookeeper, Patrick Hunt and Eugene Koontz. Description

[jira] [Commented] (ZOOKEEPER-1497) Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426794#comment-13426794 ] Matteo Bertozzi commented on ZOOKEEPER-1497: The patch is on Review board

[jira] [Commented] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426799#comment-13426799 ] Eli Reisman commented on ZOOKEEPER-1426: I saw this Hadoop QA notice, so I

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Patrick Hunt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6290/#review9703 --- Overall looks good. Some comments:

[jira] [Commented] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426809#comment-13426809 ] Patrick Hunt commented on ZOOKEEPER-1426: - for some reason you attached a

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Eugene Koontz
On Aug. 1, 2012, 6:38 p.m., Patrick Hunt wrote: /src/java/test/org/apache/zookeeper/test/SaslAuthDesignatedServerTest.java, line 77 https://reviews.apache.org/r/6290/diff/1/?file=132325#file132325line77 why is this sleep here? These sleep()s are present in other SASL-related

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Patrick Hunt
On Aug. 1, 2012, 6:38 p.m., Patrick Hunt wrote: /src/java/test/org/apache/zookeeper/test/SaslAuthDesignatedServerTest.java, line 77 https://reviews.apache.org/r/6290/diff/1/?file=132325#file132325line77 why is this sleep here? Eugene Koontz wrote: These sleep()s are

[jira] [Commented] (ZOOKEEPER-1178) Add eclipse target for supporting Apache IvyDE

2012-08-01 Thread Warren Turkal (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426813#comment-13426813 ] Warren Turkal commented on ZOOKEEPER-1178: -- Gah, I must have overlooked you

[jira] [Commented] (ZOOKEEPER-1517) zookeeper follower closed

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426816#comment-13426816 ] Patrick Hunt commented on ZOOKEEPER-1517: - Looks like your myid for slave 4 is

[jira] [Updated] (ZOOKEEPER-1510) Should not log SASL errors for non-secure usage

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1510: Attachment: zookeeper-1510.txt A couple minor tweaks to the patch, including adding

[jira] [Updated] (ZOOKEEPER-1510) Should not log SASL errors for non-secure usage

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1510: Fix Version/s: 3.5.0 3.4.4 Should not log SASL errors for

[jira] [Resolved] (ZOOKEEPER-1518) Mailing List link is broken in the Zookeeper documentation

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-1518. - Resolution: Fixed Assignee: Patrick Hunt I added a .htaccess redirect and

Failed: ZOOKEEPER-1510 PreCommit Build #1151

2012-08-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1510 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1151/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1503) remove redundant JAAS configuration code in SaslAuthTest and SaslAuthFailTest

2012-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426834#comment-13426834 ] Patrick Hunt commented on ZOOKEEPER-1503: - Btw. I noticed that these tests are

[jira] [Commented] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426843#comment-13426843 ] Eli Reisman commented on ZOOKEEPER-1426: sorry wrong patch, will upload the

[jira] [Created] (ZOOKEEPER-1524) use more standard junit constructs before/after or beforeclass/afterclass in SaslAuthTest and SaslAuthFailTest rather than static blocks

2012-08-01 Thread Eugene Koontz (JIRA)
Eugene Koontz created ZOOKEEPER-1524: Summary: use more standard junit constructs before/after or beforeclass/afterclass in SaslAuthTest and SaslAuthFailTest rather than static blocks Key: ZOOKEEPER-1524

[jira] [Updated] (ZOOKEEPER-1524) use more standard junit annotation @Before in SaslAuthTest and SaslAuthFailTest rather than static blocks

2012-08-01 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koontz updated ZOOKEEPER-1524: - Summary: use more standard junit annotation @Before in SaslAuthTest and

[jira] [Updated] (ZOOKEEPER-1524) use more standard junit annotation @Before in SaslXTests rather than static blocks

2012-08-01 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koontz updated ZOOKEEPER-1524: - Summary: use more standard junit annotation @Before in SaslXTests rather than static

[jira] [Commented] (ZOOKEEPER-1503) remove redundant JAAS configuration code in SaslAuthTest and SaslAuthFailTest

2012-08-01 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426858#comment-13426858 ] Eugene Koontz commented on ZOOKEEPER-1503: -- Sure thing, thanks for noticing

[jira] [Updated] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated ZOOKEEPER-1426: --- Attachment: ZOOKEEPER-1426-2.patch lets see if I can click the mouse correctly this

[jira] [Updated] (ZOOKEEPER-1497) Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated ZOOKEEPER-1497: --- Attachment: ZOOKEEPER-1497-v4.patch Allow server-side SASL login with JAAS

[jira] [Updated] (ZOOKEEPER-1497) Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated ZOOKEEPER-1497: --- Attachment: ZOOKEEPER-1497-v4.patch Allow server-side SASL login with JAAS

[jira] [Updated] (ZOOKEEPER-1497) Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated ZOOKEEPER-1497: --- Attachment: (was: ZOOKEEPER-1497-v4.patch) Allow server-side SASL login

Failed: ZOOKEEPER-1510 PreCommit Build #1152

2012-08-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1510 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1152/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1510) Should not log SASL errors for non-secure usage

2012-08-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426876#comment-13426876 ] Hadoop QA commented on ZOOKEEPER-1510: -- -1 overall. Here are the results of

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Eugene Koontz
On Aug. 1, 2012, 6:38 p.m., Patrick Hunt wrote: /src/java/test/org/apache/zookeeper/test/SaslAuthDesignatedServerTest.java, line 77 https://reviews.apache.org/r/6290/diff/1/?file=132325#file132325line77 why is this sleep here? Eugene Koontz wrote: These sleep()s are

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Patrick Hunt
On Aug. 1, 2012, 6:38 p.m., Patrick Hunt wrote: /src/java/test/org/apache/zookeeper/test/SaslAuthDesignatedServerTest.java, line 77 https://reviews.apache.org/r/6290/diff/1/?file=132325#file132325line77 why is this sleep here? Eugene Koontz wrote: These sleep()s are

[jira] [Commented] (ZOOKEEPER-1503) remove redundant JAAS configuration code in SaslAuthTest and SaslAuthFailTest

2012-08-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426898#comment-13426898 ] Hudson commented on ZOOKEEPER-1503: --- Integrated in ZooKeeper-trunk #1632 (See

[jira] [Commented] (ZOOKEEPER-1522) intermittent failures in Zab test due to NPE in recursiveDelete test function

2012-08-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426899#comment-13426899 ] Hudson commented on ZOOKEEPER-1522: --- Integrated in ZooKeeper-trunk #1632 (See

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Eugene Koontz
On Aug. 1, 2012, 6:38 p.m., Patrick Hunt wrote: /src/java/test/org/apache/zookeeper/test/SaslAuthDesignatedServerTest.java, line 77 https://reviews.apache.org/r/6290/diff/1/?file=132325#file132325line77 why is this sleep here? Eugene Koontz wrote: These sleep()s are

Failed: ZOOKEEPER-1510 PreCommit Build #1153

2012-08-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1510 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1153/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1510) Should not log SASL errors for non-secure usage

2012-08-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426917#comment-13426917 ] Hadoop QA commented on ZOOKEEPER-1510: -- -1 overall. Here are the results of

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Patrick Hunt
On Aug. 1, 2012, 6:38 p.m., Patrick Hunt wrote: /src/java/test/org/apache/zookeeper/test/SaslAuthDesignatedServerTest.java, line 77 https://reviews.apache.org/r/6290/diff/1/?file=132325#file132325line77 why is this sleep here? Eugene Koontz wrote: These sleep()s are

Failed: ZOOKEEPER-1426 PreCommit Build #1154

2012-08-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1426 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1154/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1426) add version command to the zookeeper server

2012-08-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426927#comment-13426927 ] Hadoop QA commented on ZOOKEEPER-1426: -- -1 overall. Here are the results of

Re: Review Request: Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-08-01 Thread Patrick Hunt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6290/#review9727 --- Looks read to go to me except for the noted issue.

[jira] [Commented] (ZOOKEEPER-1510) Should not log SASL errors for non-secure usage

2012-08-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427009#comment-13427009 ] Hudson commented on ZOOKEEPER-1510: --- Integrated in ZooKeeper-trunk #1633 (See

Re: Review Request: Multi-thread CommitProcessor

2012-08-01 Thread Patrick Hunt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6260/#review9710 --- This looks very nice Jay! I've looked through most of the code but

[jira] [Commented] (BOOKKEEPER-246) Recording of underreplication of ledger entries

2012-08-01 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426686#comment-13426686 ] Uma Maheswara Rao G commented on BOOKKEEPER-246: I have a few comments