rabashizade commented on code in PR #2090:
URL: https://github.com/apache/helix/pull/2090#discussion_r875161224
##########
zookeeper-api/src/test/java/org/apache/helix/zookeeper/impl/client/TestRawZkClient.java:
##########
@@ -89,6 +89,65 @@ public void afterClass() {
_zkClient.close();
}
+ @Test
+ void testUnimplementedTypes() {
+ System.clearProperty("zookeeper.extendedTypesEnabled");
Review Comment:
This is a system property that should be set for Zookeeper server to support
extended types (i.e.,g TTL and container). If it is not set, a
KeeperException.UnimlementedException will be thrown. You can find more about
it
[here](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_configuration)
and looking for the property name.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]