[PR] Bump org.apache.zookeeper:zookeeper from 3.5.7 to 3.8.4 [curator]

2025-09-25 Thread via GitHub
dependabot[bot] opened a new pull request, #1279: URL: https://github.com/apache/curator/pull/1279 Bumps org.apache.zookeeper:zookeeper from 3.5.7 to 3.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ap

Re: [PR] GH-1277 SafeNotifyService threads leak in CuratorFrameWorkImpl [curator]

2025-09-09 Thread via GitHub
kezhuw commented on code in PR #1278: URL: https://github.com/apache/curator/pull/1278#discussion_r2330560679 ## curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java: ## @@ -383,6 +385,16 @@ public void close() { }

Re: [PR] GH-1277 SafeNotifyService threads leak in CuratorFrameWorkImpl [curator]

2025-09-09 Thread via GitHub
fapifta commented on PR #1278: URL: https://github.com/apache/curator/pull/1278#issuecomment-3271534299 @kezhuw Thank you for your review, I added to the JavaDoc of the Builder#runSafeService method, and changed the approach the close waits for these executors to be closed. I hope the te

Re: [PR] GH-1277 SafeNotifyService threads leak in CuratorFrameWorkImpl [curator]

2025-09-09 Thread via GitHub
fapifta commented on code in PR #1278: URL: https://github.com/apache/curator/pull/1278#discussion_r2334227217 ## curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java: ## @@ -383,6 +385,16 @@ public void close() { }

Re: [I] A question about connectionTimeout and connection [curator]

2025-09-07 Thread via GitHub
kezhuw commented on issue #1276: URL: https://github.com/apache/curator/issues/1276#issuecomment-3264318813 > I think curator(actually internal zookeeper client) will not try to connect server after it retry 3 times and connectionTimeout,but actually I see the log file,zk client seems not c

[PR] GH-1277 SafeNotifyService threads leak in CuratorFrameWorkImpl [curator]

2025-09-07 Thread via GitHub
fapifta opened a new pull request, #1278: URL: https://github.com/apache/curator/pull/1278 CURATOR-495 introduced a new runSafeService field in CuratorFrameworkImpl class, and this field is either initialized by an external ExecutorService via the builder, or it is created internally within

[I] SafeNotifyService threads leak in CuratorFrameWorkImpl [curator]

2025-09-07 Thread via GitHub
fapifta opened a new issue, #1277: URL: https://github.com/apache/curator/issues/1277 [CURATOR-495](https://github.com/apache/curator/issues/1015) introduced a new runSafeService field in CuratorFrameworkImpl class, and this field is either initialized by an external ExecutorService via the

Re: [I] SafeNotifyService threads leak in CuratorFrameWorkImpl [curator]

2025-09-07 Thread via GitHub
fapifta commented on issue #1277: URL: https://github.com/apache/curator/issues/1277#issuecomment-3264200740 I have posted a PR that adds tests to demonstrate what I think is the expected behaviour, please let me know what you think. -- This is an automated message from the Apache Git Ser

[I] A question about connectionTimeout and connection [curator]

2025-09-06 Thread via GitHub
RonaldWakeup opened a new issue, #1276: URL: https://github.com/apache/curator/issues/1276 Hello, I Use curator as follow: CuratorFrameworkFactory.Builder builder = CuratorFrameworkFactory.builder() .connectString("xxx") //this xxx includes 5 invalid IP address. .sessionTimeoutMs(10_

Re: [I] [CURATOR-550] Add Automatic-Module-Name to MANIFEST.MF [curator]

2025-09-04 Thread via GitHub
uhoefel commented on issue #1069: URL: https://github.com/apache/curator/issues/1069#issuecomment-3254140187 Note that adding an automatic module name can be as easy as adding (on the example of curator-framework) ```xml maven-jar-plugin 3.4.2

Re: [PR] Add builder to construct InstanceSpec [curator]

