[GitHub] zookeeper issue #120: ZOOKEEPER-261

2017-01-12 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/120 @eribeiro i think this is ready to go. do you feel that your question has been answer sufficiently? --- If your project is set up for it, you can reply to this email and have your reply appear on

回复:would like to contribute to the zookeeper

2017-01-12 Thread superheizai
After check, I knew the reason. The root cause is, the zk run in JAVA6, which  will keep constant pool in permgen. And at the same time, we enable JMX, which will make a string that will register the connection info into the constant pool, by new ObjectName in MBeanRegistry, which will call

[GitHub] zookeeper pull request #147: Zookeeper-2639: Port Quorum Peer mutual authent...

2017-01-12 Thread hanm
GitHub user hanm opened a pull request: https://github.com/apache/zookeeper/pull/147 Zookeeper-2639: Port Quorum Peer mutual authentication feature to branch-3.5 and trunk. Initial stab on porting ZOOKEEPER-1045 to master (branch-3.5 would be presumably similar as code between

Success: ZOOKEEPER- PreCommit Build #207

2017-01-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/207/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 474904 lines...] [exec]

ZooKeeper-trunk - Build # 3235 - Still Failing

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

回复:would like to contribute to the zookeeper

2017-01-12 Thread superheizai
Hey guys,    Here I want to discuss the ZK permgen occupy too much space problem.      Recently, we encounter a  perm alarming which was triggered by zk occupy too much perm space. Actually, it occupy about 300M. When I dump all string,and found that, all strings are like

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

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

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

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

ZooKeeper_branch35_jdk8 - Build # 376 - Failure

2017-01-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/376/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 474999 lines...] [junit] at

ZooKeeper_branch34_solaris - Build # 1429 - Still Failing

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

FOSDEM 2017 Open Source Conference - Brussels

2017-01-12 Thread Sharan F
Hello Everyone This email is to tell you about ASF participation at FOSDEM. The event will be held in Brussels on 4^th & 5^th February 2017 and we are hoping that many people from our ASF projects will be there. https://fosdem.org/2017/ Attending FOSDEM is completely free and the ASF will

Failed: ZOOKEEPER- PreCommit Build #208

2017-01-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/208/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 655874 lines...] [exec] +1

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

2017-01-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1464/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9134 lines...] [junit] 2017-01-13 07:23:23,926

[GitHub] zookeeper pull request #146: pull request from base

2017-01-12 Thread Shonminh
GitHub user Shonminh opened a pull request: https://github.com/apache/zookeeper/pull/146 pull request from base You can merge this pull request into a Git repository by running: $ git pull https://github.com/BeautifulCodingLife/zookeeper master Alternatively you can review

[GitHub] zookeeper pull request #146: pull request from base

2017-01-12 Thread Shonminh
Github user Shonminh closed the pull request at: https://github.com/apache/zookeeper/pull/146 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Failed: ZOOKEEPER- PreCommit Build #206

2017-01-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/206/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 479006 lines...] [exec] +1

[GitHub] zookeeper issue #120: ZOOKEEPER-261

2017-01-12 Thread enixon
Github user enixon commented on the issue: https://github.com/apache/zookeeper/pull/120 @eribeiro Thanks for checking the diff! The `initialize` file will not be required for standard restarts. The expected pattern is to create one on each host just before ensemble creation

[GitHub] zookeeper pull request #120: ZOOKEEPER-261

2017-01-12 Thread enixon
Github user enixon commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/120#discussion_r95862018 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnSnapLog.java --- @@ -175,11 +193,20 @@ public long restore(DataTree dt, Map

[GitHub] zookeeper pull request #120: ZOOKEEPER-261

2017-01-12 Thread enixon
Github user enixon commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/120#discussion_r95866724 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnSnapLog.java --- @@ -167,6 +175,16 @@ public long restore(DataTree dt, Map