Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-04-07 Thread Enrico Olivelli
Please check my patch https://github.com/apache/zookeeper/pull/1308 I would like to add it to 3.6.1 before a release Enrico Il giorno ven 27 mar 2020 alle ore 17:55 Enrico Olivelli ha scritto: > > > > Il Ven 27 Mar 2020, 17:43 Jordan Zimmerman ha > scritto: >> &

[jira] [Created] (ZOOKEEPER-3785) Make sources buildable with JDK14

2020-04-07 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-3785: -- Summary: Make sources buildable with JDK14 Key: ZOOKEEPER-3785 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3785 Project: ZooKeeper

Re: Version.getRevision gone in 3.5.6

2020-04-02 Thread Enrico Olivelli
alay.beko.m...@gmail.com> > wrote: > > > I agree with you. > > Also as far as I can remember on some of my leader election bug jira > > tickets people asked when the next 3.5.x release would happen. > > > > Kind regards, > > Mate > > > > On Wed, Ap

Re: Version.getRevision gone in 3.5.6

2020-04-01 Thread Enrico Olivelli
We should restore it as we did for ZKUtils#delete Both in 3.5x and in 3.6 We just ensure smooth upgrade Enrico Il Mer 1 Apr 2020, 12:06 Norbert Kalmar ha scritto: > Hi all, > > We removed the getRevision() [1] function in 3.5.6 [2]. > I just tried updating to ZooKeeper 3.5.7 in our system,

Re: [jira] [Created] (ZOOKEEPER-3779) Zookeeper client 3.4.x fails to connect when using Java 14

2020-03-31 Thread Enrico Olivelli
Maybe this is the death of 3.4... Enrico Il Mer 1 Apr 2020, 07:29 Jaikiran Pai (Jira) ha scritto: > Jaikiran Pai created ZOOKEEPER-3779: > --- > > Summary: Zookeeper client 3.4.x fails to connect when using > Java 14 > Key:

Re: Zookeeper & Netty framework

2020-03-31 Thread Enrico Olivelli
Hi, Did you check with Accumulo community? Do you see errors or informational messages in ZK server logs? Enrico Il Mar 31 Mar 2020, 01:12 karthick rn ha scritto: > Hello dev team, > > We are using Hadoop, Accumulo & Zookeeper in our environment, after > enabling TLS for ZK we noticed that

Re: Zookeeper unable to expose metrics after configuring TLS

2020-03-30 Thread Enrico Olivelli
You may be interested in Port unification, contributed by Facebook: https://issues.apache.org/jira/browse/ZOOKEEPER-3388 https://issues.apache.org/jira/browse/ZOOKEEPER-3371 Enrico Il giorno lun 30 mar 2020 alle ore 13:33 karthick rn ha scritto: > > Hi Mate, > > Thanks for suggesting these

Re: Keep Python 2 scripts...?

2020-03-30 Thread Enrico Olivelli
> EOL already. > > Patrick > > On Mon, Mar 30, 2020 at 5:19 AM Norbert Kalmar > wrote: > > > +1 for v3 only (I have both v2/v3 interpreters, but as you mentioned, we > > should only need to maintain 1 script). > > > > - Norbert > > > > On Mon, M

Re: Keep Python 2 scripts...?

2020-03-30 Thread Enrico Olivelli
Il giorno lun 30 mar 2020 alle ore 13:33 Andor Molnar ha scritto: > > Hi folks, > > We have a nice PR about upgrading the commit script to Python3: > > https://github.com/apache/zookeeper/pull/1295 > > I think we could just drop the previous v2 version with no problem, but folks > on the PR

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Enrico Olivelli
g that group. It was a decision made by intent. They won't change. That class is like java.lang.Object. It is only a source compatibility issue not at runtime. So not a big deal Enrico > -Jordan > > > On Mar 27, 2020, at 11:26 AM, Enrico Olivelli > wrote: > > > > Let me fi

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Enrico Olivelli
Let me file and INFRA issue and a patch for jute Stay tuned Enrico Il Ven 27 Mar 2020, 17:03 Patrick Hunt ha scritto: > Confirmed locally with oracle jdk 14 and zk trunk. > > Patrick > > On Fri, Mar 27, 2020 at 6:19 AM Enrico Olivelli > wrote: > > > Il giorno gio

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-27 Thread Enrico Olivelli
uot;install" it Enrico > > Patrick > > > On Thu, Mar 26, 2020 at 3:26 PM Enrico Olivelli wrote: > > > Patrick > > you are right > > it looks like it is using "/home/jenkins/tools/java/latest14" > > > >

