Build failed in Jenkins: ZooKeeper-trunk-owasp #340

2019-04-22 Thread Apache Jenkins Server
See -- [...truncated 20.50 KB...] version-info: process-template: build-generated: [javac] Compiling 67 source files to

[jira] [Updated] (ZOOKEEPER-3318) Add a complete backup mechanism for zookeeper internal

2019-04-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3318: -- Labels: pull-request-available (was: ) > Add a complete backup mechanism for zooke

[GitHub] [zookeeper] maoling opened a new pull request #917: ZOOKEEPER-3318:-[WIP]-Add a complete backup mechanism for zookeeper internal

2019-04-22 Thread GitBox
maoling opened a new pull request #917: ZOOKEEPER-3318:-[WIP]-Add a complete backup mechanism for zookeeper internal URL: https://github.com/apache/zookeeper/pull/917 - this is still a work in the progress,Plz don't review before removing the WIP tag. - more details in [ZOOKEEPER-3318]

[jira] [Updated] (ZOOKEEPER-3318) Add a complete backup mechanism for zookeeper internal

2019-04-22 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling updated ZOOKEEPER-3318: --- Description: We already had some workaround ways for the backup, e.g: scenario 1: just write a cr

[jira] [Updated] (ZOOKEEPER-3340) Improve Queue Usage in QuorumCnxManager.java

2019-04-22 Thread David Mollitor (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor updated ZOOKEEPER-3340: -- Description: I was recently profiling a on a ZK Quorum Leader in a low-volume envir

[jira] [Updated] (ZOOKEEPER-3340) Introduce CircularBlockingQueue in QuorumCnxManager.java

2019-04-22 Thread David Mollitor (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor updated ZOOKEEPER-3340: -- Summary: Introduce CircularBlockingQueue in QuorumCnxManager.java (was: Improve Qu

Re: Jenkins build doesn't work

2019-04-22 Thread Patrick Hunt
Hm, my guess is that they may have removed it? However this was not updated afaict https://cwiki.apache.org/confluence/display/INFRA/Ant+Installation+Matrix I just updated to be 1.9 latest, we'll see. In terms of ant vs maven, iirc ant was used because we run some special build steps that were not

ZooKeeper_branch34_openjdk7 - Build # 2283 - Failure

2019-04-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/2283/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 47.58 KB...] [junit] Running org.apache.zoo

Jenkins build is back to normal : ZooKeeper-trunk-owasp #341

2019-04-22 Thread Apache Jenkins Server
See

[GitHub] [zookeeper] asfgit closed pull request #861: ZOOKEEPER-3326: Add session/connection related metrics

2019-04-22 Thread GitBox
asfgit closed pull request #861: ZOOKEEPER-3326: Add session/connection related metrics URL: https://github.com/apache/zookeeper/pull/861 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [zookeeper] lvfangmin commented on issue #861: ZOOKEEPER-3326: Add session/connection related metrics

2019-04-22 Thread GitBox
lvfangmin commented on issue #861: ZOOKEEPER-3326: Add session/connection related metrics URL: https://github.com/apache/zookeeper/pull/861#issuecomment-485482799 Merged, thanks @jhuan31. This is an automated message from the

[jira] [Resolved] (ZOOKEEPER-3326) Add session/connection related metrics

2019-04-22 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fangmin Lv resolved ZOOKEEPER-3326. --- Resolution: Fixed Issue resolved by pull request 861 [https://github.com/apache/zookeeper

[jira] [Assigned] (ZOOKEEPER-3326) Add session/connection related metrics

2019-04-22 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fangmin Lv reassigned ZOOKEEPER-3326: - Assignee: Jie Huang > Add session/connection related metrics > -

[GitHub] [zookeeper] lvfangmin commented on issue #849: ZOOKEEPER-3305: Add Quorum Packet metrics

2019-04-22 Thread GitBox
lvfangmin commented on issue #849: ZOOKEEPER-3305: Add Quorum Packet metrics URL: https://github.com/apache/zookeeper/pull/849#issuecomment-485492869 @jhuan31 this needs to be rebased as well. This is an automated message from

[jira] [Commented] (ZOOKEEPER-3326) Add session/connection related metrics

2019-04-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823330#comment-16823330 ] Hudson commented on ZOOKEEPER-3326: --- SUCCESS: Integrated in Jenkins build Zookeeper

Re: Jenkins build doesn't work

2019-04-22 Thread Enrico Olivelli
Il lun 22 apr 2019, 18:04 Patrick Hunt ha scritto: > Hm, my guess is that they may have removed it? However this was not updated > afaict > https://cwiki.apache.org/confluence/display/INFRA/Ant+Installation+Matrix > I just updated to be 1.9 latest, we'll see. > > In terms of ant vs maven, iirc an

[jira] [Commented] (ZOOKEEPER-3326) Add session/connection related metrics

2019-04-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823531#comment-16823531 ] Hudson commented on ZOOKEEPER-3326: --- SUCCESS: Integrated in Jenkins build ZooKeeper

Re: Jenkins build doesn't work

2019-04-22 Thread Patrick Hunt
Trunk is green again, so we should be OK for the moment while you workout the details. No rush. :-) Patrick On Mon, Apr 22, 2019 at 3:04 PM Enrico Olivelli wrote: > Il lun 22 apr 2019, 18:04 Patrick Hunt ha scritto: > > > Hm, my guess is that they may have removed it? However this was not > up

[jira] [Created] (ZOOKEEPER-3371) Port unification for admin server

2019-04-22 Thread Eric Lee (JIRA)
Eric Lee created ZOOKEEPER-3371: --- Summary: Port unification for admin server Key: ZOOKEEPER-3371 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3371 Project: ZooKeeper Issue Type: New Fea

[GitHub] [zookeeper] maoling commented on issue #854: ZOOKEEPER-3143 Pluggable metrics system for ZooKeeper - Data Collection on Server

2019-04-22 Thread GitBox
maoling commented on issue #854: ZOOKEEPER-3143 Pluggable metrics system for ZooKeeper - Data Collection on Server URL: https://github.com/apache/zookeeper/pull/854#issuecomment-485617882 @eolivelli After your Prometheus MetricsProvider has landed,Plz ping me. I will write a grafana

ZooKeeper_branch34_jdk7 - Build # 2305 - Failure

2019-04-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/2305/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 46.93 KB...] [junit] Running org.apache.zookeep