Problems with the merge script

2021-08-25 Thread Enrico Olivelli
Hello, today I merge a patch from Demien, I saw the error below, can anyone take a look at it? thanks Enrico Would you like to update an associated JIRA? (y/n): y Enter a JIRA id [ZOOKEEPER-4342]: === JIRA ZOOKEEPER-4342 === summary Robustify C client against errors during SASL negotiation as

Re: Cutting 3.7.1 release?

2021-07-27 Thread Enrico Olivelli
what I would like to deliver with 3.7 I am not sure that 1644 fits a point release, I will double check Enrico > Please let me know if you have any questions or need any help. > > Thanks, > > Li > > > > > On Mon, Jul 26, 2021 at 11:11 PM Enrico Olivelli > wrot

Cutting 3.7.1 release?

2021-07-26 Thread Enrico Olivelli
Hello, Is it time for a new 3.7.1 release ? Personally I am very interested in delivering the great improvements to the Prometheus metrics providers and the fixes to the ZooKeeper Embedded API. If no one objects I would like to prepare a release within the end of this month. Please verify if the

Re: Double Locking Issue

2021-07-20 Thread Enrico Olivelli
(crossposting to dev@zookeeper) Hi ZooKeepers, can anyone take a look at this problem an user found while using Curator ? Thanks in advance Enrico Il giorno mar 20 lug 2021 alle ore 09:01 Cameron McKenzie < cammcken...@apache.org> ha scritto: > hey Viswa, > I'm by no means an expert on this ch

Re: Sonatype LiftBot ?

2021-07-19 Thread Enrico Olivelli
; granted. > > If you have any questions then please feel free to reach out here or > directly. > > Cheers, > Tom > > On Fri, Jul 16, 2021 at 7:37 AM Enrico Olivelli > wrote: > > > Hello, > > I just realized that our PRs are validated but this Sonatype Lift

Re: JDK 17 is now in Rampdown Phase Two

2021-07-19 Thread Enrico Olivelli
ZooKeeper works well on JDK17. I have run the tests on Linux (ubuntu) against current ZooKeeper master (+ a little fix on OCSP tests) Best regards Enrico Il giorno gio 15 lug 2021 alle ore 21:34 Rory O'Donnell < rory.odonn...@oracle.com> ha scritto: > > Hi Enrico, > > *Per the JDK 17 schedule ,

Sonatype LiftBot ?

2021-07-16 Thread Enrico Olivelli
Hello, I just realized that our PRs are validated but this Sonatype Lift bot https://lift.sonatype.com/result/apache/zookeeper/01FAQV80GRR1RCTP3RGBENCVDF I found this link in my PR https://github.com/apache/zookeeper/pull/1724 Did I miss some discussion about this new bot ? Who activated it ? an

Re: meetups

2021-07-16 Thread Enrico Olivelli
Hello Li, Il giorno mer 14 lug 2021 alle ore 19:24 Li Wang ha scritto: > Hello, > > I am kind of new to the ZK community. Just wondering if there are any > regular or recurring meetings for the dev community, so the community can > be more involved and engaged? > There is no recurring meeting a

Re: JDK 17 Early Access build 28 & JDK 18 build 3 are available

2021-07-10 Thread Enrico Olivelli
Sorry for the late reply. I had reported a problem with Zookeeper TLS tests and the JDK17. The problem was about OCSP. I finally had time to track down the failure and basically the reason is that in JDK17 the OCSP request is sent inside the URI of the HTTP request and not inside the BODY. We ha

[jira] [Created] (ZOOKEEPER-4333) QuorumSSLTest - testOCSP fails on JDK17

2021-07-10 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-4333: -- Summary: QuorumSSLTest - testOCSP fails on JDK17 Key: ZOOKEEPER-4333 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4333 Project: ZooKeeper

Re: FYI: Snyk JVM Ecosystem Report 2021

2021-06-30 Thread Enrico Olivelli
Patrick, Thanks for sharing this report. IMHO we will see a big jump when JDK17 will be released, it is tagged as the new LTS, so this will trigger most of the ecosystem to switch to JDK11. Enrico Il giorno ven 25 giu 2021 alle ore 17:39 Patrick Hunt ha scritto: > If you download the "detailed

PR Validation on Github Actions is very flaky

2021-06-14 Thread Enrico Olivelli
Hello, I see that CI precommit validation often fails on GitHub actions, especially the execution of CPP tests. Is there anyone who can take a look, investigate and create JIRAs ? Sending out a fix would be great but from my understanding we still haven't tracked the failures in JIRA. Cheers Enri

Re: [VOTE] Apache ZooKeeper release 3.6.3 candidate 2