Re: ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-26 Thread Enrico Olivelli
o Il giorno gio 26 mar 2020 alle ore 23:22 Patrick Hunt ha scritto: > > The jenkins job for jdk14 is passing - any ideas why you are seeing > different? Is the jenkins job setup incorrectly? > > https://builds.apache.org/view/Z/view/ZooKeeper/job/zookeeper-master-maven-jdk14/ > &g

ZK does not compile on JDK14 due to "java.lang.Record"

2020-03-26 Thread Enrico Olivelli
Hi, it looks like ZK cannot be build on JDK14 due to a small source compatibility issue. The error is below. The fix is trivial, we just only have to explicitly import the full classname of "Record" Enrico both interface org.apache.jute.Record in org.apache.jute and class java.lang.Record in

Converting zk-merge-py to python3

2020-03-26 Thread Enrico Olivelli
Hi guys, we have our great merge script that is written for python2 and it does not work with python 3 any volunteer for converting it to python3 ? in BookKeeper project we have both versions AFAIK python2 is EOL so maybe we can just have only python3 on master and leave the old version on git

Re: ZooKeeper 3.6.1...is it time ?

2020-03-20 Thread Enrico Olivelli
rule. The cross-compilation > > strict > > > > compatibility is now enforced as a built in feature of newer JDKs. > > > > > > > > Sorry I couldn't explain more briefly... it's a very tiny change, but > > > > there's a lot of backstory to communicate why it m

Which JDK? (Was Re: ZooKeeper 3.6.1...is it time ?)

2020-03-20 Thread Enrico Olivelli
n to *only* support builds on > newer > > JDKs (but still using the release flag to target Java 8, of course). This > > is what Apache Accumulo does for the stuff that we want to be compatible > > with Java 8: we require the build to use at least 11, but cross-comp

Re: ZooKeeper 3.6.1...is it time ?

2020-03-19 Thread Enrico Olivelli
feel it is so important at the moment. (With jdk13) Enrico > The patch is currently pending additional reviewers. > > On Thu, Mar 19, 2020 at 11:17 AM Patrick Hunt wrote: > > > Great idea, thanks Enrico! > > > > Patrick > > > > On Thu, Mar 19, 2020

Re: [PROPOSAL] Send build notifications to notifications list

2020-03-19 Thread Enrico Olivelli
Christopher, Il giorno mer 18 mar 2020 alle ore 22:25 Christopher ha scritto: > > Hi ZK Devs, > > I have been trying to watch the ZooKeeper developer list lately, to > stay on top of latest issues, and to contribute in whatever small way > I can. However, I noticed the list gets a lot of spam

ZooKeeper 3.6.1...is it time ?

2020-03-19 Thread Enrico Olivelli
Hi folks, after a couple of weeks after the release of 3.6.0 we are seeing a few blocker issues related to the upgrade from 3.5. There is already a good list of issues already ported to 3.6 and a few pending PRs that fix problems reported by users. You can find the list here, I have already did

Restore ZKUtil.deleteRecursive in order to help compatibility of applications with 3.5 and 3.6

