Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/curator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cbafb53
Choose a base ref
...
head repository: apache/curator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37c7a71
Choose a head ref
  • 17 commits
  • 47 files changed
  • 8 contributors

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    3828d99 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    e7dc536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e262896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    093cbcf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. chore: fixup logging and other style issues (#1255)

    Signed-off-by: tison <[email protected]>
    tisonkun authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    b9561fb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    190cd65 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. GH 1256. Return all descendants of basePath for CachedModeledFramewor…

    …k::list (#1257)
    
    #1250 introduced a bug where CachedModeledFramework::list is no longer returning all descendants of the basePath of the underlying cache and is instead returning the direct children of the current path of the client.
    kotman12 authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    e4a4756 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    1bd8450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f631ac View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Fix PersistentWatcher not working with NamespaceFacade (#1262)

    `NamespaceFacade` does not support `getCuratorListenable` while #520 use
    it to listen for `CuratorEventType.CLOSING` to fix CURATOR-729.
    
    This commit exports `CuratorFrameworkBase::client` to retrieve
    underlying framework client to listen for for `CuratorEventType.CLOSING`.
    
    Fixes #1259.
    kezhuw authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    bac8ba9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Configuration menu
    Copy the full SHA
    57cf513 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    9402173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc30bb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. GH-1251: Upgrade Zookeeper to 3.9.3 (#1252)

    Closes #1251.
    
    Co-authored-by: Amina Dinari <[email protected]>
    Co-authored-by: Kezhu Wang <[email protected]>
    3 people authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    8f43c75 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Fix flaky tests in TestReconfiguration (#1271)

    `testAdd`, `testAddAsync` and `testAddAndRemove` asserts that
    `EnsembleProvider::setConnectionString` is updated with new connect
    string after ensemble changed. Since the update is asynchronous, so they
    should wait before assertion.
    kezhuw authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    fcd708f View commit details
    Browse the repository at this point in the history
  2. Fix flaky TestReadOnly.testConnectionStateNewClient in ZooKeeper 3.9.3 (

    #1272)
    
    ZOOKEEPER-4508 reports `SessionExpired` after exhausting session timeout
    in session establishment instead of endless retries. It is easy to get
    in this now with small session timeout.
    
    Besides above, `sessionTimeoutMs` should bigger than `connectionTimeoutMs`,
    while default `Timing::session()` and `Timing::connection()` are `2s` and
    `10s` respectively now.
    
    ```
    // from CuratorZookeeperClient
    
    if (sessionTimeoutMs < connectionTimeoutMs) {
        log.warn(
                "session timeout [{}] is less than connection timeout [{}]", sessionTimeoutMs, connectionTimeoutMs);
    }
    ```
    kezhuw authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    7123060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37c7a71 View commit details
    Browse the repository at this point in the history
Loading