2021-06-11 Thread Enrico Olivelli
Justin, I created this JIRA thanks https://issues.apache.org/jira/browse/ZOOKEEPER-4315 we should fix this before any other new release Enrico Il giorno ven 11 giu 2021 alle ore 06:25 Ted Dunning ha scritto: > > Justin, > > Thanks for the feedback! > > > > On Thu, Jun 10, 2021 at 8:23 PM Justin

[jira] [Created] (ZOOKEEPER-4315) Fix NOTICE file in the source distribution

2021-06-11 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-4315: -- Summary: Fix NOTICE file in the source distribution Key: ZOOKEEPER-4315 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4315 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4312) ZooKeeperServerEmbedded: enhance server start/stop for testability

2021-06-07 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-4312: -- Summary: ZooKeeperServerEmbedded: enhance server start/stop for testability Key: ZOOKEEPER-4312 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4312

Re: JDK 17 Early Access build 21 is available

2021-05-14 Thread Enrico Olivelli
Hi Rory, the build passes as before. I still have a problem with a test regarding TLS/OCSP that needs further investigation. Is there anyone on this ML who wants to try to investigate? Reproducing the problem is easy, as the test is failing consistently. Just download the recent JDK17 and run th

Re: Performance impact of enabling Prometheus Metrics

2021-04-28 Thread Enrico Olivelli
Il giorno mer 28 apr 2021 alle ore 21:48 Li Wang ha scritto: > > Hi Enrico, > > Please see my comments inline. > > Thanks, > > Li. > > On Mon, Apr 26, 2021 at 10:42 PM Enrico Olivelli > wrote: > > > Sorry for top posting. > > > > I have nev

Re: Performance impact of enabling Prometheus Metrics

2021-04-26 Thread Enrico Olivelli
Sorry for top posting. I have never seen in other applications that Prometheus has such a significant impact. The first things that come into my mind: - collect a couple of dumps with some perf tool and dig into the problem - verify that we have the latest version of Prometheus client - tune the

Re: [VOTE] Apache ZooKeeper release 3.6.3 candidate 2

2021-04-12 Thread Enrico Olivelli
+1 (binding) Run tests on JDK8 + Ubuntu Run C tests on Ubuntu Verified RAT Verified "lib" directory (still we do not have LICENSE file for every .jar ?) Run smoke tests using the binary tarball on JDK11 on Mac Thank you Arshad Enrico Il giorno lun 12 apr 2021 alle ore 15:44 Szalay-Bekő Máté

