tisonkun commented on code in PR #2167:
URL: https://github.com/apache/zookeeper/pull/2167#discussion_r1618049687
##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/persistence/SnapStream.java:
##########
@@ -51,14 +51,14 @@ public class SnapStream {
private static final Logger LOG =
LoggerFactory.getLogger(SnapStream.class);
- public static final String ZOOKEEPER_SHAPSHOT_STREAM_MODE =
"zookeeper.snapshot.compression.method";
+ public static final String ZOOKEEPER_SNAPSHOT_STREAM_MODE =
"zookeeper.snapshot.compression.method";
Review Comment:
This changes public API.
--
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]