[GitHub] zookeeper issue #122: [ZOOKEEPER-2642] Resurrect the reconfig() methods that...

2017-01-16 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/122 >> Breaking changes should be in a 3.6 version. Sounds OK to me. >> We need to either create a new issue or have a different pull request for 3.5 under this same issue I

[jira] [Commented] (ZOOKEEPER-2642) ZOOKEEPER-2014 breaks existing clients for little benefit

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825579#comment-15825579 ] ASF GitHub Bot commented on ZOOKEEPER-2642: --- Github user hanm commented on the issue:

Re: ZooKeeper 3.4.10 release discussion

2017-01-16 Thread Rakesh Radhakrishnan
OK. I have modified ZK cwiki page https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease directly. Please review the newly added lines in orange color to understand the changes. The following sections has been modified: - *Updating the release branch -> modified steps **1, 4, 10,

Re: ZooKeeper 3.4.10 release discussion

2017-01-16 Thread Patrick Hunt
Perhaps you can make the changes directly on the wiki page as a duplicate line item under the original in a different color? It's hard for me to really follow, esp as it's not a 1:1 replacement iiuc. Could you try editing the wiki directly to start with, leave the original line and add the new

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824814#comment-15824814 ] ASF GitHub Bot commented on ZOOKEEPER-2659: --- Github user jvz commented on a diff in the pull

[GitHub] zookeeper pull request #148: ZOOKEEPER-2659 Log4j 2 migration

2017-01-16 Thread jvz
Github user jvz commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/148#discussion_r96329244 --- Diff: ivy.xml --- @@ -41,13 +41,20 @@ - + + + + + + + +

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824813#comment-15824813 ] ASF GitHub Bot commented on ZOOKEEPER-2659: --- Github user jvz commented on a diff in the pull

[GitHub] zookeeper pull request #148: ZOOKEEPER-2659 Log4j 2 migration

2017-01-16 Thread jvz
Github user jvz commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/148#discussion_r96329273 --- Diff: conf/log4j2.xml --- @@ -0,0 +1,56 @@ + + + + +%d{ISO8601} [myid:%X{myid}] - %-5p [%t:%C{1}@%L] - %m%n --- End diff --

[GitHub] zookeeper pull request #148: ZOOKEEPER-2659 Log4j 2 migration

2017-01-16 Thread praste
Github user praste commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/148#discussion_r96327023 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/QuorumPeerMainTest.java --- @@ -413,13 +418,18 @@ public void testBadPeerAddressInQuorum()

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824783#comment-15824783 ] ASF GitHub Bot commented on ZOOKEEPER-2659: --- Github user praste commented on a diff in the

ZooKeeper-trunk - Build # 3240 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3240/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 480863 lines...] [junit] at

ZooKeeper_branch34_jdk8 - Build # 844 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/844/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 244501 lines...] [junit] 2017-01-16

Re: Anyone interested in learning about our QA build? (ZK-2665)

2017-01-16 Thread Enrico Olivelli
Great! I will be happy to help and to understand better Zookeeper automatic QA jobs -- Enrico Il lun 16 gen 2017, 14:19 Flavio Junqueira ha scritto: > Very cool, thanks guys for volunteering, Edward and Enrico. Let me write > down a couple of notes in the jira and we go from

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824357#comment-15824357 ] ASF GitHub Bot commented on ZOOKEEPER-2659: --- Github user praste commented on a diff in the

[GitHub] zookeeper pull request #148: ZOOKEEPER-2659 Log4j 2 migration

2017-01-16 Thread praste
Github user praste commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/148#discussion_r96277825 --- Diff: conf/log4j2.xml --- @@ -0,0 +1,56 @@ + + + + +%d{ISO8601} [myid:%X{myid}] - %-5p [%t:%C{1}@%L] - %m%n --- End diff

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824353#comment-15824353 ] ASF GitHub Bot commented on ZOOKEEPER-2659: --- Github user praste commented on a diff in the

[GitHub] zookeeper pull request #148: ZOOKEEPER-2659 Log4j 2 migration

2017-01-16 Thread praste
Github user praste commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/148#discussion_r96277523 --- Diff: ivy.xml --- @@ -41,13 +41,20 @@ - + + + + + + + +

[jira] [Commented] (ZOOKEEPER-2642) ZOOKEEPER-2014 breaks existing clients for little benefit

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824332#comment-15824332 ] ASF GitHub Bot commented on ZOOKEEPER-2642: --- Github user Randgalt commented on the issue:

[GitHub] zookeeper issue #122: [ZOOKEEPER-2642] Resurrect the reconfig() methods that...

2017-01-16 Thread Randgalt
Github user Randgalt commented on the issue: https://github.com/apache/zookeeper/pull/122 > Are you OK with us removing the deprecated methods when 3.5 becomes GA? No. I'd vote against that. Breaking changes should be in a 3.6 version. That was the genesis of this issue to begin

ZooKeeper_branch35_solaris - Build # 398 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_solaris/398/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 468880 lines...] [junit] 2017-01-16

Re: ZooKeeper cwiki - Updated ZooKeeper and SASL auth 1045 work

2017-01-16 Thread Rakesh Radhakrishnan
Hi All, FYI, I'm planning to delete our existing "https://cwiki.apache.org/ confluence/display/ZOOKEEPER/Zookeeper+and+SASL" web page by tomorrow (IST). Then rename https://cwiki.apache.org/confluence/display/ZOOKEEPER/ ZooKeeper+and+SASL+authentication web page to "https://cwiki.apache.org/

Re: ZooKeeper 3.4.10 release discussion