2020-03-18 Thread Enrico Olivelli
In HerdDB project (https://github.com/diennea/herddb) we are using BookKeeper that in turn uses ZKUtil.deleteRecursive and we are not able to switch to ZooKeeper 3.6.0 This is the error: java.lang.NoSuchMethodError:

[jira] [Created] (ZOOKEEPER-3763) Restore ZKUtil.deleteRecursive in order to help compatibility of applications with 3.5 and 3.6

2020-03-18 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-3763: -- Summary: Restore ZKUtil.deleteRecursive in order to help compatibility of applications with 3.5 and 3.6 Key: ZOOKEEPER-3763 URL: https://issues.apache.org/jira/browse

Re: Returned post for annou...@apache.org

2020-03-09 Thread Enrico Olivelli
oads.apache.org” on the > updated page, but previously I got redirected to the closest mirror. > > Is that alright? > > Andor > > > > > On 2020. Mar 7., at 14:21, Enrico Olivelli wrote: > > > > The patch looks good. > > I left a comment about the

Some links to the documentation are dead

2020-03-08 Thread Enrico Olivelli
Hi, Yesterday I have rebuilt the website but I have accidentally not built several files from documentation. A few users reported it, it looks like my browser had some cache. We have to rebuilt the website and push it. I am sorry I can do it only tomorrow Enrico

Re: Returned post for annou...@apache.org

2020-03-07 Thread Enrico Olivelli
d then what does it mean the migration to > > dowloadns.a,o > > > > Best, > > tison. > > > > > > tison 于2020年3月8日周日 上午12:41写道: > > > >> I can help on adding the link to KEYS file. > >> > >> What does "mirror

Re: Returned post for annou...@apache.org

2020-03-07 Thread Enrico Olivelli
s and sigs are OK. > However, there is no link to the KEYS file - this is essential for > verifying sigs. > > Also the links to release artifacts must not use downloads.a.o, they must > use the mirror system. > > <<<<< ---- <<<<< > >

Re: Returned post for annou...@apache.org

2020-03-07 Thread Enrico Olivelli
ill look into it now. > > > > Best, > > tison. > > > > > > Enrico Olivelli 于2020年3月7日周六 下午7:52写道: > > > >> Il Sab 7 Mar 2020, 12:51 tison ha scritto: > >> > >> > Hi Enrico, > >> > > >> >

Re: Returned post for annou...@apache.org

2020-03-07 Thread Enrico Olivelli
'website's branch Thank you Tison Enrico > > Best, > tison. > [1] https://issues.apache.org/jira/browse/ZOOKEEPER-3746 > > > Enrico Olivelli 于2020年3月7日周六 下午6:59写道: > > > Hi, > > I sent the announcement email for 3.6.0 but it bounced for the reasons > >

Fwd: Returned post for annou...@apache.org

2020-03-07 Thread Enrico Olivelli
The page should link directly to the artifact and its related sigs and hashes. Similarly for any links to archived releases. Please fix the download page, check that the links work OK, and submit a new announce email Thanks. <<<<< <<<<< -- Fo

Re: WebSite updates needed

2020-03-05 Thread Enrico Olivelli
gt; > > > 1. open two JIRA tickets for them, respectively. > > 2. update NOTICEs for fixup1 > > 3. move from .../dist to downloads.apache.org > > > > Best, > > tison. > > > > > > Enrico Olivelli 于2020年3月5日周四 下午3:41写道: > > > > > Hi, > > > We have to fix up the website: > > > - update copyright notices from 2019 to 2020 > > > - move to downloads.apache.org the download page > > > > > > Any volunteer ? > > > > > > > > > Enrico > > > > > >

WebSite updates needed

2020-03-04 Thread Enrico Olivelli
Hi, We have to fix up the website: - update copyright notices from 2019 to 2020 - move to downloads.apache.org the download page Any volunteer ? Enrico

New release procedure documents

2020-03-04 Thread Enrico Olivelli
Hi, I have finalized the release of ZooKeeper 3.6.0, so it looks like the new procedure (using the maven release plugin) is working, This is the link to the new (current) procedure https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease+using+maven+release+plugin For branch-3.5 we

[ANNOUNCE] Apache ZooKeeper 3.6.0 released

2020-03-04 Thread Enrico Olivelli
The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.6.0. ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so

Re: [DISCUSS] Sending 3.4 release line to End-Of-Life status

2020-03-04 Thread Enrico Olivelli
> I'm +1 on this. We're planning to drop support for 3.4.x in the next > > > release of Apache Curator, FYI. > > > > > > -Jordan > > > > > > > On Mar 4, 2020, at 7:36 AM, Enrico Olivelli > > wrote: > > > > > > > > Hi, > &g

[DISCUSS] Sending 3.4 release line to End-Of-Life status

2020-03-04 Thread Enrico Olivelli
Hi, we are releasing 3.6.0 (I am waiting for mirrors to sync before updating the website). In my opinion it is time to officially send 3.4 branch to EOL status, that is: - we are not expecting new releases - drop 3.4 from download area (it will stay on archives as usual) - strongly encourage

[RESULT] [VOTE] Apache ZooKeeper 3.6.0 candidate 4

2020-03-03 Thread Enrico Olivelli
I'm happy to announce that we have unanimously approved this release. There are 7 approving votes, 5 of which are binding: - Szalay-Bekő Máté - Norbert Kalmar - Enrico Olivelli (binding) - Patrick Hunt (binding) - Andor Molnar (binding) - Flavio Junqueira (binding) - Michael Han (binding

Re: [VOTE] Apache ZooKeeper 3.6.0 candidate 4

2020-03-01 Thread Enrico Olivelli
Enrico Il giorno dom 1 mar 2020 alle ore 01:58 Patrick Hunt ha scritto: > > +1. xsum/sig verified. rat ran clean. Compiled and ran some manual tests > with various ensemble sizes successfully. > > Regards, > > Patrick > > On Fri, Feb 28, 2020 at 6:53 AM Enrico Olive

Re: [jira] [Created] (ZOOKEEPER-3744) Make build reproducible

2020-02-29 Thread Enrico Olivelli
Erik, This is interesting. Would you like to share your idea and roadmap in this dev@ list Maybe not everyone checks jira notifications Enrico Il Sab 29 Feb 2020, 02:27 Erik (Jira) ha scritto: > Erik created ZOOKEEPER-3744: > --- > > Summary: Make

Re: [VOTE] Apache ZooKeeper 3.6.0 candidate 4

2020-02-28 Thread Enrico Olivelli
abling and re-enabling different virtual network > > interfaces to see that the cluster always recovers) > > > > On Tue, Feb 25, 2020 at 4:13 PM Enrico Olivelli > > wrote: > > > > > This is the fifth release candidate for 3.6.0. > > > > > >

