You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/14 10:07:17 UTC

[GitHub] [ozone] szetszwo commented on a diff in pull request #2858: HDDS-5869. [Ozone-Streaming] Added support for stream on S3Gateway wr…

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org