dasahcc commented on a change in pull request #809: Add system property options
to config auto compression
URL: https://github.com/apache/helix/pull/809#discussion_r384743013
##########
File path:
zookeeper-api/src/main/java/org/apache/helix/zookeeper/datamodel/serializer/ZNRecordSerializer.java
##########
@@ -38,6 +39,17 @@
public class ZNRecordSerializer implements ZkSerializer {
private static Logger logger =
LoggerFactory.getLogger(ZNRecordSerializer.class);
+ // Reads from system property and represents whether auto compression is
enabled or not.
+ // If and only if this property is set to "true", auto compression is
enabled.
+ private final boolean autoCompressionEnabled =
Review comment:
We need migration steps. So the first step will be let the default value to
be true.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]