[VOTE] Apache ZooKeeper 3.6.0 candidate 4

2020-02-25 Thread Enrico Olivelli
/ Should we release this candidate? Enrico Olivelli

Re: Getting rid of Jackson Databind ?

2020-02-23 Thread Enrico Olivelli
Il Dom 23 Feb 2020, 17:12 Patrick Hunt ha scritto: > On Sun, Feb 23, 2020 at 1:09 AM Enrico Olivelli > wrote: > > > Hi, > > we are using a library, Jackson Databind, to serialize JSON objects on > > the HTTP Admin Endpoint. > > > > Unfortunately that li

Re: [CANCELLED] Re: [VOTE] Apache ZooKeeper 3.6.0 candidate 3

2020-02-23 Thread Enrico Olivelli
Second patch, for Jackson https://github.com/apache/zookeeper/pull/1262 Enrico Il giorno dom 23 feb 2020 alle ore 09:57 Enrico Olivelli ha scritto: > > I have sent a PR with a fix for the issues found by Patrick and me > https://github.com/apache/zookeeper/pull/1258 > > I

Getting rid of Jackson Databind ?

2020-02-23 Thread Enrico Olivelli
Hi, we are using a library, Jackson Databind, to serialize JSON objects on the HTTP Admin Endpoint. Unfortunately that library is very ofter subject to CVEs due to the intrinsic nature of the library, the fact that is really very common and in particular to the fact that it has many

Re: [CANCELLED] Re: [VOTE] Apache ZooKeeper 3.6.0 candidate 3

2020-02-23 Thread Enrico Olivelli
as soon as possible Enrico Il giorno mer 19 feb 2020 alle ore 18:00 Enrico Olivelli ha scritto: > > Thank you Patrick and Mate > > I have also noticed that spot bugs is failing > > -1 from me > > I am cancelling now this vote > > I will send fixes soon > > Enrico &

[jira] [Created] (ZOOKEEPER-3733) Fix issues reported in 3.6.0rc3

2020-02-21 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-3733: -- Summary: Fix issues reported in 3.6.0rc3 Key: ZOOKEEPER-3733 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3733 Project: ZooKeeper Issue

Re: ZK "how to contrib" needs a bit of polish (maven)

2020-02-19 Thread Enrico Olivelli
Ok, I'll take a look. Thanks for pointing it out Enrico Il Gio 20 Feb 2020, 01:10 Patrick Hunt ha scritto: > Hey folks - can someone (Norbert/Enrico/...?) take a look at the how to > contribute page and update it to reflect the recent changes to move to > maven? >

[CANCELLED] Re: [VOTE] Apache ZooKeeper 3.6.0 candidate 3

2020-02-19 Thread Enrico Olivelli
t; > multi-address feature (disabling and re-enabling different virtual > network > > interfaces to see that the cluster always recovers) > > > > On Tue, Feb 18, 2020 at 7:08 PM Enrico Olivelli > > wrote: > > > > > This is the fourth release candidate for Apache Z

[VOTE] Apache ZooKeeper 3.6.0 candidate 3

2020-02-18 Thread Enrico Olivelli
? Enrico Olivelli

Re: using 0.0.0.0 in the server configs in ZK 3.5+

2020-02-18 Thread Enrico Olivelli
s all internal networks > > of the three docker hosts are using the same network-range in their > > internal networks." > > > > re-reading it, I think he meant a bit different config than what I wrote > > as an example before... I think he basically connects separate

Re: using 0.0.0.0 in the server configs in ZK 3.5+