2025-08-27 Thread via GitHub
kezhuw merged PR #1275: URL: https://github.com/apache/curator/pull/1275 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [I] [CURATOR-707] Builder for InstanceSpec [curator]

2025-08-27 Thread via GitHub
kezhuw closed issue #1222: [CURATOR-707] Builder for InstanceSpec URL: https://github.com/apache/curator/issues/1222 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[PR] Add builder to construct InstanceSpec [curator]

2025-08-19 Thread via GitHub
kezhuw opened a new pull request, #1275: URL: https://github.com/apache/curator/pull/1275 It is hard for us to know what does `new InstanceSpec(null, -1, -1, -1, true, -1, -1, -1)` means now. Closes #1222. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] Enforce string values in InstanceSpec's custom properties [curator]

2025-08-19 Thread via GitHub
kezhuw commented on PR #1274: URL: https://github.com/apache/curator/pull/1274#issuecomment-3200670250 > Perhaps we can track these possible break changes that helps in a tracking issue said for 6.0. I think we can create labels for this ? We should discuss this in dev mail. -- Thi

Re: [I] [CURATOR-663] ZooKeeperServerEmbeddedAdapter.configure might fail with ClassCastException [curator]

2025-08-19 Thread via GitHub
kezhuw closed issue #1178: [CURATOR-663] ZooKeeperServerEmbeddedAdapter.configure might fail with ClassCastException URL: https://github.com/apache/curator/issues/1178 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Enforce string values in InstanceSpec's custom properties [curator]

2025-08-19 Thread via GitHub
kezhuw merged PR #1274: URL: https://github.com/apache/curator/pull/1274 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] Enforce string values in InstanceSpec's custom properties [curator]

2025-08-18 Thread via GitHub
Copilot commented on code in PR #1274: URL: https://github.com/apache/curator/pull/1274#discussion_r2284098321 ## curator-test/src/main/java/org/apache/curator/test/InstanceSpec.java: ## @@ -209,11 +209,21 @@ public InstanceSpec( this.tickTime = (tickTime > 0 ? tickTime

[PR] Fix ClassCastException due to no string values in InstanceSpec's custom properties [curator]

2025-08-18 Thread via GitHub
kezhuw opened a new pull request, #1274: URL: https://github.com/apache/curator/pull/1274 `InstanceSpec`'s `customProperties` will be fed to `Properties` in `QuorumConfigBuilder::buildConfigProperties`, so we have to make sure it contains only string values. Fixes #1178, CURATOR-663.

Re: [PR] Add debug logging for client port hijack failures in ZooKeeperServerE… [curator]

2025-08-17 Thread via GitHub
kezhuw commented on PR #1273: URL: https://github.com/apache/curator/pull/1273#issuecomment-3195331490 > It's will eat the exception if can't find the ZooKeeperServerEmbeddedImpl class in some case I expect this should be covered by: https://github.com/apache/curator/blob/mast

Re: [PR] Add debug logging for client port hijack failures in ZooKeeperServerE… [curator]

2025-08-06 Thread via GitHub
Copilot commented on code in PR #1273: URL: https://github.com/apache/curator/pull/1273#discussion_r2256991102 ## curator-test/src/main/java/org/apache/curator/test/ZooKeeperServerEmbeddedAdapter.java: ## @@ -98,8 +98,9 @@ private boolean hijackClientPort(int port) {

[PR] Add debug logging for client port hijack failures in ZooKeeperServerE… [curator]

2025-08-06 Thread via GitHub
bigduu opened a new pull request, #1273: URL: https://github.com/apache/curator/pull/1273 …mbeddedAdapter Add debug log for some specify situation to help developer identify the issue location It's will eat the exception if can't find the `ZooKeeperServerEmbeddedImpl` class in

Re: [PR] CURATOR-526 drop log level for message to debug [curator]

2025-07-23 Thread via GitHub
zhishengzhang commented on PR #382: URL: https://github.com/apache/curator/pull/382#issuecomment-3111703110 good -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] Fix flaky TestReadOnly.testConnectionStateNewClient in ZooKeeper 3.9.3 [curator]