2017-01-16 Thread Rakesh Radhakrishnan
Hi folks, As we all know, 3.4.10 release is the first ZooKeeper release after the github repository migration. I have tried an attempt to modify the steps described in the ' https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease' page to make the release. Since this release is from an

[jira] [Commented] (ZOOKEEPER-2577) Flaky Test: org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync

2017-01-16 Thread Arshad Mohammad (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824117#comment-15824117 ] Arshad Mohammad commented on ZOOKEEPER-2577: Test case expectation is wrong. Test case is

[jira] [Assigned] (ZOOKEEPER-2577) Flaky Test: org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync

2017-01-16 Thread Arshad Mohammad (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arshad Mohammad reassigned ZOOKEEPER-2577: -- Assignee: Arshad Mohammad > Flaky Test: >

[jira] [Commented] (ZOOKEEPER-2642) ZOOKEEPER-2014 breaks existing clients for little benefit

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824106#comment-15824106 ] ASF GitHub Bot commented on ZOOKEEPER-2642: --- Github user fpj commented on the issue:

[GitHub] zookeeper issue #122: [ZOOKEEPER-2642] Resurrect the reconfig() methods that...

2017-01-16 Thread fpj
Github user fpj commented on the issue: https://github.com/apache/zookeeper/pull/122 @Randgalt >> when are we going to be removing these deprecated methods, in trunk > Maybe when we get a stable release of 3.5? Are you OK with us removing the deprecated methods when

ZooKeeper_branch34_openjdk7 - Build # 1350 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1350/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment

ZooKeeper_branch34_solaris - Build # 1433 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_solaris/1433/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 191069 lines...] [junit] 2017-01-16

Re: Anyone interested in learning about our QA build? (ZK-2665)

2017-01-16 Thread Flavio Junqueira
Very cool, thanks guys for volunteering, Edward and Enrico. Let me write down a couple of notes in the jira and we go from there. -Flavio > On 16 Jan 2017, at 12:54, Edward Ribeiro wrote: > > Okay, I left two days to anyone step up. You can count on me. :) Where/How

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823954#comment-15823954 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user eribeiro commented on a diff in the

[GitHub] zookeeper pull request #150: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2017-01-16 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/150#discussion_r96227005 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -87,15 +73,69 @@ public StaticHostProvider(Collection

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823951#comment-15823951 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user eribeiro commented on a diff in the

[GitHub] zookeeper pull request #150: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2017-01-16 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/150#discussion_r96226819 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -45,6 +45,9 @@ private int currentIndex = -1;

[jira] [Commented] (ZOOKEEPER-2573) Modify Info.REVISION to adapt git repo

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823942#comment-15823942 ] ASF GitHub Bot commented on ZOOKEEPER-2573: --- Github user eribeiro commented on a diff in the

[GitHub] zookeeper pull request #137: ZOOKEEPER-2573: Modify Info.REVISION to adapt g...

2017-01-16 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/137#discussion_r96225742 --- Diff: src/java/main/org/apache/zookeeper/Version.java --- @@ -20,7 +20,7 @@ public class Version implements

[jira] [Assigned] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2017-01-16 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira reassigned ZOOKEEPER-2184: --- Assignee: Flavio Junqueira (was: Robert P. Thille) > Zookeeper Client

[jira] [Commented] (ZOOKEEPER-2573) Modify Info.REVISION to adapt git repo

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823939#comment-15823939 ] ASF GitHub Bot commented on ZOOKEEPER-2573: --- Github user eribeiro commented on a diff in the

[GitHub] zookeeper pull request #137: ZOOKEEPER-2573: Modify Info.REVISION to adapt g...

2017-01-16 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/137#discussion_r96225530 --- Diff: src/lastRevision.sh --- @@ -16,6 +16,6 @@ # Find the current revision, store it in a file FILE=$1 -LASTREV=`svn info | grep

Re: Anyone interested in learning about our QA build? (ZK-2665)

2017-01-16 Thread Edward Ribeiro
Okay, I left two days to anyone step up. You can count on me. :) Where/How do I start? Edward Em 14 de jan de 2017 3:39 PM, "Flavio Junqueira" escreveu: > If anyone wants to learn about our QA build, then working on > ZOOKEEPER-2665 might be a good task. It is not a difficult

[jira] [Commented] (ZOOKEEPER-2573) Modify Info.REVISION to adapt git repo

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823877#comment-15823877 ] ASF GitHub Bot commented on ZOOKEEPER-2573: --- Github user rakeshadr commented on a diff in

[GitHub] zookeeper pull request #137: ZOOKEEPER-2573: Modify Info.REVISION to adapt g...

2017-01-16 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/137#discussion_r96218924 --- Diff: src/java/main/org/apache/zookeeper/Version.java --- @@ -20,7 +20,7 @@ public class Version implements

ZooKeeper-trunk-jdk8 - Build # 903 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/903/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 458855 lines...] [junit] at

[jira] [Commented] (ZOOKEEPER-2573) Modify Info.REVISION to adapt git repo

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823820#comment-15823820 ] ASF GitHub Bot commented on ZOOKEEPER-2573: --- Github user rakeshadr commented on a diff in

[GitHub] zookeeper pull request #137: ZOOKEEPER-2573: Modify Info.REVISION to adapt g...

2017-01-16 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/137#discussion_r96212537 --- Diff: src/lastRevision.sh --- @@ -16,6 +16,6 @@ # Find the current revision, store it in a file FILE=$1 -LASTREV=`svn info | grep

ZooKeeper-trunk-solaris - Build # 1468 - Still Failing

2017-01-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1468/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 472551 lines...] [junit] 2017-01-16