gianm opened a new pull request, #19104: URL: https://github.com/apache/druid/pull/19104
When we query realtime servers, we gather up any handed-off segments into a new SegmentsInputSlice and reattach it. This would cause setTotalFiles to be called, which overwrites the previous value, often with zero. This patch changes setTotalFiles to addTotalFiles, meaning that if any segments are handed-off and need to be fetched directly, the total file count will go up. -- 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]
