You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by "Marcosrico (via GitHub)" <gi...@apache.org> on 2023/06/30 21:21:52 UTC

[GitHub] [helix] Marcosrico commented on a diff in pull request #2550: MetaClient Minor Edge Cases and Added Exception

Marcosrico commented on code in PR #2550:
URL: https://github.com/apache/helix/pull/2550#discussion_r1248293403


##########
meta-client/src/main/java/org/apache/helix/metaclient/impl/zk/util/ZkMetaClientUtil.java:
##########
@@ -235,6 +237,8 @@ public static MetaClientException translateZkExceptionToMetaclientException(ZkEx
       return new MetaClientTimeoutException(e);
     } else if (e instanceof ZkInterruptedException) {
       return new MetaClientInterruptException(e);
+    } else if (e instanceof ZkNodeExistsException) {

Review Comment:
   For puppy stress testing in future PR's (note in PR description)



-- 
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: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org