lnbest0707-uber opened a new pull request, #16663:
URL: https://github.com/apache/pinot/pull/16663

   `ingestion`
   Followup on https://github.com/apache/pinot/pull/15234
   There could be some other similar "overflow" issues with different types of 
exceptions, add them to auto retry
   (Sample error traceback)
   ```
   java.nio.BufferOverflowException: null at 
java.base/java.nio.ByteBuffer.put(ByteBuffer.java:1210) at 
org.apache.pinot.segment.local.io.util.VarLengthValueWriter.add(VarLengthValueWriter.java:119)
 at 
org.apache.pinot.segment.local.segment.creator.impl.inv.json.OffHeapJsonIndexCreator.seal(OffHeapJsonIndexCreator.java:149)
 at 
org.apache.pinot.segment.local.segment.creator.impl.SegmentColumnarIndexCreator.seal(SegmentColumnarIndexCreator.java:470)
 at 
org.apache.pinot.segment.local.segment.creator.impl.SegmentIndexCreationDriverImpl.handlePostCreation(SegmentIndexCreationDriverImpl.java:372)
 at 
org.apache.pinot.segment.local.segment.creator.impl.SegmentIndexCreationDriverImpl.buildByColumn(SegmentIndexCreationDriverImpl.java:344)
 at 
org.apache.pinot.segment.local.realtime.converter.RealtimeSegmentConverter.build(RealtimeSegmentConverter.java:115)
 at 
org.apache.pinot.core.data.manager.realtime.RealtimeSegmentDataManager.buildSegmentInternal(RealtimeSegmentDataManager.java:1086)
 at org.
 
apache.pinot.core.data.manager.realtime.RealtimeSegmentDataManager.buildSegmentForCommit(RealtimeSegmentDataManager.java:947)
 at 
org.apache.pinot.core.data.manager.realtime.RealtimeSegmentDataManager$PartitionConsumer.run(RealtimeSegmentDataManager.java:850)
 at java.base/java.lang.Thread.run(Thread.java:1583)
   ```
   


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