2020-02-18 Thread Enrico Olivelli
Honestly I think that using 0.0.0.0 is not so useful. I find it very useful that the configuration is the same on every peer, except from myid file What's the real gain in such configuration? Enrico Il Mar 18 Feb 2020, 10:32 Szalay-Bekő Máté ha scritto: > Hi All, > > in a recent PR I try to

Jepsen.io report

2020-02-15 Thread Enrico Olivelli
Hi community, I see that Jepsen.io has a very old analysis of Zookeeper (2013) https://jepsen.io/analyses Did they do by themselves or did any company pay for such analysis? Do you have experience in using such tools? Enrico

Re: [VOTE] Apache ZooKeeper release 3.5.7 candidate 2

2020-02-14 Thread Enrico Olivelli
+1 (binding) Verified checksums and signatures Built from sources on MacOS using docker environment that emulates linux (dev/docker directory). Run a few smoke tests on MacOs using JDK13 Tested the upgrade scenario from 3.4.14 (see https://issues.apache.org/jira/browse/ZOOKEEPER-3644) using

Re: Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-11 Thread Enrico Olivelli
gt;> > FYI: I created these scripts for my local tests: > >> > https://github.com/symat/zk-rolling-upgrade-test > >> > > >> > For the long term I would also add some script that actually monitors > >> the > >> > state of the quorum a

Re: Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-11 Thread Enrico Olivelli
ow we could add testing for upgrade? Obviously something > > we're missing, esp given it's import. I will send an email next days with a proposal. btw my idea is very like Andor's one Once we have an automatic environment we can launch from Jenkins Enrico > > > > Patrick >

[CANCELLED] Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 2

2020-02-11 Thread Enrico Olivelli
On Feb 5, 2020, at 2:34 PM, Enrico Olivelli wrote: > > > > This is the third release candidate for Apache ZooKeeper 3.6.0. > > > > It is a major release and it introduces a lot of new features, most notably: > > - Built-in data consistency check inside ZooKeeper >

Re: Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-11 Thread Enrico Olivelli
k for a new release (3.7?) Enrico > > Depending on your comments, I am happy to create a few Jira tickets around > these topics. > > Kind regards, > Mate > > ps. Enrico, sorry about your RC... I owe you a beer, let me know if you are > near to Budapest ;) > > On

Re: Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-10 Thread Enrico Olivelli
g upgrade process. > > > On Mon, Feb 10, 2020 at 10:23 PM Enrico Olivelli > wrote: > > > I suggest this plan: > > - release 3.6.0 now > > - improve the migration story, the flow outlined by Mate is > > interesting, but it will take time > > > > 3.

Re: Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-10 Thread Enrico Olivelli
org/confluence/display/ZOOKEEPER/ReleaseManagement > > > > "major.minor release of ZooKeeper must be backwards compatible with the > > previous minor release, major.(minor-1)" > > > > > Our users, direct and indirect, value the ability to migrate to newer > ver

Re: Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-10 Thread Enrico Olivelli
> > But I am also new to the community... It would be great to hear the opinion > of more experienced people. > Whatever the decision will be, I am happy to make the changes. > > And sorry for breaking the RC (if we decide that this needs to be > changed...). ZOOKEEPER-31

Rolling upgrade from 3.5 to 3.6 - expected behaviour

2020-02-10 Thread Enrico Olivelli
Hi, even if we had enough binding +1 on 3.6.0rc2 before closing the VOTE of 3.6.0 I wanted to finish my tests and I am coming to an apparent blocker. I am trying to upgrade a 3.5.6 cluster to 3.6.0, but it looks like peers are not able to talk to each other. I have a cluster of 3, server1,

Re: [VOTE] Apache ZooKeeper release 3.5.7 candidate 1

