-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: apache/curator
base: cbafb53
head repository: apache/curator
compare: 37c7a71
- 17 commits
- 47 files changed
- 8 contributors
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3828d99 - Browse repository at this point
Copy the full SHA 3828d99View commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e7dc536 - Browse repository at this point
Copy the full SHA e7dc536View commit details -
Configuration menu - View commit details
-
Copy full SHA for e262896 - Browse repository at this point
Copy the full SHA e262896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 093cbcf - Browse repository at this point
Copy the full SHA 093cbcfView commit details
Commits on Mar 19, 2025
-
chore: fixup logging and other style issues (#1255)
Signed-off-by: tison <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9561fb - Browse repository at this point
Copy the full SHA b9561fbView commit details
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 190cd65 - Browse repository at this point
Copy the full SHA 190cd65View commit details
Commits on Mar 26, 2025
-
GH 1256. Return all descendants of basePath for CachedModeledFramewor…
Configuration menu - View commit details
-
Copy full SHA for e4a4756 - Browse repository at this point
Copy the full SHA e4a4756View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1bd8450 - Browse repository at this point
Copy the full SHA 1bd8450View commit details -
Fix PersistentTtlNode not deleted if touch node is never created (#1260)
Closes #1258. See also CURATOR-545, ZOOKEEPER-3546(apache/zookeeper#1138).
Configuration menu - View commit details
-
Copy full SHA for 3f631ac - Browse repository at this point
Copy the full SHA 3f631acView commit details
Commits on Apr 12, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for bac8ba9 - Browse repository at this point
Copy the full SHA bac8ba9View commit details
Commits on Apr 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 57cf513 - Browse repository at this point
Copy the full SHA 57cf513View commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9402173 - Browse repository at this point
Copy the full SHA 9402173View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc30bb2 - Browse repository at this point
Copy the full SHA bc30bb2View commit details
Commits on Jun 23, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8f43c75 - Browse repository at this point
Copy the full SHA 8f43c75View commit details
Commits on Jul 4, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for fcd708f - Browse repository at this point
Copy the full SHA fcd708fView commit details -
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); } ```
Configuration menu - View commit details
-
Copy full SHA for 7123060 - Browse repository at this point
Copy the full SHA 7123060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c7a71 - Browse repository at this point
Copy the full SHA 37c7a71View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cbafb53...37c7a71