回复:Re: Maven migration and C client

2018-12-30 Thread
awesome !!! - 原始邮件 - 发件人:Norbert Kalmar 收件人:dev@zookeeper.apache.org 主题:Re: Maven migration and C client 日期:2018年12月30日 18点06分 Hi Enrico, 2 PRs waiting for commit, C build with profile: https://github.com/apache/zookeeper/pull/741 And rest of the pom files for building recipes and contrib

回复:Paper about Zookeeper and consistency guarantees

2018-12-24 Thread
good paper. Thanks Enrico's share!!! - 原始邮件 - 发件人:Enrico Olivelli 收件人:DevZooKeeper 主题:Paper about Zookeeper and consistency guarantees 日期:2018年12月23日 19点11分 Hey, I found this interesting paper, it talks about zookeeper https://courses.cs.washington.edu/courses/cse551/15sp/papers/alice-os

回复:What about using Travis-CI ?

2018-12-24 Thread
+1 - 原始邮件 - 发件人:Enrico Olivelli 收件人:DevZooKeeper 主题:What about using Travis-CI ? 日期:2018年12月22日 21点48分 Hi, Now that we are Mavenizing ZookKeeper it will be super easy to add Travis-CI to the story. It will enable non Apache Committers to have more access to logs of their patches. I am t

回复:Re: ZooKeeper 3.5 blocker issues

2018-12-20 Thread
@Norbert @Enrico About the checkstyle Since there were so many,many checkstyle violations in the zk code base so the CI with checkstyle should ingore the existing codes, only act upon the new codes(new PR) After that, we can clean up the violations in the code base one module by another,one pac

回复:Re: ZooKeeper 3.5 blocker issues

2018-12-20 Thread
@Norbert this issue about Checkstyle is on your plan? https://issues.apache.org/jira/browse/ZOOKEEPER-3107 - 原始邮件 - 发件人:Norbert Kalmar 收件人:dev@zookeeper.apache.org 主题:Re: ZooKeeper 3.5 blocker issues 日期:2018年12月20日 17点07分 Subtasks: Findbugs, checkstyle - https://issues.apache.org/jira/bro

回复:Re: Leader election

2018-12-06 Thread
主题:Re: Leader election 日期:2018年12月06日 15点18分 Thanks, I will check it out. However, do you know if it gives any better guarantees? Can it happen that we end up with 2 leaders or 0 leader for some period of time (for example, during network delays/partitions)? On Wed, Dec 5, 2018 at 10:54 PM 毛蛤丝 wrote:

回复:Leader election

2018-12-05 Thread
suggest you use the ready-made implements of curator: http://curator.apache.org/curator-recipes/leader-election.html - 原始邮件 - 发件人:Michael Borokhovich 收件人:"dev@zookeeper.apache.org" 主题:Leader election 日期:2018年12月06日 07点29分 Hello, We have a service that runs on 3 hosts for high availabilit

回复:Re: [ANNOUNCE] New ZooKeeper committer: Fangmin Lv

2018-11-08 Thread
well deserved. congratulate Fangmin! - 原始邮件 - 发件人:Patrick Hunt 收件人:DevZooKeeper , fang...@apache.org 主题:Re: [ANNOUNCE] New ZooKeeper committer: Fangmin Lv 日期:2018年11月08日 08点35分 Kudos Fangmin! Patrick On Wed, Nov 7, 2018 at 4:31 PM Michael Han wrote: > The Apache ZooKeeper PMC recently e

回复:Re: asfgit commenting on PRs

2018-11-05 Thread
+1,for removing the asfgit successful build comments. Best regards maoling Beijing,China - 原始邮件 - 发件人:Enrico Olivelli 收件人:dev@zookeeper.apache.org 主题:Re: asfgit commenting on PRs 日期:2018年11月06日 04点57分 Il lun 5 nov 2018, 21:28 Andor Molnar ha scritto:

Re:ZooKeeper two issues review

2018-10-22 Thread
About the ZOOKEEPER-3167:good feature,just go ahead.follow the guideline I had provided,then we can start from there.look at the patch you had attached,some quick comments:0.if(key.contains(path)). contains???1.don't use Chinese annotations.2.notice the order of import and don't import *.3.don'

回复: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

回复:Maven migration - main src dir moved

2018-10-07 Thread
Thanks for nkalmar and Andor work of Maven migration.When I git fetch the upstream code and apply in my local IDE(eclipse[STS]),I has sunk into two problem,share it and wish it can give some help to the people who has the same problem. 1.zookeeper-jute/src/target/main/java also need to be inclu