2025-07-03 Thread via GitHub
kezhuw merged PR #1272: URL: https://github.com/apache/curator/pull/1272 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] Fix flaky tests in TestReconfiguration [curator]

2025-07-03 Thread via GitHub
kezhuw merged PR #1271: URL: https://github.com/apache/curator/pull/1271 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] Fix flaky TestReadOnly.testConnectionStateNewClient in ZooKeeper 3.9.3 [curator]

2025-07-03 Thread via GitHub
kezhuw commented on PR #1272: URL: https://github.com/apache/curator/pull/1272#issuecomment-3032684806 See also https://github.com/apache/curator/pull/1252#pullrequestreview-2934052557. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] Fix flaky TestReadOnly.testConnectionStateNewClient in ZooKeeper 3.9.3 [curator]

2025-07-03 Thread via GitHub
kezhuw opened a new pull request, #1272: URL: https://github.com/apache/curator/pull/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. Beside

[PR] Fix flaky tests in TestReconfiguration [curator]

2025-07-03 Thread via GitHub
kezhuw opened a new pull request, #1271: URL: https://github.com/apache/curator/pull/1271 `testAdd`, `testAddAsync` and `testAddAndRemove` asserts that `EnsembleProvider::setConnectionString` is updated with new connect string after ensemble changed. Since the update is asynchronous, so

Re: [I] Upgrade Zookeeper to 3.9.3+ [curator]

2025-06-22 Thread via GitHub
kezhuw closed issue #1251: Upgrade Zookeeper to 3.9.3+ URL: https://github.com/apache/curator/issues/1251 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

Re: [PR] GH-1251: Upgrade Zookeeper to 3.9.3+ [curator]

2025-06-22 Thread via GitHub
kezhuw merged PR #1252: URL: https://github.com/apache/curator/pull/1252 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [I] Bump Jetty to 9.4.57.v20241219 [curator]

2025-06-16 Thread via GitHub
tisonkun closed issue #1269: Bump Jetty to 9.4.57.v20241219 URL: https://github.com/apache/curator/issues/1269 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

Re: [PR] GH-1266. Bump jackson-core from 2.13.5 to 2.18.1 [curator]

2025-06-16 Thread via GitHub
tisonkun merged PR #1265: URL: https://github.com/apache/curator/pull/1265 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.a

Re: [I] Bump com.fasterxml.jackson.core:jackson-core from 2.13.5 to 2.18.1 [curator]

2025-06-16 Thread via GitHub
tisonkun closed issue #1266: Bump com.fasterxml.jackson.core:jackson-core from 2.13.5 to 2.18.1 URL: https://github.com/apache/curator/issues/1266 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] GH-1269: Bump Jetty to 9.4.57.v20241219 [curator]

2025-06-16 Thread via GitHub
tisonkun merged PR #1270: URL: https://github.com/apache/curator/pull/1270 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.a

Re: [PR] GH-1251: Upgrade Zookeeper to 3.9.3+ [curator]

2025-06-16 Thread via GitHub
eolivelli commented on PR #1252: URL: https://github.com/apache/curator/pull/1252#issuecomment-2977284039 re-running CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] GH-1269: Bump Jetty to 9.4.57.v20241219 [curator]

2025-06-06 Thread via GitHub
meszinorbi opened a new pull request, #1270: URL: https://github.com/apache/curator/pull/1270 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

[PR] GH-1267: Bump slf4j version from 1.7.25 to 2.0.13 [curator]

2025-06-06 Thread via GitHub
meszinorbi opened a new pull request, #1268: URL: https://github.com/apache/curator/pull/1268 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

[I] Bump Jetty to 9.4.57.v20241219 [curator]

