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/02/09 05:28:35 UTC

[GitHub] [ozone] ArafatCloudera commented on pull request #3054: HDDS-4126. Freon key generator should support >2GB files.

ArafatCloudera commented on pull request #3054:
URL: https://github.com/apache/ozone/pull/3054#issuecomment-1033366386


   > @ArafatCloudera I have just noticed that there are a few other cases where the same limit applies:
   > 
   > ```
   > hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/StreamingGenerator.java
   > 66:  private int fileSize;
   > 
   > hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/S3KeyGenerator.java
   > 73:  private int fileSize;
   > 
   > hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/HadoopDirTreeGenerator.java
   > 73:  private int fileSizeInBytes;
   > 
   > hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/containergenerator/BaseGenerator.java
   > 44:  private int keySize;
   > ```
   > 
   > Would you mind changing these as well to `long`?
   
   Sure will get it done !!


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