2020-02-07 Thread Enrico Olivelli
Hi Norbert, thank you for working on this. I see differences between the contents of the source tarball and the git tag (using Meld, as suggested by Patrick some month ago), namely: - there is not checkstyleSuppressions.xml file, and mvn checkstyle:check fails (it is not bound to the default

Re: [VOTE] Apache ZooKeeper release 3.5.7 candidate 0

2020-02-06 Thread Enrico Olivelli
I am sorry. I am seeing the same error. btw I am continuing my tests Enrico Il giorno gio 6 feb 2020 alle ore 18:46 Patrick Hunt ha scritto: > > -1 - looks like there are problems with the sig? > > $gpg --import KEYS > ... > gpg: key 792D43153B5B5147: public key "Norbert Kalmar " > imported >

[VOTE] Apache ZooKeeper release 3.6.0 candidate 2

2020-02-05 Thread Enrico Olivelli
? Enrico Olivelli

[CANCELLED] Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 1

2020-02-04 Thread Enrico Olivelli
I am cancelling this vote. Stay tuned for rc2 Enrico Il Lun 3 Feb 2020, 23:38 Patrick Hunt ha scritto: > On Mon, Feb 3, 2020 at 2:27 PM Enrico Olivelli > wrote: > > > Il Lun 3 Feb 2020, 21:22 Patrick Hunt ha scritto: > > > > > Enrico, while what you are saying

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 1

2020-02-03 Thread Enrico Olivelli
I am cancelling this vote now. We can include Jordan's patch and Mate's fix for tests as well. The next RC will include those patches and Netty upgrade, I don't expect regressions that can be shown by unit tests. Enrico > Regards, > > Patrick > > On Mon, Feb 3, 2020 at

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 1

2020-02-03 Thread Enrico Olivelli
2020, 20:06 Patrick Hunt ha scritto: > FYI owasp jenkins job is failing due to netty CVE: > https://issues.apache.org/jira/browse/ZOOKEEPER-3716 > > Patrick > > On Mon, Feb 3, 2020 at 8:12 AM Enrico Olivelli > wrote: > > > Il Lun 3 Feb 2020, 16:23 No

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 1

2020-02-03 Thread Enrico Olivelli
gt; > >> > token. Zookeeper Client will go to AUTH_FAILED state. > > >> > > > >> > I tried it with Zulu 11.0.3 version and OpenJDK 11.0.2 version and > > both > > >> > were working fine. So it looks there might some incompatibility with >

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 1

2020-02-01 Thread Enrico Olivelli
-JZ > > > On Feb 1, 2020, at 10:02 AM, Enrico Olivelli > wrote: > > > > This is the second release candidate for Apache ZooKeeper 3.6.0. > > > > It is a major release and it introduces a lot of new features, most > notably: > > - Built-in data consistency

[VOTE] Apache ZooKeeper release 3.6.0 candidate 1

2020-02-01 Thread Enrico Olivelli
? Enrico Olivelli

Re: [EXTERNAL] Re: 3.5.7

2020-02-01 Thread Enrico Olivelli
Il Ven 31 Gen 2020, 16:16 Craig.Condit ha scritto: > Would it be possible to get ZOOKEEPER-3638 included in 3.5.7 as well? I thought it already went in we really must include it. Enrico The version of Jetty included in 3.5.6 breaks the admin server. We have > been running a backport of 3638

Re: 3.5.7

2020-01-30 Thread Enrico Olivelli
Awesome Thank Enrico Il Gio 30 Gen 2020, 22:07 Norbert Kalmar ha scritto: > Hi all, > > Just a heads up. > > All patch that we wanted (as far as I'm aware, let me know if you miss > something) for the 3.5.7 release has been committed to branch 3.5. Mainly > this was: > - ZOOKEEPER-3701 (split

Re: Release procedure for 3.6.0 - new ideas with maven release plugin

2020-01-23 Thread Enrico Olivelli
ifically > > > for this reason - to allow commits while release in progress. Given the > > RM > > > can (should) make the decision whether or not to pull things into a > > release > > > candidate this seems fine with me (3.5 vs 3.5.x) > > > > > > Patrick > > > >

Re: RC failure root cause: ICMP throttling settings on mac

2020-01-23 Thread Enrico Olivelli
I feel that Option 2 is more conservative, the multi address feature is new in 3.6 and in my opinion it won't we used by current users of 3.4 and 3.5, at least not immediately after an upgrade because it needs a different network architecture. If you do not use the multi address property with

Re: 3.5.7

2020-01-22 Thread Enrico Olivelli
Ivan Would you have time for a quick fix ? We already have a few production-blocker issues already committed to branch-3.5. If no fix is available and this is not a regression on 3.5.6 I think it is better to deliver 3.5.7 as soon as possible, we can follow up with 3.5.8 as soon as the fix is

Re: 3.5.7

2020-01-21 Thread Enrico Olivelli
Thank you Andor Il mar 21 gen 2020, 22:35 Andor Molnar ha scritto: > Hi dev folks, > > We have a few important patches on 3.5, so I'm planning to branch and > create rc0 for 3.5.7 tomorrow. > > Is there anything important in-flight that would be important to wait > for and include? > No

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 0

2020-01-17 Thread Enrico Olivelli
Thank you Mate I will follow the ticket. I am glad that this is a MAC-only problem, so maybe it won't be an issue in production. btw we must fix it If you have news please start a new email thread, as this is the formal VOTE thread for 3.6.0rc0 Enrico Il giorno ven 17 gen 2020 alle ore 11:15

Re: FYI - gRPC project for ZooKeeper

2020-01-16 Thread Enrico Olivelli
Jordan, I have been following this work and I appreciate that very much. Your doc draws a good picture of the status of our codebase. Personally I see much value in opening Zookeeper to non Java native clients. Reworking the internals (zkdatabase, server-to-server) as you state in your docs, is

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 0

2020-01-16 Thread Enrico Olivelli
> On Jan 15, 2020, at 1:05 PM, Enrico Olivelli > wrote: > > > > Alexander, > > I have pasted a wrong link in the VOTE email, I am sorry > > > > The good link is > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12326518 &g

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 0

2020-01-16 Thread Enrico Olivelli
nzipping the source on mac "unzip apache-zookeeper-3.6.0.zip" results > in > >> a tld of "parent-3.6.0" - can we fix this? The other artifacts > de-archive > >> correctly, expect this one. It seems a shame. Given this issue and the > >> tar.gz->

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 0

2020-01-15 Thread Enrico Olivelli
t; > /export/workspace/zookeeper/zookeeper-server/target/surefire > > 2020-01-15T21-28-59_364-jvmRun5 surefire3587429514371015586tmp > > surefire_2145165207885893729779tmp0 11583 11582 0 9:35下午 ?? > > 0:05.16 > > > /Library/Java/JavaVirtualMachines/jdk1.

Re: [VOTE] Apache ZooKeeper release 3.6.0 candidate 0

2020-01-15 Thread Enrico Olivelli
/jmockit/1.48/jmockit-1.48.jar > -jar > /export/workspace/zookeeper/zookeeper-server/target/surefire/surefirebooter3509879420266754639.jar > /export/workspace/zookeeper/zookeeper-server/target/surefire > 2020-01-15T21-28-59_364-jvmRun5 surefire3587429514371015586tmp > surefire_2145165207

[VOTE] Apache ZooKeeper release 3.6.0 candidate 0

2020-01-14 Thread Enrico Olivelli
adding a new JAR: zookeeper-metrics-providers The staging version of the website is: https://people.apache.org/~eolivelli/zookeeper-3.6.0-candidate-0/website/ Should we release this candidate? Enrico Olivelli

Re: write access to zookeeper wiki

2020-01-13 Thread Enrico Olivelli
I think Andor or Patrick can grant you access Enrico Il lun 13 gen 2020, 16:56 Szalay-Bekő Máté ha scritto: > Hello Guys, > > In relation to https://issues.apache.org/jira/browse/ZOOKEEPER-3482 I > would > like to update a few wiki pages (like > >

Fwd: ZooKeeper 3.6.0 rc 0 failed

2020-01-13 Thread Enrico Olivelli
:54, Enrico Olivelli wrote: > > Il giorno lun 13 gen 2020 alle ore 10:47 Andor Molnar ha > scritto: > >> I’ve done a quick check on my Mac and “zip” and “unzip” command line tools >> are able to preserve the standard ‘rwx’ permissions which is probably >> enough. Th

Re: ZooKeeper 3.6.0 rc 0 failed

2020-01-13 Thread Enrico Olivelli
IP file is the perfect copy of the git tag, I have compared them with meld Enrico > > Andor > > > > > On 2020. Jan 12., at 22:02, Enrico Olivelli wrote: > > > > Il dom 12 gen 2020, 21:53 Andor Molnar ha scritto: > > > >> Hi Enrico, > &

Re: ZooKeeper 3.6.0 rc 0 failed

2020-01-12 Thread Enrico Olivelli
> > > On Sat, 2020-01-11 at 23:33 +0100, Enrico Olivelli wrote: > > I have fresh news > > while working on the issue > > https://issues.apache.org/jira/browse/ZOOKEEPER-3695 > > > > I saw that Maven already did a better way automatically other then > &

Re: ZooKeeper 3.6.0 rc 0 failed

2020-01-11 Thread Enrico Olivelli
apache.org/~eolivelli/zookeeper-3.6.0-candidate-0/ If we agree on changing the format of the "source release" from tar.gz to zip then the staged rc is good for a VOTE and it is perfectly integrated with the Maven release procedure. Thoughts ? Enrico Il giorno sab 11 gen 2020 a

ZooKeeper 3.6.0 rc 0 failed

2020-01-11 Thread Enrico Olivelli
Hi, I was preparing the first rc of 3.6.0 but unfortunately it failed as I have found a blocker issue This is the issue https://issues.apache.org/jira/browse/ZOOKEEPER-3695 The short version of the story is that the source tarbal does not reflect the git repository, some directories are missing

[jira] [Created] (ZOOKEEPER-3695) Source release tarball does not match repository in 3.6.0

2020-01-11 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-3695: -- Summary: Source release tarball does not match repository in 3.6.0 Key: ZOOKEEPER-3695 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3695 Project

Cutting now 3.6.0

2020-01-11 Thread Enrico Olivelli
Hey folks, I am working on branch-3.6 in order to cut 3.6.0 Please DO NOT push to that branch You will see the VOTE email when I am done Regards Enrico

Re: Snapshots of ZooKeeper 3.6.0-SNAPSHOT available for testing

2020-01-08 Thread Enrico Olivelli
t; > On Tue, Jan 7, 2020 at 8:48 AM Enrico Olivelli > wrote: > > > Hi, > > I have deployed to https://repository.apache.org/snapshots/ a version of > > ZooKeeper built from branch-3.6. > > > > This way you can try it just by adding these lines t

Snapshots of ZooKeeper 3.6.0-SNAPSHOT available for testing

2020-01-07 Thread Enrico Olivelli
Hi, I have deployed to https://repository.apache.org/snapshots/ a version of ZooKeeper built from branch-3.6. This way you can try it just by adding these lines to your pom.xml apache-snapshots true

Re: Re: Pending issue for 3.6.0

2019-12-30 Thread Enrico Olivelli
ource root to the NOTICE file reported in the binary package - copy the Java 8 warning from branch-3.5 This is the JIRA https://issues.apache.org/jira/browse/ZOOKEEPER-3668 Best regards Enrico Il giorno sab 28 dic 2019 alle ore 14:29 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Hi, >

[jira] [Created] (ZOOKEEPER-3668) Clean up release package for 3.6.0

2019-12-30 Thread Enrico Olivelli (Jira)
Enrico Olivelli created ZOOKEEPER-3668: -- Summary: Clean up release package for 3.6.0 Key: ZOOKEEPER-3668 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3668 Project: ZooKeeper

Re: Messy releasenotes.md file on master and on website

2019-12-28 Thread Enrico Olivelli
hat's what I usually see and expect from projects. > > But this is based on my personal preference, I don't know what was the > > original intention on ZooKeeper, so let's wait for the PMCs to chip in :) > > > > Thanks for bringing this up Enrico! > > > > R

Re: Re: Pending issue for 3.6.0

2019-12-28 Thread Enrico Olivelli
Hi, We have the last patch that is waiting for review: https://github.com/apache/zookeeper/pull/1134/ https://issues.apache.org/jira/browse/ZOOKEEPER-1112 Add support for C client for SASL authentication It is a very big patch on the C client and it needs careful review and it is introducing a

Re: Pending issue for 3.6.0

2019-12-23 Thread Enrico Olivelli
t; > I would also like to request ZOOKEEPER-3342. I just cleaned up the > latest PR. > > On Mon, Dec 23, 2019 at 11:17 AM Enrico Olivelli > wrote: > > > Hi folks, > > I am keeping an eye on issues that the community tagged with fixVersion = > > 3.6.0 > >

Pending issue for 3.6.0

2019-12-23 Thread Enrico Olivelli
Hi folks, I am keeping an eye on issues that the community tagged with fixVersion = 3.6.0 This is the JIRA filter: https://issues.apache.org/jira/issues/?jql=project%20%3D%20ZooKeeper%20%20and%20fixVersion%20%20%3D%203.6.0%20and%20resolution%20is%20EMPTY%20 We have 3 pending works: 1)

Messy releasenotes.md file on master and on website

2019-12-19 Thread Enrico Olivelli
Hi, I am preparing release notes for 3.6.0, as branch-3.6 has been cut from master branch I found that releasenotes.mdtalk about ZooKeeper 3.0.0 !! https://github.com/apache/zookeeper/blob/master/zookeeper-docs/src/main/resources/markdown/releasenotes.md I found also that when I wrote the

Re: NettyServerCnxnFactoryTest is failing consistently on my laptop

2019-12-16 Thread Enrico Olivelli
> > > > I will create a Jira ticket and take a look. Or if someone is already > > working on it, then please let me know... > > > > Cheers, > > Mate > > > > On Sat, Dec 14, 2019 at 8:24 PM Enrico Olivelli > > wrote: > > > >> Hey guys,

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