2025-06-06 Thread via GitHub
meszinorbi opened a new issue, #1269: URL: https://github.com/apache/curator/issues/1269 due to CVE-2024-8184, CVE-2024-13009 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[I] Bump slf4j version from 1.7.25 to 2.0.13 [curator]

2025-06-06 Thread via GitHub
meszinorbi opened a new issue, #1267: URL: https://github.com/apache/curator/issues/1267 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

Re: [I] Bump com.fasterxml.jackson.core:jackson-core from 2.13.5 to 2.18.1 [curator]

2025-04-23 Thread via GitHub
meszinorbi commented on issue #1266: URL: https://github.com/apache/curator/issues/1266#issuecomment-2825320144 #1265 PR contains the needed change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] [CURATOR-636] Make PersistentTtlNode initialDelay more configurable [curator]

2025-04-22 Thread via GitHub
chevaris commented on issue #1152: URL: https://github.com/apache/curator/issues/1152#issuecomment-2820342131 [ISSUE 1258](https://github.com/apache/curator/issues/1258) is solving exactly the problem discussed in this ticket. If you agree I think this ticket could be closed -- Thi

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-21 Thread via GitHub
kezhuw commented on PR #1264: URL: https://github.com/apache/curator/pull/1264#issuecomment-2818120880 Merged. @chevaris Thank you for your contribution! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] PersistentTTLNode Thread leak [curator]

2025-04-21 Thread via GitHub
kezhuw closed issue #1263: PersistentTTLNode Thread leak URL: https://github.com/apache/curator/issues/1263 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-21 Thread via GitHub
kezhuw merged PR #1264: URL: https://github.com/apache/curator/pull/1264 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-20 Thread via GitHub
chevaris commented on PR #1264: URL: https://github.com/apache/curator/pull/1264#issuecomment-2817734403 I see that zk38 is failing BUT is not related with the changes. TesPersistentTtlNode are passing properly. Not sure how to proceed -- This is an automated message from the Apache Git S

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-18 Thread via GitHub
chevaris commented on PR #1264: URL: https://github.com/apache/curator/pull/1264#issuecomment-2815677623 I will provide a fix. Thanks for the heads up -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-17 Thread via GitHub
kezhuw commented on PR #1264: URL: https://github.com/apache/curator/pull/1264#issuecomment-2814503805 Seems that the test fails due to [ZOOKEEPER-4466](https://issues.apache.org/jira/browse/ZOOKEEPER-4466) which is only shipped in 3.9. Both `PersistentNode` and `PersistentWatcher`(from tes

[PR] Bump com.fasterxml.jackson.core:jackson-core from 2.13.5 to 2.18.1 [curator]

2025-04-17 Thread via GitHub
meszinorbi opened a new pull request, #1265: URL: https://github.com/apache/curator/pull/1265 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-16 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2047192585 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -237,4 +241,88 @@ void touch() { }

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-16 Thread via GitHub
kezhuw commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2046406661 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -237,4 +241,88 @@ void touch() { } }

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-16 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2046278696 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -237,4 +241,88 @@ void touch() { }

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-16 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2046275893 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -237,4 +241,88 @@ void touch() { }

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-16 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2046251680 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -237,4 +241,88 @@ void touch() { }

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-15 Thread via GitHub
kezhuw commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2045865526 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -237,4 +241,88 @@ void touch() { } }

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-14 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2042797049 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -61,12 +61,15 @@ public class PersistentTtlNode implements Cl

Re: [I] PersistentWatcher no longer be used with namespaced CuratorFramework instance [curator]

2025-04-12 Thread via GitHub
kezhuw closed issue #1259: PersistentWatcher no longer be used with namespaced CuratorFramework instance URL: https://github.com/apache/curator/issues/1259 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] PersistentWatcher no longer be used with namespaced CuratorFramework instance [curator]

2025-04-12 Thread via GitHub
kezhuw closed issue #1259: PersistentWatcher no longer be used with namespaced CuratorFramework instance URL: https://github.com/apache/curator/issues/1259 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Fix PersistentWatcher not working with NamespaceFacade [curator]

