walterddr commented on PR #12244:
URL: https://github.com/apache/pinot/pull/12244#issuecomment-1889874851

   i think the right way to fix it is at the time of the 
IndexContainer.getDataSource, we kept the current maximum rowId ingested at the 
time (which is until when the `valuesInfo. _maxNumValuesPerMVEntry` is keeping 
statistic until. 
   this way the (1) data will not go beyond and cause NPE; (2) it will not 
process any recorded ingested after the data source is created, so result will 
be a bit lagged behind but correct nevertheless


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