[GitHub] zookeeper issue #480: c++ zookeeper base java zookeeper v3.4.11

2018-03-05 Thread cxxjava
Github user cxxjava commented on the issue: https://github.com/apache/zookeeper/pull/480 @hanm I use c++ like java (CxxZookeeper third party include CxxJDK, it's another project, like jdk), all code is the same logic as java ZK. Current CxxZookeeper is sync to java ZK v3.4.11

[jira] [Commented] (ZOOKEEPER-2985) Expired session may unexpired after leader failover

2018-03-05 Thread Sean.Lee. (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387429#comment-16387429 ] Sean.Lee. commented on ZOOKEEPER-2985: -- Hi. Chris Thunes. We have met this bug in

[GitHub] zookeeper issue #480: c++ zookeeper base java zookeeper v3.4.11

2018-03-05 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/480 @cxxjava Sorry if I was not very clear on my previous comments. The normal process of proposing a big feature like this is to first discuss it on developer mailing list and also at the same time crea

Failed: ZOOKEEPER- PreCommit Build #1527

2018-03-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1527/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 248.88 KB...] CONFLICT (modify/delet

[GitHub] zookeeper pull request #481: c++ zookeeper based java zookeeper v3.4.11 (re ...

2018-03-05 Thread cxxjava
GitHub user cxxjava opened a pull request: https://github.com/apache/zookeeper/pull/481 c++ zookeeper based java zookeeper v3.4.11 (re pr) [CxxZookeeper](https://github.com/cxxjava/CxxZookeeper) is a c++ version of zookeeper based v3.4.11 I created a new branch 'CxxZookeepe

[GitHub] zookeeper issue #480: c++ zookeeper base java zookeeper v3.4.11

2018-03-05 Thread cxxjava
Github user cxxjava commented on the issue: https://github.com/apache/zookeeper/pull/480 @maoling [CxxZookeeper](https://github.com/cxxjava/CxxZookeeper)是用c++重写了一遍,所有逻辑都是直接复制java版zk,所以CxxZookeeper的逻辑正确性同步官方zk。在未

ZooKeeper-trunk - Build # 3757 - Failure

2018-03-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3757/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11.00 KB...] at hudson.model.Run.execute(Run.java:1

Re: 3.4.12

2018-03-05 Thread Abraham Fine
Thank's Pat. I'll get started on this ASAP. On Mon, Mar 5, 2018, at 10:14, Patrick Hunt wrote: > Thanks for "volunteering" Abe. :-) > > sgtm, +1 - there are some important fixes to get out for 3.4. > > FYI the "how to release" page is here: > https://cwiki.apache.org/confluence/display/ZOOKEEPE

ZooKeeper-trunk-openjdk7 - Build # 1824 - Still Failing

2018-03-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1824/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 61.98 KB...] [junit] Running org.apache.zookee

[jira] [Updated] (ZOOKEEPER-2993) .ignore file prevents adding src/java/main/org/apache/jute/compiler/generated dir to git repo

2018-03-05 Thread jason wang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jason wang updated ZOOKEEPER-2993: -- Description: There are Rcc.java and other required files under the  src/java/main/org/apache

[jira] [Updated] (ZOOKEEPER-2993) .ignore file prevents adding src/java/main/org/apache/jute/compiler/generated dir to git repo

2018-03-05 Thread jason wang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jason wang updated ZOOKEEPER-2993: -- Priority: Minor (was: Major) > .ignore file prevents adding src/java/main/org/apache/jute/c

[jira] [Created] (ZOOKEEPER-2993) .ignore file prevents adding src/java/main/org/apache/jute/compiler/generated dir to git repo

2018-03-05 Thread jason wang (JIRA)
jason wang created ZOOKEEPER-2993: - Summary: .ignore file prevents adding src/java/main/org/apache/jute/compiler/generated dir to git repo Key: ZOOKEEPER-2993 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2

Re: 3.4.12

2018-03-05 Thread Patrick Hunt
Thanks for "volunteering" Abe. :-) sgtm, +1 - there are some important fixes to get out for 3.4. FYI the "how to release" page is here: https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease+using+git ff to ping me if you run into issues (update that page if you do find issues) Regar

[jira] [Commented] (ZOOKEEPER-2990) Implement probabilistic tracing

2018-03-05 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386142#comment-16386142 ] Andor Molnar commented on ZOOKEEPER-2990: - My suggestions: # Per mask would b

[jira] [Commented] (ZOOKEEPER-2990) Implement probabilistic tracing

2018-03-05 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386133#comment-16386133 ] Andor Molnar commented on ZOOKEEPER-2990: - [~bkanivets] I strongly believe th

ZooKeeper_branch35_jdk8 - Build # 875 - Failure

2018-03-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/875/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 60.65 KB...] [junit] Running org.apache.zookeepe

[GitHub] zookeeper issue #475: Fixed PurgeTxnLog params order in the zkCleanup.sh

2018-03-05 Thread hamsterready
Github user hamsterready commented on the issue: https://github.com/apache/zookeeper/pull/475 Closing this one. Thank you for letting me know. Cheers ---

[jira] [Commented] (ZOOKEEPER-2930) Leader cannot be elected due to network timeout of some members.

2018-03-05 Thread Jonathan Oddy (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385920#comment-16385920 ] Jonathan Oddy commented on ZOOKEEPER-2930: -- PR #465 contains the backport of

[jira] [Commented] (ZOOKEEPER-2957) Whether zookeeper client-server nio or netty communication can use socket proxies

2018-03-05 Thread William Charles (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385913#comment-16385913 ] William Charles commented on ZOOKEEPER-2957: [~mugulong], have you been ab

[jira] [Comment Edited] (ZOOKEEPER-2957) Whether zookeeper client-server nio or netty communication can use socket proxies

2018-03-05 Thread William Charles (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385913#comment-16385913 ] William Charles edited comment on ZOOKEEPER-2957 at 3/5/18 10:33 AM: ---

[GitHub] zookeeper issue #480: c++ zookeeper base java zookeeper v3.4.11

2018-03-05 Thread maoling
Github user maoling commented on the issue: https://github.com/apache/zookeeper/pull/480 I can @cxxjava 你是Pull Request pull错了!!忘记 git fetch upstream 把所有的commits都push进来了! 这个中文[文档](https://zhuanlan.zhihu.com/p/23457016)很详ç

[GitHub] zookeeper pull request #475: Fixed PurgeTxnLog params order in the zkCleanup...

2018-03-05 Thread hamsterready
Github user hamsterready closed the pull request at: https://github.com/apache/zookeeper/pull/475 ---

[GitHub] zookeeper issue #475: Fixed PurgeTxnLog params order in the zkCleanup.sh

2018-03-05 Thread hamsterready
Github user hamsterready commented on the issue: https://github.com/apache/zookeeper/pull/475 Makes sense. Thank you for this. ---

[jira] [Commented] (ZOOKEEPER-2992) The eclipse build target fails due to protocol redirection: http->https

2018-03-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385789#comment-16385789 ] Hudson commented on ZOOKEEPER-2992: --- SUCCESS: Integrated in Jenkins build ZooKeeper-

ZooKeeper-trunk-openjdk7 - Build # 1823 - Failure

2018-03-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1823/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.21 KB...] [junit] Tests run: 1, Failures: 0

ZooKeeper_branch34 - Build # 2264 - Still Failing

2018-03-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2264/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 125.03 KB...] [junit] Tests run: 1, Failures: 0, Err