2025-04-12 Thread via GitHub
kezhuw merged PR #1262: URL: https://github.com/apache/curator/pull/1262 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-10 Thread via GitHub
kezhuw commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2034443515 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -61,12 +61,15 @@ public class PersistentTtlNode implements Clos

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-09 Thread via GitHub
kezhuw commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2034733188 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -61,12 +61,15 @@ public class PersistentTtlNode implements Clos

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-09 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2034683332 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -61,12 +61,15 @@ public class PersistentTtlNode implements Cl

Re: [PR] PersistentTTLNode Thread leak [curator]

2025-04-09 Thread via GitHub
chevaris commented on code in PR #1264: URL: https://github.com/apache/curator/pull/1264#discussion_r2034683332 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -61,12 +61,15 @@ public class PersistentTtlNode implements Cl

Re: [I] PersistentTTLNode Thread leak [curator]

2025-04-08 Thread via GitHub
chevaris commented on issue #1263: URL: https://github.com/apache/curator/issues/1263#issuecomment-2786747717 https://github.com/apache/curator/pull/1264 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[PR] PersistentTTLNode Thread leak [curator]

2025-04-08 Thread via GitHub
chevaris opened a new pull request, #1264: URL: https://github.com/apache/curator/pull/1264 https://github.com/apache/curator/issues/1263 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-04-08 Thread via GitHub
kezhuw closed issue #1258: PersistentTTLNode fails to remove node URL: https://github.com/apache/curator/issues/1258 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-04-08 Thread via GitHub
kezhuw closed issue #1258: PersistentTTLNode fails to remove node URL: https://github.com/apache/curator/issues/1258 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-08 Thread via GitHub
kezhuw merged PR #1260: URL: https://github.com/apache/curator/pull/1260 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] Document read effects after SharedValue.setValue [curator]

2025-04-07 Thread via GitHub
kezhuw merged PR #1261: URL: https://github.com/apache/curator/pull/1261 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apa

Re: [PR] Document read effects after SharedValue.setValue [curator]

2025-04-07 Thread via GitHub
kezhuw commented on PR #1261: URL: https://github.com/apache/curator/pull/1261#issuecomment-2785404701 Merged. @ryansun96 Thank you for reviewing! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] Redundant updateValue call in SharedValue? [curator]

2025-04-07 Thread via GitHub
kezhuw closed issue #1254: Redundant updateValue call in SharedValue? URL: https://github.com/apache/curator/issues/1254 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] Document read effects after SharedValue.setValue [curator]

2025-04-07 Thread via GitHub
ryansun96 commented on PR #1261: URL: https://github.com/apache/curator/pull/1261#issuecomment-2784687494 @kezhuw Thank you for the PR! Looks good to me. Sorry for not having my commits ready sooner - will definitely try to contribute more in the future :) -- This is an automated message

Re: [PR] Fix PersistentWatcher not working with NamespaceFacade [curator]

2025-04-06 Thread via GitHub
kezhuw commented on PR #1262: URL: https://github.com/apache/curator/pull/1262#issuecomment-2782066536 I think we probably could introduce `Runnable listenEvent(CuratorListener listener)` in long term to deprecate `Listenable getCuratorListenable()`. This way we gain more control over imple

[PR] Fix PersistentWatcher not working with NamespaceFacade [curator]

2025-04-06 Thread via GitHub
kezhuw opened a new pull request, #1262: URL: https://github.com/apache/curator/pull/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 retr

Re: [PR] Document read effects after SharedValue.setValue [curator]

2025-04-06 Thread via GitHub
kezhuw commented on PR #1261: URL: https://github.com/apache/curator/pull/1261#issuecomment-2781998090 > I think it's fair to say setValue makes a strong guarantee that after success, any call to getValue will get some more updated value, whether that value is set by the same session or a d

[PR] Document read effects after SharedValue.setValue [curator]

