dongxiaoman opened a new issue #6277:
URL: https://github.com/apache/incubator-pinot/issues/6277


   We have seen failure when we try to create a segment larger than 8GB, due to 
limits on gzip
   ```
   java.lang.RuntimeException: entry size '8764793433' is too big ( > 
8589934591 ).
        at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumber(TarArchiveOutputStream.java:636)
 ~[et3joacc_0.commons_compress.jar:1.20]
        at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumber(TarArchiveOutputStream.java:624)
 ~[et3joacc_0.commons_compress.jar:1.20]
        at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumbers(TarArchiveOutputStream.java:610)
 ~[et3joacc_0.commons_compress.jar:1.20]
        at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.putArchiveEntry(TarArchiveOutputStream.java:369)
 ~[et3joacc_0.commons_compress.jar:1.20]
        at 
org.apache.pinot.common.utils.TarGzCompressionUtils.addFileToTarGz(TarGzCompressionUtils.java:78)
 ~[et3joapp_0.pinot_common.jar:0.6.0-2020-09-30-8a91be8a
   ```
   
   Mostly fix is here: 
https://commons.apache.org/proper/commons-compress/javadocs/api-1.10/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html
   
   We need to remove the limit, but on the other hand, need to **gauge the 
impact of large segments**
   


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

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