[zookeeper] branch master updated: ZOOKEEPER-2623: Fix database corruption caused by quorum check (#1988)

2023-09-10 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new b31f77647 ZOOKEEPER-2623: Fix database

[zookeeper] branch master updated: ZOOKEEPER-4738: Refactor assertFalse(equals()) with assertNotEquals (#2055)

2023-08-29 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 03a36d08e ZOOKEEPER-4738: Refactor

[zookeeper] branch master updated: ZOOKEEPER-2623: [ADDENDUM] Fix flaky CheckTest::testCluster (#2067)

2023-10-16 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new dc99bd75f ZOOKEEPER-2623: [ADDENDUM] Fix

[zookeeper] branch branch-3.7 updated: ZOOKEEPER-4710 Fix ZkUtil deleteInBatch() by releasing semaphore after set flag (#2020) (#2081)

2023-10-16 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch branch-3.7 in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/branch-3.7 by this push: new 9218cff77 ZOOKEEPER-4710 Fix ZkUtil

[zookeeper] branch branch-3.8 updated: ZOOKEEPER-4710 Fix ZkUtil deleteInBatch() by releasing semaphore after set flag (#2020) (#2080)

2023-10-16 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch branch-3.8 in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/branch-3.8 by this push: new 78e55c5af ZOOKEEPER-4710 Fix ZkUtil

[zookeeper] branch master updated: ZOOKEEPER-4761: CLI tool read saved clientid fail (#2079)

2023-10-17 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 248cc091d ZOOKEEPER-4761: CLI tool read saved

[zookeeper] branch master updated: ZOOKEEPER-838: Move chroot from ClientCnxn to ZooKeeper (#2065)

2023-09-23 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new f42c01de7 ZOOKEEPER-838: Move chroot from

[zookeeper] branch master updated: ZOOKEEPER-4415: Added TLSv1.3 support to server (#1919)

2023-10-01 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 6cae2cded ZOOKEEPER-4415: Added TLSv1.3

[zookeeper] branch master updated: ZOOKEEPER-4752: Remove version files in zookeeper-server/src/main from .gitignore (#2073)

2023-10-03 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new ce5b0b888 ZOOKEEPER-4752: Remove version

[zookeeper] branch master updated: Fix leader election recipe doc (#2048)

2023-08-23 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 31b0b8720 Fix leader election recipe doc

[zookeeper] branch master updated: GH autolink to ZOOKEEPER Jira issues (#2050)

2023-08-23 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new bc0e61854 GH autolink to ZOOKEEPER Jira

[zookeeper] branch master updated: [ZOOKEEPER-4671] Java classpath should contain libs about metrics providers (#1908)

2023-03-17 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new e50a0bbae [ZOOKEEPER-4671] Java classpath

[zookeeper] branch master updated (ee8014adc -> a9517d886)

2023-02-26 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git from ee8014adc ZOOKEEPER-4636: Fix zkServer.sh for AIX add a9517d886 [ZOOKEEPER-4677] Cleanup code in the DataTree

[zookeeper] branch master updated: [hotfix] Bump actions/checkout to v3 in GitHub Actions workflows (#1938)

2023-03-05 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new df3200561 [hotfix] Bump actions/checkout

[zookeeper] branch master updated: ZOOKEEPER-4679: Fix CI failure and warning (#1987)

2023-03-05 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 14b936201 ZOOKEEPER-4679: Fix CI failure

[zookeeper] branch master updated (3eda8a3a0 -> 31e3f1cde)

2023-04-12 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git from 3eda8a3a0 ZOOKEEPER-4682. Make FileSnap.deserialize a static method (#1992) add 31e3f1cde ZOOKEEPER-4687

[zookeeper] branch master updated (a64dbf5b0 -> 628583a47)

2023-06-12 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git from a64dbf5b0 ZOOKEEPER-4466: Support different watch modes on same path (#1859) add 628583a47 ZOOKEEPER-3411

[zookeeper] branch master updated: ZOOKEEPER-4471: Match removing WatcherType to standard, persistent modes (#1998)

2023-06-13 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new b8d458f5c ZOOKEEPER-4471: Match removing

[zookeeper] branch master updated: ZOOKEEPER-4472: Remove persistent watches individually (#2006)

2023-06-14 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new e8b2fbeb1 ZOOKEEPER-4472: Remove persistent

[zookeeper] branch master updated: ZOOKEEPER-4718: Removing unnecessary heap memory allocation in serialization to help reduce GC pressure (#2031)

2023-07-06 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new e08cc2a78 ZOOKEEPER-4718: Removing

[zookeeper] branch master updated: ZOOKEEPER-4607. Fix decode problem when sub tnx type is error (#1915)

2023-07-18 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 6e746f8e8 ZOOKEEPER-4607. Fix decode problem

[zookeeper] branch master updated: ZOOKEEPER-4714: Improve syncRequestProcessor performance (#2024)

2023-07-17 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new e2e8ec661 ZOOKEEPER-4714: Improve

[zookeeper] branch master updated: ZOOKEEPER-4719. Upgrade Bouncycastle from jdk15on to jdk18on (#2033)

2023-07-17 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 4882f7b63 ZOOKEEPER-4719. Upgrade

[zookeeper] branch master updated: Fix Grafana dashboard URL (#2034)

2023-07-17 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new f25211622 Fix Grafana dashboard URL (#2034

[zookeeper] branch master updated: ZOOKEEPER-4715: Verify file size and position in testGetCurrentLogSize (#2025)

2023-07-05 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 2edb73a94 ZOOKEEPER-4715: Verify file size

[zookeeper] branch master updated: ZOOKEEPER-3615: [ADDENDUM] fix rat error (#2013)

2023-06-16 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new de6762c1f ZOOKEEPER-3615: [ADDENDUM] fix rat

[zookeeper] branch master updated: ZOOKEEPER-4466: Support different watch modes on same path (#1859)

2023-05-05 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new a64dbf5b0 ZOOKEEPER-4466: Support different

(zookeeper) branch branch-3.7 updated: ZOOKEEPER-4778: Update Netty, Jetty and Logback (multiple CVEs) (#2126)

2024-02-08 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch branch-3.7 in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/branch-3.7 by this push: new 6a0e0ea09 ZOOKEEPER-4778: Update

(zookeeper) branch master updated: ZOOKEEPER-4791: Improve logging when the connection to a remote serveā€¦ (#2114)

2024-01-30 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 391330367 ZOOKEEPER-4791: Improve logging

(zookeeper) branch master updated (d12aba599 -> ee994fbca)

2024-04-23 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git from d12aba599 ZOOKEEPER-4799: Refactor ACL check in 'addWatch' command add ee994fbca ZOOKEEPER-4830. Replace

(zookeeper) branch master updated: ZOOKEEPER-4827 Bump bouncycastl version from 1.75 to 1.78 (#2158)

2024-04-30 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 6ac8edaab ZOOKEEPER-4827 Bump bouncycastl

(zookeeper) branch master updated (6ac8edaab -> 9b81d1012)

2024-05-02 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git from 6ac8edaab ZOOKEEPER-4827 Bump bouncycastl version from 1.75 to 1.78 (#2158) add 9b81d1012 ZOOKEEPER-4409

(zookeeper) branch website updated: Add link to the first occurance also

2024-05-14 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch website in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/website by this push: new 2553e885e Add link to the first occurance

(zookeeper) branch master updated: ZOOKEEPER-4804. Use daemon threads for Netty client (#2142)

2024-03-08 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 803c485db ZOOKEEPER-4804. Use daemon threads

(zookeeper) branch master updated: ZOOKEEPER-4276. Serving only with secureClientPort fails (#2117)

2024-03-08 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new bc1fc6d36 ZOOKEEPER-4276. Serving only

(zookeeper) branch master updated: ZOOKEEPER-4723. Cleanup more in-place bytebuffer manipulations (#2036)

2024-03-05 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 31c7a7e4c ZOOKEEPER-4723. Cleanup more