szetszwo commented on code in PR #2858:
URL: https://github.com/apache/ozone/pull/2858#discussion_r850293359
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -91,7 +91,7 @@ public final class OzoneConfigKeys {
public static final String DFS_CONTAINER_RATIS_DATASTREAM_ENABLE
= "dfs.container.ratis.datastream.enable";
public static final boolean DFS_CONTAINER_RATIS_DATASTREAM_ENABLE_DEFAULT
- = true;
+ = false;
Review Comment:
Please check if the Streaming tests have set
dfs.container.ratis.datastream.enable to true. It seems
TestBlockDataStreamOutput may not have it enabled?
--
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]