aswinshakil commented on code in PR #10702:
URL: https://github.com/apache/ozone/pull/10702#discussion_r3561997686


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/helpers/ContainerUtils.java:
##########
@@ -403,4 +403,24 @@ public static long getPendingDeletionBytes(ContainerData 
containerData) {
               " not support.");
     }
   }
+
+  /**
+   * @return true if the DataNode may auto-create a missing container for this 
WriteChunk request
+   */
+  public static boolean isContainerCreatable(ContainerCommandRequestProto 
request) {

Review Comment:
   Added for PutBlock as well.



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