[GitHub] zookeeper issue #667: ZOOKEEPER-3158:firstConnect.countDown() will not be ex...

2018-10-13 Thread maoling
Github user maoling commented on the issue: https://github.com/apache/zookeeper/pull/667 @eolivelli @lvfangmin it was a issue found by [p3c](https://github.com/alibaba/p3c) which is like findbug. it's not very easy to add a UT and easy to check the correctness,WDYT? ---

Re: Zookeeper at Twitter by Micheal

2018-10-13 Thread Patrick Hunt
Very cool. Great article Michael. I've tweeted here if folks are looking to retweet: https://twitter.com/phunt/status/105125086834688 Regards, Patrick On Sat, Oct 13, 2018 at 3:27 PM Enrico Olivelli wrote: > Hi Michael, > I just stepped into this very interesting post ! > > >

回复:Zookeeper at Twitter by Micheal

2018-10-13 Thread 毛蛤丝
+1.good blog. - 原始邮件 - 发件人:Enrico Olivelli 收件人:DevZooKeeper , Michael Han 主题:Zookeeper at Twitter by Micheal 日期:2018年10月14日 06点27分 Hi Michael, I just stepped into this very interesting post ! https://blog.twitter.com/engineering/en_us/topics/infrastructure/2018/zookeeper-at-twitter.html

[jira] [Commented] (ZOOKEEPER-3167) add an API to get total count of recursive sub nodes of one node

2018-10-13 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16649248#comment-16649248 ] maoling commented on ZOOKEEPER-3167: [~TyqITstudent] Zookeeper uses the github workflow.The

ZooKeeper-trunk - Build # 231 - Failure

2018-10-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/231/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 195.48 KB...] [junit] Running

Zookeeper at Twitter by Micheal

2018-10-13 Thread Enrico Olivelli
Hi Michael, I just stepped into this very interesting post ! https://blog.twitter.com/engineering/en_us/topics/infrastructure/2018/zookeeper-at-twitter.html Thank you Enrico -- -- Enrico Olivelli

Failed: ZOOKEEPER- PreCommit Build #2428

2018-10-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2428/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 81.99 MB...] [exec]

[GitHub] zookeeper issue #651: ZOOKEEPER-3113 EphemeralType.get() fails to verify eph...

2018-10-13 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/zookeeper/pull/651 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2428/ ---

[GitHub] zookeeper issue #651: ZOOKEEPER-3113 EphemeralType.get() fails to verify eph...

2018-10-13 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/651 retest this please ---

Re: Decrease number of threads in Jenkins builds to reduce flakyness

2018-10-13 Thread Bogdan Kanivets
I've looked into flakiness couple months ago (special attention on testManyChildWatchersAutoReset). In my opinion the problem is a) and c). Unfortunately I don't have data to back this claim. I don't remember seeing many 'port binding' exceptions. Unless 'port assignment' issue manifested as some

[jira] [Created] (ZOOKEEPER-3169) Reduce session revalidation time after zxid roll over

2018-10-13 Thread JIRA
田毅群 created ZOOKEEPER-3169: -- Summary: Reduce session revalidation time after zxid roll over Key: ZOOKEEPER-3169 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3169 Project: ZooKeeper Issue

[jira] [Created] (ZOOKEEPER-3168) Reduce session revalidation time after zxid roll over

2018-10-13 Thread JIRA
田毅群 created ZOOKEEPER-3168: -- Summary: Reduce session revalidation time after zxid roll over Key: ZOOKEEPER-3168 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3168 Project: ZooKeeper Issue

[GitHub] zookeeper pull request #666: ZOOKEEPER-1908: setAcl should be have a recursi...

2018-10-13 Thread Reidddddd
Github user Reidd closed the pull request at: https://github.com/apache/zookeeper/pull/666 ---

[jira] [Created] (ZOOKEEPER-3167) add an API to get total count of recursive sub nodes of one node

2018-10-13 Thread JIRA
田毅群 created ZOOKEEPER-3167: -- Summary: add an API to get total count of recursive sub nodes of one node Key: ZOOKEEPER-3167 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3167 Project: ZooKeeper

[jira] [Resolved] (ZOOKEEPER-3057) Fix IPv6 literal usage

2018-10-13 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling resolved ZOOKEEPER-3057. Resolution: Resolved > Fix IPv6 literal usage > -- > >

[jira] [Resolved] (ZOOKEEPER-3106) Zookeeper client supports IPv6 address and document the "IPV6 feature"

2018-10-13 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling resolved ZOOKEEPER-3106. Resolution: Resolved > Zookeeper client supports IPv6 address and document the "IPV6 feature"

Re: Decrease number of threads in Jenkins builds to reduce flakyness

2018-10-13 Thread Enrico Olivelli
Il ven 12 ott 2018, 23:17 Benjamin Reed ha scritto: > i think the unique port assignment (d) is more problematic than it > appears. there is a race between finding a free port and actually > grabbing it. i think that contributes to the flakiness. > This is very hard to solve for our test cases,

[GitHub] zookeeper issue #668: ZOOKEEPER-3165. Java 9: X509UtilTest.testCreateSSLCont...

2018-10-13 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/668 Looks like the reason is that Java API requires non-empty password for p12 files. That's why the only failing test is the one with empty password. JKS format still allows to store keys without

[GitHub] zookeeper issue #567: ZOOKEEPER-3071: Add a config parameter to control tran...

2018-10-13 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/567 @suyogmapara Please rebase your commits, because you've merge conflicts. Also please add more detailed documentation to the patch by capturing the most important notes that were mentioned in