[
https://issues.apache.org/jira/browse/ZOOKEEPER-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
maoling updated ZOOKEEPER-3660:
-------------------------------
Description:
Currently, we have the following compress mode for snapshot, we also need the
lz4 compress mode which is popular used by other projects like hbase, kafka
{code:java}
public enum StreamMode {
GZIP("gz"),
SNAPPY("snappy"),
CHECKED("");
{code}
was:
Currently, we have the following
{code:java}
public enum StreamMode {
GZIP("gz"),
SNAPPY("snappy"),
CHECKED("");
{code}
> support the lz4 compress mode for snapshot
> ------------------------------------------
>
> Key: ZOOKEEPER-3660
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3660
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: maoling
> Priority: Major
>
> Currently, we have the following compress mode for snapshot, we also need the
> lz4 compress mode which is popular used by other projects like hbase, kafka
> {code:java}
> public enum StreamMode {
> GZIP("gz"),
> SNAPPY("snappy"),
> CHECKED("");
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)