Re: [CANCELLED] [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-04 Thread Enrico Olivelli
ere. > 2. I had sent a release vote email twice > Works for me Thanks I will checkout the new RC probably tomorrow Enrico > Thanks & Regards > Arshad > > On Sun, Apr 4, 2021 at 11:00 AM Enrico Olivelli > wrote: > > > Just fyi I was going to cast my +1. > >

Re: [CANCELLED] [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-03 Thread Enrico Olivelli
Just fyi I was going to cast my +1. As pointed out by Damien we can fix up the release notes after the release, it is o ly a website change, no need to nuke an RC. +1 (binding) Built sources and run all tests on Ubuntu + jdk8 Run smoke tests on mac jdk8 and jdk17ea Validated checksums and signat

Re: OpenJDK 17 Early Access build 16 is now available

2021-04-02 Thread Enrico Olivelli
Rory, unfortunately I have one test that is failing consistently on JDK17-ea and it is not failing on JDK16. I am testing on Linux/Ubuntu For reference, this is the test case https://github.com/apache/zookeeper/blob/c42c8c94085ed1d94a22158fbdfe2945118a82bc/zookeeper-server/src/test/java/org/apach

Re: [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-01 Thread Enrico Olivelli
Arshad, I received two separate messages for 3.6.3, it is possible ? Enrico Il giorno gio 1 apr 2021 alle ore 15:31 Mohammad Arshad ha scritto: > > This is a bug fix release candidate for 3.6.3. It contains 51 fixes. > > The full release notes is available at: > > https://issues.apache.org/jira/

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 2

2021-03-22 Thread Enrico Olivelli
+1 (binding) - Build and run tests on Ubuntu (Java and C client) on jdk8 - verified rat,signatures,sha512sum,checkstyle and spotbugs (on JDK8) - This time (for the first time!) I was able to build the C client on MacOs (BigSur) ! - verified the list of License files in the binary tarball great wor

[jira] [Created] (ZOOKEEPER-4228) ZooKeeper Server/Client Add option to not display system environment

2021-03-01 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-4228: -- Summary: ZooKeeper Server/Client Add option to not display system environment Key: ZOOKEEPER-4228 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4228

Re: ZooKeeper 3.6.3 release plan

2021-02-22 Thread Enrico Olivelli
+1 This is the release guide to be used with ZK 3.6+ https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease+using+maven+release+plugin Thanks Enrico Il giorno lun 22 feb 2021 alle ore 12:18 Mohammad arshad < mohammad.ars...@huawei.com> ha scritto: > Hello Everyone > I would like to

Re: write performance issue in 3.6.2

2021-02-19 Thread Enrico Olivelli
e > > issue happened with the combinations of > > > > > > 3.4 client and 3.6 server > > > > 3.6 client and 3.6 server > > > > Please let me know if you need any additional info. > > > > Thanks, > > > > Li > > &g

Re: Removing Java 11 CI job

2021-02-16 Thread Enrico Olivelli
rror goes away, and tests pass on Java 11. I saw it pass once in my > branch. It is currently running in the PR, and if it completes, I > recommend making that change, instead of disabling it. > > On Tue, Feb 16, 2021 at 8:55 AM Enrico Olivelli > wrote: > > > > Hello, >

Removing Java 11 CI job

2021-02-16 Thread Enrico Olivelli
Hello, Currently the new Java 11 CI job is not passing and it is very annoying for every PR validation. I suggest to remove it and add it again when we know that it is working properly Thoughts ? Enrico

Re: write performance issue in 3.6.2

2021-02-15 Thread Enrico Olivelli
IIRC The main difference is about the switch to Netty 4 and about using more DirectMemory. Are you using the Netty based stack? Apart from that macro difference there have been many many changes since 3.4. Do you have some metrics to share? Are the JVM configurations and zoo.cfg configuration eq

Re: Zookeeper 3.7 release

2021-02-13 Thread Enrico Olivelli
Li Il Sab 13 Feb 2021, 21:18 Li Wang ha scritto: > Hello, > > Any updates on the 3.7 release? It looks like release candidate #1 has been > tested. I wonder if there's any updates on that. > There were a few people that reported that tests are not stable and we are working on that. I hope we ca

Re: Commit 4faf507 broke the build

2021-02-09 Thread Enrico Olivelli
Justin Il giorno mar 9 feb 2021 alle ore 13:46 Justin Ling Mao < maoling199210...@sina.com> ha scritto: > Oops, it's my blame. I'm very sorry for my mistakes. Since these days the > CI is in disorder and it's a typo, so I'm not waiting for CI check and > forgot that an UT has covered this change

Re: Java 11 tests are very flaky on GitHub Actions

2021-02-08 Thread Enrico Olivelli
> int suffixBitNeeded = Integer.SIZE - > Integer.numberOfLeadingZeros(base); > > > > if (suffixBitNeeded > bitsRemaining) { > > throw new IllegalArgumentException("Base too large: pos " + > pos + " len " + len + " base &

Re: Java 11 tests are very flaky on GitHub Actions

2021-02-08 Thread Enrico Olivelli
n.> > > >> > > > I have spent quite a bit of time looking into this, and I think the> > > > main cause is that the port reservation stuff isn't working the way it> > > > should. It tries to bind to a port, and then it closes the> > > >

Re: JDK 16 is now in the Release Candidate Phase

2021-02-07 Thread Enrico Olivelli
ZooKeeper tests are passing on the latest JDK16-ea Tested on Mac. I hope I will be able to setup a CI job soon, it looks like ASF Jenkins now has the suitable JDK16 version Enrico Il giorno ven 5 feb 2021 alle ore 11:48 Rory O'Donnell < rory.odonn...@oracle.com> ha scritto: > > *Hi Enrico, * > >

Java 11 tests are very flaky on GitHub Actions

2021-02-05 Thread Enrico Olivelli
Hi, I see that the new test workflow with Java 11 is very flaky. This is an example https://github.com/apache/zookeeper/pull/1592/checks?check_run_id=1830428694 I would like to not consider it blocker for merging pull requests. That said, we should investigate further, the tests that are failing

Re: rebase and retest on github

2021-01-28 Thread Enrico Olivelli
I think it is better to ask the contributor to perform the rebase and push. As you have write access you can push to the branch of the contributor, but I am not sure this is a good approach. If a patch is stale and the developer stopped working on it then you can pick up that work, create a new b

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1

2021-01-27 Thread Enrico Olivelli
I have not tested this RC yet, but for 3.7.0 I saw all tests passing on Mac. I will test today and report by feedback Enrico Il giorno mer 27 gen 2021 alle ore 11:33 Norbert Kalmar ha scritto: > Hi all, > > My problem isn't that it's flaky (although that is a problem, a long > standing one), bu

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 0

2021-01-23 Thread Enrico Olivelli
ven.plugins >maven-assembly-plugin > + 3.1.0 > > >org.apache.maven.plugins > > I haven't investigated further, but will have a closer look soon. > > Cheers (well…), -D > > P.-S. — Thank you Justin for filing ZOOKEEPER-4188. > >

Re: Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 0

2021-01-23 Thread Enrico Olivelli
Mate, Thanks foe pointing it out If you build from sources and you pick the rwsulting binaries tarball and unpack it, does it work? Running bin/ex.sh from the sources is probably only a developer feature and it does not impact production usage. Is the problem present even on 3.6.2? Enrico Il Sab

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 0

2021-01-20 Thread Enrico Olivelli
+1 (binding) - checked checksums and signatures - built from sources (MacOs + jdk8) - C client tests executed using dev/docker/run.sh environment - run smoke tests against the binaries (with JDK8 and JDK16-ea) - tested ZooKeeperServerEmbedded, using staged maven repository Thank you Damien ! Enri

Re: ZooKeeper Operator

2021-01-18 Thread Enrico Olivelli
Thanks for sharing! We need more support for K8s in the OS community, this is a good step Enrico Il giorno lun 18 gen 2021 alle ore 11:18 Flavio Junqueira ha scritto: > We've been getting questions and sometimes contributions to the ZooKeeper > Kubernetes Operator we originally did for Pravega

New committer: Justin Mao Ling

2021-01-18 Thread Enrico Olivelli
The Project Management Committee (PMC) for Apache ZooKeeper has invited Justin Mao Long to become a committer and we are pleased to announce that he has accepted. Justin has been following the Project for a long time, He is very active in the community with discussions and code reviews and he

Re: Improving the migration experience from 3.4.x to 3.5.x+

2021-01-11 Thread Enrico Olivelli
Stig, Il giorno lun 11 gen 2021 alle ore 11:37 Stig Døssing < generalbas@gmail.com> ha scritto: > Sorry, I meant to say 3.5 introduced a check that snaphots exist, not that > the snapshot files don't exist in 3.4. > > On 2021/01/11 10:13:34, Stig D��ssing wrote: > > Hi, > > > > Zookeeper 3.5

Re: 3.7.0: Last call for tickets

2021-01-10 Thread Enrico Olivelli
but was already wondering about the ones below, for which pull > >> requests are more or less ready. > >> > >> (I really would like to include the first one, which is just stalled; > >> the latter two, which are mine, are perhaps a bit "fresh.") > >

Re: JDK 16 Early Access build 26 is now available

2021-01-07 Thread Enrico Olivelli
> https://github.com/openjdk/jdk/pull/1414 > > cheers, > dalibor topic > > On 07.01.2021 14:29, Enrico Olivelli wrote: > > Rory, > > I am testing latest OpenJDK > > Openjdk 16-ea 2021-03-16 > > OpenJDK Runtime Environment (build 16-ea+30-2130) > > Op

Re: [VOTE] Apache ZooKeeper release 3.5.9 candidate 2

2021-01-07 Thread Enrico Olivelli
+1 (binding) - verified checksums and sigs - build sources and run tests on MacOs + JDK8, no issue on Java tests - run C client tests on MacOs + docker, only one known failure - run C client on Fedora + JDK8, no test failure - verified license files on binary distribution, no issue (we have differe

Re: [ANNOUNCE] Apache ZooKeeper 3.4 End-of-Life 1st June, 2020

2021-01-07 Thread Enrico Olivelli
Probably there is no need. Actually your message is already complete, no missing information Thanks Enrico Il giorno mer 6 gen 2021 alle ore 15:13 Andor Molnar ha scritto: > Enrico, > > Here’s an announcement from last April. It’s actually quite clear about > the timing. > I’m not sure about we

Re: JDK 16 Early Access build 26 is now available

2021-01-07 Thread Enrico Olivelli
...@maven.apache.org regarding the -Xdoclint issue, but it looks like it has been resolved. can (anyone on this thread) you please confirm ? Enrico Il giorno lun 30 nov 2020 alle ore 13:34 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Rory, > Unfortunately I am no more able to run ZooKeep

[jira] [Created] (ZOOKEEPER-4048) Upgrade Mockito to 3.6.28 - allow builds on JDK16

2021-01-07 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-4048: -- Summary: Upgrade Mockito to 3.6.28 - allow builds on JDK16 Key: ZOOKEEPER-4048 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4048 Project

Re: [VOTE] Apache ZooKeeper release 3.5.9 candidate 2

2021-01-07 Thread Enrico Olivelli
I am validating the release I have this test that is consistently failing on the c-client [exec] /Users/enrico.olivelli/Downloads/zk359/apache-zookeeper-3.5.9/zookeeper-client/zookeeper-client-c/tests/TestClient.cc:789: Assertion: equality assertion failed [Expected: 0, Actual : -4] Do you thin

Re: 3.7.0: JDK 11 vs. JDK 8 (was: [DISCUSS][PROPOSAL] Require JDK 11 to build for 3.7)

2021-01-06 Thread Enrico Olivelli
lease line, like 3.4." > >> >> > >> >> It's a matter of whether or not a long-lived release line is > >> >> desirable/undesirable. If everyone is OK keeping 3.6.x up-to-date > >> >> security/patch-wise (if not feature-wise) for the nex

Re: ZooKeeper 3.6.2 release procedure finished - time to drop 3.4 from dist ?

2021-01-06 Thread Enrico Olivelli
Il Mer 6 Gen 2021, 15:10 Andor Molnar ha scritto: > Ooops, looks like I missed your e-mail Enrico. > > We haven’t made this official announcement, right? > I’ll put it together soon. > Yes please. Enrico > Andor > > > > > On 2020. Oct 12., at 10:01, Enric

Re: [VOTE] Apache ZooKeeper release 3.5.9 candidate 0

2021-01-05 Thread Enrico Olivelli
7;t do RC2. Picking it up now, and checking > what needs to be backported and doing an RC2. > > - Norbert > > On Tue, Jan 5, 2021 at 12:26 PM Enrico Olivelli > wrote: > > > What's the status of this VOTE ? > > > > Enrico > > > > Il giorno mar

Time to Cut 3.7.0 ?

2021-01-05 Thread Enrico Olivelli
Hi ZooKeepers, I feel it is time to deliver 3.7.0 to the public. Any volunteer ? Probably Demien, you already told you were available for this release Please also remember that there is a VOTE open for 3.5.9 Best regards and Happy new year Enrico

Re: [VOTE] Apache ZooKeeper release 3.5.9 candidate 0

2021-01-05 Thread Enrico Olivelli
What's the status of this VOTE ? Enrico Il giorno mar 8 dic 2020 alle ore 21:28 Damien Diederen < ddiede...@sinenomine.net> ha scritto: > > Hi Andor, > > > Is this not the same Jar that I’ve upgraded recently, because of a CVE? > > It is. You updated it for CVE-2020-27216, and this is now for >

Re: JDK 16 is in Rampdown Phase One

2020-12-22 Thread Enrico Olivelli
At ZooKeeper we are still stuck on the Mockito issue in order to make the build pass. We also have the problem with Maven + javac + -Xdoclint:missing, but AFAIK in Maven they are working on a fix, it is not a blocker anyway. Enrico Il giorno dom 13 dic 2020 alle ore 17:39 Rory O'Donnell < rory.

Re: The YCSB benchmark tool for zookeeper is now available

2020-12-14 Thread Enrico Olivelli
Great Thank you very much Justin Enrico Il Lun 14 Dic 2020, 05:36 Justin Ling Mao ha scritto: > Now users can benchmark your zookeeper ensemble with YCSB. Here is the > ZK-PR(https://github.com/apache/zookeeper/pull/1558). Have fun for it:)

Re: [VOTE] Apache ZooKeeper release 3.5.9 candidate 0

2020-12-02 Thread Enrico Olivelli
+1 (binding) - verified signatures and checksums - run smoke tests with server binaries on Linux Fedora (with JDK15) - built with JDK8 and run tests (even C-client) - verified rat and checkstyle - checked license files - run thru the release notes We have still a few inconsistencies in the way we

Re: JDK 16 Early Access build 26 is now available

2020-11-30 Thread Enrico Olivelli
Rory, Unfortunately I am no more able to run ZooKeeper tests due to an open issue with ByteBuddy https://github.com/raphw/byte-buddy/issues/983 Java : 16 JVM vendor name: Oracle Corporation JVM vendor version : 16-ea+26-1764 JVM name : OpenJDK 64-Bit Server VM JVM versi

Re: Releasing 3.5.9 - Pending Patches

2020-11-25 Thread Enrico Olivelli
Il Mer 25 Nov 2020, 20:26 Norbert Kalmar ha scritto: > Owasp CVE has been backported to 3.5. > There is still no backport for ZOOKEEPER-3911 (possible inconsistency due > to uncommitted DIFF), and is troublesome for 3.6 as well. In addition to > 3.6 test fail on 3.5. I had no time to take a close

Re: Owasp test failing - Jetty 9.4.32 - CVE-2020-27216

2020-11-23 Thread Enrico Olivelli
This is particularly bad https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17638 Enrico Il giorno lun 23 nov 2020 alle ore 15:41 Andor Molnar ha scritto: > https://issues.apache.org/jira/browse/ZOOKEEPER-4017 > > > > On 2020. Nov 23., at 15:36, Andor Molnar wrote: > > > > Hi folks, > > >

Re: JDK 16 Early Access build 24 is now available

2020-11-13 Thread Enrico Olivelli
Rory, apart from the issue about javac + Maven + -Xdoclint ( https://bugs.openjdk.java.net/browse/JDK-8253996) Current ZooKeeper master works well with latest jdk16 ea, all tests are passing. Tested on Linux Fedora I have started a discussion on d...@maven.apache.org about JDK-8253996 Regards Enr

TravisCI migration in progress

2020-11-12 Thread Enrico Olivelli
Hi, it looks like Travis-ci.org is migrating to Travis-ci.com. ASF Infra is following the work. It is possible that we will see problems during these days. For the one who are interested you can subscribe to bui...@apache.org (probably it is open only to ASF committers) I will keep you posted E

Re: ZooKeeper 3.5.9 release

2020-11-04 Thread Enrico Olivelli
guide is well written or there are areas of improvement :) > > > > Let us know which release you would like to drive. I can drive the other. > > > > - Norbert > > > > On Wed, Nov 4, 2020 at 2:52 PM Norbert Kalmar > wrote: > > > >> Hi all, >

Re: ZooKeeper 3.7 timeline? C SASL backport?

2020-11-03 Thread Enrico Olivelli
ion updates recently I'd like to get > > the following changes in 3.7: > > > >- ZOOKEEPER-3956 > >- ZOOKEEPER-3958 > > > > These are the ones already waiting for review/commit and I think they > would > > worth to get in before someone

Re: ZooKeeper 3.5.9 release

2020-11-01 Thread Enrico Olivelli
Rajini, Sorry for so late reply. Do you have a way to update to 3.6.2? If you want to upgrade to 3.5.9 the effort would be very like updating to 3.6.2. Btw I think it would be worth to cut a new release, I am adding dev@ to my answer in order to start a discussion. We should just find a volounte

Pull Request Validation on GitHub Actions (ZOOKEEPER-3973)

2020-10-31 Thread Enrico Olivelli
Hello, Christopher send a patch that enabled PR validation in GitHub Actions [1] I would like to start a discussion and explain what's going on. I was talking with Andor about the lack of the "magic words" on Pull Request Validation that restart the build on the new Jenkins. I cited that in Apach

[ANNOUNCE] New Commiter: Damien Diederen

2020-10-28 Thread Enrico Olivelli
enable better productivity. Being a PMC member enables assistance with the management and to guide the direction of the project. Congratulations Damien ! Enrico Olivelli

Re: JDK 16 EA build 21 is available

2020-10-25 Thread Enrico Olivelli
Apart from the reported issue with javac + maven - -Xdoclint:missing current ZooKeeper version builds and tests passes on latest JDK16 tested on Linux 64bit (Fedora) We haven't still set up again a new CI system that continuously builds and test against latest EA, I have tested the build locally

Interesting JDK15 fact: 8254078: DataOutputStream is very slow post-disabling of Biased Locking

2020-10-22 Thread Enrico Olivelli
Hello ZooKeeper, I found this interesting issue on JDK mailing lists https://github.com/openjdk/jdk/pull/542/files It is about the fact that in JDK15 Biased Locking is disabled by default and DataOutputStream is slower in some cases. Are you running on JDK15 ? Have you ever seen any performance r

Re: [DISCUSS][PROPOSAL] Require JDK 11 to build for 3.7

2020-10-21 Thread Enrico Olivelli
t; > will upgrade once they’re JDK11 compliant, otherwise they will stay > > > on 3.5 > > > or 3.6. Both version are quite recent in ZooKeeper-terms, we > > > already > > > planned big changes for 3.7.0 and JDK 11 could be one of them. > > > &g

Re: [DISCUSS][PROPOSAL] Require JDK 11 to build for 3.7

2020-10-21 Thread Enrico Olivelli
that these > > tests must stay JDK8 compatible. > > But from the tags we will see which ones are those. > > > > What do you think? > > > > Regards, Tamaas > > > > On Sat, Oct 17, 2020 at 7:45 AM Enrico Olivelli > wrote: > > > >> Chris

Re: [DISCUSS] Log4j2 in ZooKeeper

2020-10-20 Thread Enrico Olivelli
Il giorno mer 21 ott 2020 alle ore 04:14 Christopher ha scritto: > On Tue, Oct 20, 2020 at 7:43 PM Patrick Hunt wrote: > > > > On Tue, Oct 20, 2020 at 1:18 PM Tamas Penzes > > > wrote: > > > > > Hi Patrick, > > > > > > I've read the ticket you have linked and also have used my time to ask > > >

[jira] [Created] (ZOOKEEPER-3980) Fix Jenkinsfiles with new tool names

2020-10-20 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-3980: -- Summary: Fix Jenkinsfiles with new tool names Key: ZOOKEEPER-3980 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3980 Project: ZooKeeper

Re: [DISCUSS][PROPOSAL] Require JDK 11 to build for 3.7

2020-10-16 Thread Enrico Olivelli
Christopher I appreciate your idea and I also moved lots of my projects to work the way you are suggesting. We must run tests using real jdk8 to test the Zookeeper client. We must ensure that Zookeeper works well, especially while dealing with security stuff. Currently the client is in the same m

Re: Question about checkstyle execution

2020-10-16 Thread Enrico Olivelli
Please remember to run the C client tests on CI, by activating the -Pfull-build profile Enrico > > On Fri, Oct 16, 2020 at 9:42 AM Enrico Olivelli > wrote: > > > > Spotbugs is too heavy so I prefer to have it disabled by default. > > Rat is not very useful so i

Re: Question about checkstyle execution

2020-10-16 Thread Enrico Olivelli
Spotbugs is too heavy so I prefer to have it disabled by default. Rat is not very useful so it is a no for me Enrico Il Ven 16 Ott 2020, 15:35 Christopher ha scritto: > What about apache-rat and spotbugs? Should those execute by default also? > > On Fri, Oct 16, 2020 at 9:29

Re: Question about checkstyle execution

2020-10-16 Thread Enrico Olivelli
Christopher, I think it is only a leftover of the adoption of checkstyle. Feel free to send a patch and activate it by default Enrico Il Ven 16 Ott 2020, 15:25 Christopher ha scritto: > Hi ZK Devs, > > I am working on ZOOKEEPER-3973 and I noticed the existing Travis CI > job executes `checkst

Re: ZooKeeper 3.6.2 release procedure finished - time to drop 3.4 from dist ?

2020-10-12 Thread Enrico Olivelli
I have removed 3.4.14 from the official dist area. It is time to send an official announcement. Andor, do you want to make it ? Enrico Il giorno ven 2 ott 2020 alle ore 14:59 Enrico Olivelli ha scritto: > Website updated. > > Link to "Download 3.4.14" is no mor

Re: ApacheCon Bug Bash

2020-10-09 Thread Enrico Olivelli
ct 3, 2020 at 10:01 AM Enrico Olivelli > wrote: > > > Tom > > Generally the only requirement is that you create a JIRA and report the > > JIRA od in the commit message. > > Creating a JIRA also helps the contributor to understand/classify the > > problem and the propo

Re: [DISCUSS] Log4j2 in ZooKeeper

2020-10-08 Thread Enrico Olivelli
Il Gio 8 Ott 2020, 20:24 Patrick Hunt ha scritto: > On Thu, Oct 8, 2020 at 11:00 AM Tamas Penzes > wrote: > > > Hi All, > > > > I would open a discussion about log4j2 update. > > Would we consider going up to log4j2 in a minor release (e.g. 3.7) or > only > > in a major one, like 4.0? > > The la

Re: Custom SSLContext

2020-10-07 Thread Enrico Olivelli
Nathan, Il Mer 7 Ott 2020, 23:06 Nathan Gough ha scritto: > Hi, > > I develop for Apache NiFi and was working on adding TLS to one of our > clients that use Zookeeper. I was wondering if it's possible to inject a > custom SSLContext similar in concept to this ticket: > > https://issues.apache.or

Re: hacktoberfest

2020-10-07 Thread Enrico Olivelli
ything... We do not require a JIRA for very simple patches. But JIRA is super useful in order to track release notes. Do you mind adding the CONTRIBUTING.md file into your PR? Just with a simple link to confluence Enrico when Accumulo did this, it > became much more friendly to new contributor

Re: hacktoberfest

2020-10-07 Thread Enrico Olivelli
Mate, Il giorno mer 7 ott 2020 alle ore 17:17 Szalay-Bekő Máté < szalay.beko.m...@gmail.com> ha scritto: > Hello Devs! > > Are you participating in Hacktoberfest? What about tagging the > ZooKeeper repo with the 'hacktoberfest' label to make it visible for > Hacktoberfest automatically? > This c

Re: ZooKeeper 3.7 timeline? C SASL backport?

2020-10-07 Thread Enrico Olivelli
Sorry Damien, I thought I had answered to you but my message was never sent :-( I think that master branch is in very good shape and we had feedback from users about 3.6.x, in fact we already released 3.6.1 and 3.6.2. Cutting 3.7.0 will also be a sign that the current "stable" version is 3.6., an

Re: CI build issues

2020-10-06 Thread Enrico Olivelli
or artifacts archival from my POV Enrico > > Andor > > > > > > On 2020. Oct 5., at 19:19, Szalay-Bekő Máté > wrote: > > > > This is how I do usually for RC checks: > > > > mvn clean package -DskipTests dependency-check:check > > > >

Re: CI build issues

2020-10-05 Thread Enrico Olivelli
Il giorno lun 5 ott 2020 alle ore 16:35 Andor Molnar ha scritto: > Does anybody recall the command to run the owasp check? > Looks like we lost the old build configs, because old Jenkins has been > shut down. > https://jeremylong.github.io/DependencyCheck/dependency-check-maven/ something like t

Re: ApacheCon Bug Bash

2020-10-03 Thread Enrico Olivelli
work with us to >> automate the process of creating tickets for the issues that were raised? >> >> On 10/2/20 11:26 AM, Enrico Olivelli wrote: >> > Hey ! >> > it looks like the Bug bash has brought a few Pull Requests >> > https://github.com/apache/zookeeper/pu

Re: JDK 16 EA build 18 is now available

2020-10-02 Thread Enrico Olivelli
to: > Hi Enrico, > > Can you log a bug - and send us the JI number. > > Rgds,Rory > > On 02/10/2020 11:11, Enrico Olivelli wrote: > > Rory, > > it looks like ZookKeeper does not build on JDK16 (i

Re: ApacheCon Bug Bash

2020-10-02 Thread Enrico Olivelli
;ll get the repo activated. > > Tom > > > On Sun, Sep 27, 2020, 11:11 PM Enrico Olivelli > wrote: > > > Tom > > Overall I think that we can move forward. > > > > This thread has been around for a while, there are no objections, every > > question

Re: ZooKeeper 3.6.2 release procedure finished - time to drop 3.4 from dist ?

2020-10-02 Thread Enrico Olivelli
10:48 Norbert Kalmar ha scritto: > Thanks Enrico, it's merged. > > - Norbert > > On Mon, Sep 28, 2020 at 7:25 PM Enrico Olivelli > wrote: > > > This is the PR for the website > > https://github.com/apache/zookeeper/pull/1468 > > > > please anyo

Re: JDK 16 EA build 18 is now available

2020-10-02 Thread Enrico Olivelli
Rory, it looks like ZookKeeper does not build on JDK16 (it does with JDK15) my error is: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (pre-compile-jute) on project zookeep

Re: ZooKeeper 3.6.2 release procedure finished - time to drop 3.4 from dist ?

2020-09-28 Thread Enrico Olivelli
This is the PR for the website https://github.com/apache/zookeeper/pull/1468 please anyone merge IMO there is no need for a JIRA Enrico Il giorno lun 21 set 2020 alle ore 16:56 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Andor, > sorry for the late reply. > > I am

ApacheCon is going to start

2020-09-28 Thread Enrico Olivelli
Hi ZooKeeper community, Probably you already know that ApacheCon@Home is going to take place this week. Even if it will be a "virtual" conference this time, it will also be a great chance to meet and see each other. This is the list of Tracks and a link to Camille's keynote https://apachecon.com

Re: ApacheCon Bug Bash

2020-09-27 Thread Enrico Olivelli
gt; of bugfixes / improvements, I am very positive with the initiative. > > > > > > > > > Best regards, > > > Mate > > > > > > On Sun, Sep 27, 2020, 07:06 Tom DuBuisson wrote: > > > > > > > Enrico et al, > > &g

Re: ApacheCon Bug Bash

2020-09-24 Thread Enrico Olivelli
ally like to dig in and hear > how to help. In case there is more discussion on this point I'm CCing > Andrew who leads Muse's product design. > > -Tom > > On Wed, Sep 23, 2020 at 1:09 PM Enrico Olivelli > wrote: > > > Il Mer 23 Set 2020, 19:02 Tom DuBuisson

Re: ApacheCon Bug Bash

2020-09-23 Thread Enrico Olivelli
om my side What about security issues? Our policy is to have them reported to secur...@zookeeper.apache.org before public disclosure Enrico > Cheers, > Tom > > On Wed, Sep 23, 2020 at 6:35 AM Enrico Olivelli > wrote: > > > Il Mer 23 Set 2020, 00:44 Tom

Re: ApacheCon Bug Bash

2020-09-23 Thread Enrico Olivelli
Il Mer 23 Set 2020, 00:44 Tom DuBuisson ha scritto: > Zookeeper Developers, > > > > As part of our sponsorship of ApacheCon, our company MuseDev is doing a Bug > Bash for select Apache projects. We'll bring members of the ApacheCon > community together to find and fix a range of security and perf

Re: ZooKeeper 3.6.2 release procedure finished - time to drop 3.4 from dist ?

2020-09-21 Thread Enrico Olivelli
4 from the dist folder. > > Do we want to make an official announcement (again) about the EOL of 3.4? > We already passed the official date and there was an announcement already > in the past, so I’m not keen on doing it. > > Andor > > > > > On 2020. Sep 11., at 8:12, E

<    1   2   3   4   5   6   7   8   9   10   >