Re: [External]Zookeeper C-client library getting stuck on pthread_join() call.

2022-03-29 Thread Mulay, Parag Bhausaheb (Parag)
Hi All, Any suggestions about this? It will be of great help. Thanks, in advance -Parag From: Mulay, Parag Bhausaheb (Parag) Sent: Monday, March 28, 2022 11:18:33 AM To: dev@zookeeper.apache.org Subject: RE: [External]Zookeeper C-client library getting stuck on

[jira] [Created] (ZOOKEEPER-4507) Create ZOO_DAEMON_OUT file backup when restarting the server

2022-03-29 Thread Mohammad Arshad (Jira)
Mohammad Arshad created ZOOKEEPER-4507: -- Summary: Create ZOO_DAEMON_OUT file backup when restarting the server Key: ZOOKEEPER-4507 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4507 Projec

[jira] [Created] (ZOOKEEPER-4506) Change Server default log4j appender from CONSOLE to ROLLINGFILE

2022-03-29 Thread Mohammad Arshad (Jira)
Mohammad Arshad created ZOOKEEPER-4506: -- Summary: Change Server default log4j appender from CONSOLE to ROLLINGFILE Key: ZOOKEEPER-4506 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4506 Pr

[jira] [Created] (ZOOKEEPER-4505) CVE-2020-36518 - Upgrade jackson databind to 2.12.6.1 or 2.13.2.1

2022-03-29 Thread Edwin Hobor (Jira)
Edwin Hobor created ZOOKEEPER-4505: -- Summary: CVE-2020-36518 - Upgrade jackson databind to 2.12.6.1 or 2.13.2.1 Key: ZOOKEEPER-4505 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4505 Project:

[jira] [Created] (ZOOKEEPER-4504) ZKUtil#deleteRecursive causing deadlock in HDFS HA functionality

2022-03-29 Thread Mohammad Arshad (Jira)
Mohammad Arshad created ZOOKEEPER-4504: -- Summary: ZKUtil#deleteRecursive causing deadlock in HDFS HA functionality Key: ZOOKEEPER-4504 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4504 Pr

Re: Can we add the "readonly" field in ConnectRequest?

2022-03-29 Thread Enrico Olivelli
It is a good patch to move forward with the protocol evolution. Please any reviewer take time to validate the patch Enrico Il giorno mar 29 mar 2022 alle ore 10:17 tison ha scritto: > > The corresponding JIRA is filed as ZOOKEEPER-4492 and @eolivelli has given > a review & approval. > > This pat

Re: Can we add the "readonly" field in ConnectRequest?

2022-03-29 Thread tison
The corresponding JIRA is filed as ZOOKEEPER-4492 and @eolivelli has given a review & approval. This patch is looking for another committers for reviewing and I'd like to bump this thread requesting for review :) Best, tison. tison 于2022年3月13日周日 11:17写道: > I'm trying to introduce an abstracti

Usage of WatchManagerOptimized

2022-03-29 Thread tison
Hi zookeepers, During code reading I notice that WatchManagerOptimized is referred in test only and never gets instantiated in production code. It confuses me. Is there some dynamically loading logic of WatchManagerOptimized? Or something wrong happens when code evolution? Best, tison.