Re: [VOTE] Apache ZooKeeper release 3.5.10 candidate 0

2022-05-26 Thread Szalay-Bekő Máté
Thank you for checking and reporting the issue! Maven should be the 'official way' of building the artifacts on 3.5. The release candidate builds with java 8 and java 11, but I was able to reproduce the same problem with maven 3.6.3 and JDK 18. I found a related jira issue: https://issues.apache.

Re: [VOTE] Apache ZooKeeper release 3.5.10 candidate 0

2022-05-26 Thread Patrick Hunt
maven build is failing for me - should it? I can't remember if we "officially" supported maven in 3.5? [phunt:apache-zookeeper-3.5.10] $ mvn --version Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/homebrew/Cellar/maven/3.8.5/libexec Java version: 18.0.1, vendor: Ho

Needed help on creating default znodes zookeeper server boot up

2022-05-26 Thread Rahul Rane
Hi folks, I needed some help regarding creating default ZNode on Zookeeper server bootup. I want to create a ZNode at some default path whenever zookeeper server boots up. I tried couple of things but didn't work. 1. I tried to create using createNode API of DataTree but that didn't reflect

Re: Few questions on connection retry on auth failure.

2022-05-26 Thread Nathan Gough
Yes, I believe that typically Zookeeper uses an infinite retry to connect in all circumstances. It will retry infinitely when the Zookeeper server goes down and infinitely even if the Zookeeper client configuration was wrong and fails to initially connect in the first place. Authentication does see

Re: [VOTE] Apache ZooKeeper release 3.5.10 candidate 0

2022-05-26 Thread Enrico Olivelli
Sorry for the late reply. I will test the RC tomorrow Enrico Il giorno gio 26 mag 2022 alle ore 16:29 Szalay-Bekő Máté ha scritto: > > Hello All, > > Thank you Chris for the quick vote! > > Despite my earlier attempt to mislead everyone (I made a copy-paste error > and wrote 'non-binding' when I

Re: [VOTE] Apache ZooKeeper release 3.5.10 candidate 0

2022-05-26 Thread Szalay-Bekő Máté
Hello All, Thank you Chris for the quick vote! Despite my earlier attempt to mislead everyone (I made a copy-paste error and wrote 'non-binding' when I voted), we already have two binding +1 for this release. If some of you have the time, please test the RC and vote. Best regards, Mate On Fri,

[jira] [Created] (ZOOKEEPER-4549) ProviderRegistry may be repeatedly initialized

2022-05-26 Thread LiAoNan (Jira)
LiAoNan created ZOOKEEPER-4549: -- Summary: ProviderRegistry may be repeatedly initialized Key: ZOOKEEPER-4549 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4549 Project: ZooKeeper Issue Ty