pkuwm commented on a change in pull request #1415:
URL: https://github.com/apache/helix/pull/1415#discussion_r495420417



##########
File path: 
zookeeper-api/src/main/java/org/apache/helix/zookeeper/constant/ZkSystemPropertyKeys.java
##########
@@ -36,6 +36,16 @@
   public static final String ZK_SERIALIZER_ZNRECORD_AUTO_COMPRESS_ENABLED =
       "zk.serializer.znrecord.auto-compress.enabled";
 
+  /**
+   * Setting this property to true enables ZNode bucketization, an operation 
to divide a ZNRecord
+   * into specified buckets. This property applies to
+   * {@link org.apache.helix.zookeeper.datamodel.ZNRecordBucketizer}.
+   * <p>
+   * The default value is "true" (enabled).
+   */
+  public static final String ZK_BUCKETIZE_ZNRECORD_ENABLED =
+      "zk.bucketize.znrecord.enabled";

Review comment:
       How about `zk.znrecord.bucketize.enabled` or 
`zk.znrecord.bucketizer.enabled`(which is consistent with the class 
`ZNRecordBucketizer`)? 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to