Jenkins build is back to stable : PreCommit-ZOOKEEPER-github-pr-build-maven #934

2019-07-18 Thread Apache Jenkins Server
See

Re: complete quota system proposal

2019-07-18 Thread Michael Han
Sounds good. I think we also need a plan on how to identify clients. If auth is enabled, we might be able to reuse some of the auth information, but a generalized client-id based approach sounds better. On Thu, Jul 18, 2019 at 11:32 AM Mocheng Guo wrote: > Hi Michael, thanks for your feedback an

Jenkins build is still unstable: PreCommit-ZOOKEEPER-github-pr-build-maven #933

2019-07-18 Thread Apache Jenkins Server
See

Re: complete quota system proposal

2019-07-18 Thread Mocheng Guo
Hi Michael, thanks for your feedback and I will create an epic for this. I will divide into following stories and please let me know if this makes sense 1. quota configuration - metric key and value, format, storage 2. metrics collection and export - storage/rate/watch/connection 3. throttling imp

Re: Re: Clean up the all the checkstyle violations in the zookeeper-server module

2019-07-18 Thread Zili Chen
Hi Enrico, I see your concern. My question is, how does "a new execution of checkstyle" implement? My experience with checkstyle plugin is one pass to check all rules so I'm curiously whether we add another profile to execute or in other ways. Best, tison. Enrico Olivelli 于2019年7月18日周四 下午8:46写

ZooKeeper_branch35_jdk8 - Build # 1478 - Still Failing

2019-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/1478/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9.01 KB...] hudson.plugins.git.GitException: Failed

Re: Re: Clean up the all the checkstyle violations in the zookeeper-server module

2019-07-18 Thread Enrico Olivelli
Hi Tison, Il gio 18 lug 2019, 10:40 Zili Chen ha scritto: > Hi Enrico, > > I just noticed that you have mentioned > > We can keep current checkstyle invokation that checks for @author tags as a > separate 'execution' of the plugin with a specific checkstyle file (as you > already said) > > I'm

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

2019-07-18 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on H35 (ubuntu xenial) in workspace

Re: Re: Clean up the all the checkstyle violations in the zookeeper-server module

2019-07-18 Thread Zili Chen
Hi Enrico, I just noticed that you have mentioned We can keep current checkstyle invokation that checks for @author tags as a separate 'execution' of the plugin with a specific checkstyle file (as you already said) I'm curious how "a separated execution" achieves? I found that checkstyle plugin