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


   Pinot stopped working completeky after throwing following error? it is 
saying entry size '44554062597' is too big ( > 8589934591 . Where is this 
setting? And how can I fix this?
   
   ```
   -pinot-server-2 server 2021/02/02 13:56:46.711 ERROR 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Failed to send lease 
extension for mylog__0__8__20210202T1349Z
   my-pinot-server-2 server 2021/02/02 13:58:36.717 WARN 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Retrying lease extension for 
mylog__0__8__20210202T1349Z because controller status FAILED
   my-pinot-server-2 server 2021/02/02 13:58:38.721 WARN 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Retrying lease extension for 
mylog__0__8__20210202T1349Z because controller status FAILED
   my-pinot-server-2 server 2021/02/02 13:58:40.725 WARN 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Retrying lease extension for 
mylog__0__8__20210202T1349Z because controller status FAILED
   my-pinot-server-2 server 2021/02/02 13:58:40.725 ERROR 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Failed to send lease 
extension for mylog__0__8__20210202T1349Z
   my-pinot-server-2 server 2021/02/02 14:00:30.728 WARN 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Retrying lease extension for 
mylog__0__8__20210202T1349Z because controller status FAILED
   my-pinot-server-2 server 2021/02/02 14:00:32.732 WARN 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Retrying lease extension for 
mylog__0__8__20210202T1349Z because controller status FAILED
   my-pinot-server-2 server 2021/02/02 14:00:34.736 WARN 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Retrying lease extension for 
mylog__0__8__20210202T1349Z because controller status FAILED
   my-pinot-server-2 server 2021/02/02 14:00:34.736 ERROR 
[SegmentBuildTimeLeaseExtender] [pool-8-thread-1] Failed to send lease 
extension for mylog__0__8__20210202T1349Z
   my-pinot-server-2 server 2021/02/02 14:00:38.448 ERROR 
[LLRealtimeSegmentDataManager_mylog__0__8__20210202T1349Z] 
[mylog__0__8__20210202T1349Z] Exception while in work
   my-pinot-server-2 server java.lang.RuntimeException: entry size 
'44554062597' is too big ( > 8589934591 ).
   my-pinot-server-2 server     at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumber(TarArchiveOutputStream.java:636)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumber(TarArchiveOutputStream.java:624)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumbers(TarArchiveOutputStream.java:610)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.putArchiveEntry(TarArchiveOutputStream.java:369)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.common.utils.TarGzCompressionUtils.addFileToTarGz(TarGzCompressionUtils.java:78)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.common.utils.TarGzCompressionUtils.addFileToTarGz(TarGzCompressionUtils.java:91)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.common.utils.TarGzCompressionUtils.addFileToTarGz(TarGzCompressionUtils.java:91)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.common.utils.TarGzCompressionUtils.createTarGzFile(TarGzCompressionUtils.java:66)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.core.data.manager.realtime.LLRealtimeSegmentDataManager.buildSegmentInternal(LLRealtimeSegmentDataManager.java:801)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.core.data.manager.realtime.LLRealtimeSegmentDataManager.buildSegmentForCommit(LLRealtimeSegmentDataManager.java:699)
 
~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at 
org.apache.pinot.core.data.manager.realtime.LLRealtimeSegmentDataManager$PartitionConsumer.run(LLRealtimeSegmentDataManager.java:610)
 
[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-b4be817b1f078a4644995ad2be9ccb0eccbf6b29]
   my-pinot-server-2 server     at java.lang.Thread.run(Thread.java:748) 
[?:1.8.0_282]
   
   
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to