2025-04-06 Thread via GitHub
kezhuw opened a new pull request, #1261: URL: https://github.com/apache/curator/pull/1261 Closes #1254. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-06 Thread via GitHub
kezhuw commented on code in PR #1260: URL: https://github.com/apache/curator/pull/1260#discussion_r2030395398 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -159,44 +160,45 @@ public PersistentTtlNode( this.clie

Re: [I] [CURATOR-4] POST_INITIALIZED_EVENT race conditions / optimizations [curator]

2025-04-05 Thread via GitHub
tisonkun closed issue #525: [CURATOR-4] POST_INITIALIZED_EVENT race conditions / optimizations URL: https://github.com/apache/curator/issues/525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [I] [CURATOR-512] Utilize NIO StandardCharsets [curator]

2025-04-05 Thread via GitHub
tisonkun closed issue #1032: [CURATOR-512] Utilize NIO StandardCharsets URL: https://github.com/apache/curator/issues/1032 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-05 Thread via GitHub
chevaris commented on code in PR #1260: URL: https://github.com/apache/curator/pull/1260#discussion_r2025096416 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -187,4 +187,34 @@ public void childEvent(CuratorFramework

Re: [I] [CURATOR-442] System.currentTimeMillis() is used for timing - use nanos instead [curator]

2025-04-05 Thread via GitHub
tisonkun closed issue #962: [CURATOR-442] System.currentTimeMillis() is used for timing - use nanos instead URL: https://github.com/apache/curator/issues/962 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [I] [CURATOR-723] Invalid config event received [curator]

2025-04-05 Thread via GitHub
aelazhary commented on issue #1238: URL: https://github.com/apache/curator/issues/1238#issuecomment-2741827278 Any updates here @tisonkun ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [I] [CURATOR-232] Consolidate test code [curator]

2025-04-05 Thread via GitHub
tisonkun closed issue #752: [CURATOR-232] Consolidate test code URL: https://github.com/apache/curator/issues/752 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-04-05 Thread via GitHub
chevaris commented on issue #1258: URL: https://github.com/apache/curator/issues/1258#issuecomment-2768571396 Pull request https://github.com/apache/curator/pull/1260 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [CURATOR-4] POST_INITIALIZED_EVENT race conditions / optimizations [curator]

2025-04-05 Thread via GitHub
tisonkun commented on issue #525: URL: https://github.com/apache/curator/issues/525#issuecomment-2742666786 PathChildrenCache is now deprecated in favor of CuratorCache. Please check if the new recipe works. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] [CURATOR-657] TestPathChildrenCache timed out in Java11 test run [curator]

2025-04-05 Thread via GitHub
tisonkun commented on issue #1172: URL: https://github.com/apache/curator/issues/1172#issuecomment-2734937359 Closed as stale. IIRC this is no longer an issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[I] CachedModeledFramework list API regression [curator]

2025-04-05 Thread via GitHub
kotman12 opened a new issue, #1256: URL: https://github.com/apache/curator/issues/1256 https://github.com/apache/curator/pull/1250 introduced a bug where `CachedModeledFramework::list` is no longer returning all ancestors of the _root_ node of the underlying cache and is instead returning t

Re: [I] [CURATOR-463] Update docs to point at Tech Notes where appropriate [curator]

2025-04-05 Thread via GitHub
tisonkun closed issue #983: [CURATOR-463] Update docs to point at Tech Notes where appropriate URL: https://github.com/apache/curator/issues/983 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] GH-1246. Asynchronously initialize cache before reading II [curator]

2025-04-04 Thread via GitHub
tisonkun commented on PR #1250: URL: https://github.com/apache/curator/pull/1250#issuecomment-2742476386 @kotman12 Let's removed the unused method in a follow-up PR. I'm going to merge this PR after CI gree. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] GH 1256. Fix cached modeled framework list [curator]

