Re: [ANNOUNCE] New ZooKeeper committer: Norbert Kalmar

2019-05-26 Thread Enrico Olivelli
Great! Congratulations Norbert Enrico Il dom 26 mag 2019, 23:21 Patrick Hunt ha scritto: > The Apache ZooKeeper PMC recently extended committer karma to Norbert > and he has accepted. Norbert has made some great contributions and we > are looking forward to even more :) > > Congratulations and

ZooKeeper_branch34_jdk7 - Build # 2339 - Failure

2019-05-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/2339/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 46.95 KB...] [junit] Running org.apache.zookeep

[jira] [Updated] (ZOOKEEPER-3402) Add a multiRead operation

2019-05-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3402: -- Labels: pull-request-available (was: ) > Add a multiRead operation > -

[GitHub] [zookeeper] szepet opened a new pull request #959: ZOOKEEPER-3402: Add multiRead operation

2019-05-26 Thread GitBox
szepet opened a new pull request #959: ZOOKEEPER-3402: Add multiRead operation URL: https://github.com/apache/zookeeper/pull/959 So, the possibility of the multi version of getChildren, getData, and a common multiRead interface was already mentioned and briefly discussed in the conversatio

[jira] [Created] (ZOOKEEPER-3402) Add a multiRead operation

2019-05-26 Thread Peter Szecsi (JIRA)
Peter Szecsi created ZOOKEEPER-3402: --- Summary: Add a multiRead operation Key: ZOOKEEPER-3402 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3402 Project: ZooKeeper Issue Type: Improve

[ANNOUNCE] New ZooKeeper committer: Norbert Kalmar

2019-05-26 Thread Patrick Hunt
The Apache ZooKeeper PMC recently extended committer karma to Norbert and he has accepted. Norbert has made some great contributions and we are looking forward to even more :) Congratulations and welcome aboard, Norbert!

[ANNOUNCE] New ZooKeeper committer: Enrico Olivelli

2019-05-26 Thread Patrick Hunt
The Apache ZooKeeper PMC recently extended committer karma to Enrico and he has accepted. Enrico has made some great contributions and we are looking forward to even more :) Congratulations and welcome aboard, Enrico!

[GitHub] [zookeeper] eolivelli commented on issue #918: ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metrics to MetricsProvider

2019-05-26 Thread GitBox
eolivelli commented on issue #918: ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metrics to MetricsProvider URL: https://github.com/apache/zookeeper/pull/918#issuecomment-496014349 retest ant build T

[GitHub] [zookeeper] eolivelli commented on issue #918: ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metrics to MetricsProvider

2019-05-26 Thread GitBox
eolivelli commented on issue #918: ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metrics to MetricsProvider URL: https://github.com/apache/zookeeper/pull/918#issuecomment-496008413 retest ant build T

ZooKeeper_branch35_jdk8 - Build # 1422 - Still Failing

2019-05-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/1422/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.17 KB...] [junit] Running org.apache.zookeep

[jira] [Updated] (ZOOKEEPER-2563) A revisit to setquota

2019-05-26 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling updated ZOOKEEPER-2563: --- Summary: A revisit to setquota (was: delquota -[n|b] is not deleting the set quota properly) >

[jira] [Commented] (ZOOKEEPER-2563) delquota -[n|b] is not deleting the set quota properly

2019-05-26 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848410#comment-16848410 ] maoling commented on ZOOKEEPER-2563: the origin JIRA title is: *delquota -[n|b] i

[GitHub] [zookeeper] eolivelli commented on issue #918: ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metrics to MetricsProvider

2019-05-26 Thread GitBox
eolivelli commented on issue #918: ZOOKEEPER-3366: Pluggable metrics system for ZooKeeper - move remaining metrics to MetricsProvider URL: https://github.com/apache/zookeeper/pull/918#issuecomment-495989214 retest ant build T

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

2019-05-26 Thread Apache Jenkins Server
See Changes: [eolivelli] ZOOKEEPER-3399: Remove logging in getGlobalOutstandingLimit for optimal -- [...truncated 14.76 KB...] [ivy:retrieve] 23 artifacts copied, 0

Re: Why does ZooKeeper follower shutdown itself when it can not read from leader

2019-05-26 Thread Qian Zhang
I see, thank you Patrick! Regards, Qian Zhang On Thu, May 23, 2019 at 9:26 AM Qian Zhang wrote: > Hi Andor, > > I am using ZooKeeper release 3.4.10. > > I checked the code, if follower fails to read from leader (e.g., read > timeout), it will close the socket, see > https://github.com/apache/