ArafatCloudera commented on a change in pull request #3054:
URL: https://github.com/apache/ozone/pull/3054#discussion_r803629084



##########
File path: 
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/containergenerator/GeneratorDatanode.java
##########
@@ -256,7 +256,7 @@ public void generateData(long index) throws Exception {
         //loop to create multiple chunks per blocks
         while (writtenBytes < getKeySize()) {
           int currentChunkSize =
-              Math.min(getKeySize() - writtenBytes, chunkSize);
+                  Math.min(getKeySize() - writtenBytes, chunkSize);

Review comment:
       Yea sorry about that, I have removed it 




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