2025-04-04 Thread via GitHub
kotman12 commented on PR #1257: URL: https://github.com/apache/curator/pull/1257#issuecomment-2752607147 @kezhuw thanks! A few observations here: `CachedModeledFramework::list` indeed ignores data hierarchy and returns all descendants of the base path but this is consistent with the [

Re: [I] Asynchronously Initialize Cache Before Reading [curator]

2025-04-04 Thread via GitHub
tisonkun closed issue #1246: Asynchronously Initialize Cache Before Reading URL: https://github.com/apache/curator/issues/1246 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-04 Thread via GitHub
kezhuw commented on code in PR #1260: URL: https://github.com/apache/curator/pull/1260#discussion_r2027109436 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -68,6 +69,7 @@ public class PersistentTtlNode implements Closea

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-04-02 Thread via GitHub
chevaris commented on issue #1258: URL: https://github.com/apache/curator/issues/1258#issuecomment-2773200110 I provided a new implementation addressing your comments. Check latest commit https://github.com/apache/curator/pull/1260/files -- This is an automated message from the

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-02 Thread via GitHub
chevaris commented on code in PR #1260: URL: https://github.com/apache/curator/pull/1260#discussion_r2025095911 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -187,4 +187,34 @@ public void childEvent(CuratorFramework

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-02 Thread via GitHub
chevaris commented on code in PR #1260: URL: https://github.com/apache/curator/pull/1260#discussion_r2025093273 ## curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java: ## @@ -239,8 +241,8 @@ public byte[] getData() { /** *

Re: [PR] Fix PersistentTtlNode not deleted if touch node is never created [curator]

2025-04-01 Thread via GitHub
kezhuw commented on PR #1260: URL: https://github.com/apache/curator/pull/1260#issuecomment-2769330392 Refs: CURATOR-545, [ZOOKEEPER-3546](https://issues.apache.org/jira/browse/ZOOKEEPER-3546)(apache/zookeeper#1138), #1258 -- This is an automated message from the Apache Git Service. To r

Re: [PR] ISSUE 1258 [curator]

2025-04-01 Thread via GitHub
kezhuw commented on code in PR #1260: URL: https://github.com/apache/curator/pull/1260#discussion_r2022798278 ## curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java: ## @@ -187,4 +187,34 @@ public void childEvent(CuratorFramework c

[PR] ISSUE 1258 [curator]

2025-04-01 Thread via GitHub
chevaris opened a new pull request, #1260: URL: https://github.com/apache/curator/pull/1260 Fix for Issue 1258 Thanks to Kezhu Wang for the suggestion in the solution -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-03-31 Thread via GitHub
chevaris commented on issue #1258: URL: https://github.com/apache/curator/issues/1258#issuecomment-2766939156 | Is it sufficient to create the container node using "CreateMode.PERSISTENT_WITH_TTL" ? I think it is. It is even simpler solution that the one I provided in the link of the

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-03-30 Thread via GitHub
kezhuw commented on issue #1258: URL: https://github.com/apache/curator/issues/1258#issuecomment-2764538666 MAIL: https://lists.apache.org/thread/t1jcn0wj7krfc9qr3sgn3q44fn3pyotd -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] PersistentTTLNode fails to remove node [curator]

2025-03-30 Thread via GitHub
kezhuw commented on issue #1258: URL: https://github.com/apache/curator/issues/1258#issuecomment-2764537783 > In my view the recipe should watch the Container Node itself and just when the node is created, the recipe could trigger TOUCH node creation to minimize the opportunity window in wh

Re: [I] PersistentWatcher no longer be used with namespaced CuratorFramework instance [curator]

2025-03-27 Thread via GitHub
kezhuw commented on issue #1259: URL: https://github.com/apache/curator/issues/1259#issuecomment-2760093412 It caused by #520(CURATOR-729 shipped in 5.8.0) which is a fix to #464(CURATOR-673 shipped in 5.6.0). -- This is an automated message from the Apache Git Service. To respond to the

  1   2   3   4   5   6   7   8   >