klsince commented on issue #14067: URL: https://github.com/apache/pinot/issues/14067#issuecomment-2377466606
@dang-stripe yup, that should be the expected behavior today. [Here is the key try-catch block](https://github.com/apache/pinot/blob/master/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java#L250) so that if preloading failed in the middle, the remaining segments would get loaded with the normal (though more costly) upsert flow (doing map get/check/put). -- 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-unsubscr...@pinot.apache.org 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