You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/03/31 17:49:51 UTC

[GitHub] [pinot] ashishkf opened a new issue #8449: Issue with broker timeout handling results in ArrayOutOfBoundsException

ashishkf opened a new issue #8449:
URL: https://github.com/apache/pinot/issues/8449


   It seems getTopRecords called from the public method finish is invoked without a read lock. We are seeing an issue where we get ArrayIndexOutOfBoundsException when running a query that involves ConcurrentIndexedTable. See the stack trace below:
   
     Filing an issue after discussion with @Jackie-Jiang 
   
   > pinot-broker-2 broker java.lang.ArrayIndexOutOfBoundsException: Index 118 out of bounds for length 118
   >   pinot-broker-0 broker at org.apache.pinot.core.data.table.TableResizer.getTopRecords(TableResizer.java:225) ~[pinot-all-0.9.0-jar-with-dependencies.jar:0.9.0-281a3866b37cc4a0f527948845246a8dbb789b33]
   >   pinot-broker-2 broker at org.apache.pinot.core.data.table.TableResizer.getSortedTopRecords(TableResizer.java:239) ~[pinot-all-0.9.0-jar-with-dependencies.jar:0.9.0-281a3866b37cc4a0f527948845246a8dbb789b33]
   >   pinot-broker-0 broker at org.apache.pinot.core.data.table.IndexedTable.finish(IndexedTable.java:150) ~[pinot-all-0.9.0-jar-with-dependencies.jar:0.9.0-281a3866b37cc4a0f527948845246a8dbb789b33]


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [pinot] Jackie-Jiang closed issue #8449: Issue with broker timeout handling results in ArrayOutOfBoundsException

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #8449:
URL: https://github.com/apache/pinot/issues/8449


   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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