kerneltime commented on code in PR #5621:
URL: https://github.com/apache/ozone/pull/5621#discussion_r1406855157


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -188,6 +188,10 @@ public final class OzoneConfigKeys {
       "ozone.client.ec.grpc.write.timeout";
   public static final String OZONE_CLIENT_EC_GRPC_WRITE_TIMEOUT_DEFAULT = 
"30s";
 
+  public static final String OZONE_EC_GRPC_ZERO_COPY_ENABLED =

Review Comment:
   Due to the complexity of the RATIS version of this maybe it makes sense to 
mark this as for EC? For reads it might not make any difference but for write 
we might want to turn one off.



-- 
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]

Reply via email to