tibrewalpratik17 opened a new pull request, #12419: URL: https://github.com/apache/pinot/pull/12419
label: `bugfix` At present, the log message comes like: ``` Unable to get validDocIdsMetadata from all servers. Expected: 0, Actual: 1 ``` This is wrong due to following reasons: - In the loop, we are iterating over the responses of all server-requests, and incrementing segmentCount by 1. Should be serverCount. - We are using the above wrong segmentCount value with expected segmentNames passed value. Adding both logs for unequal segment count and unequal server count to improve debuggability. Also renaming all logs to have "validDocIds" for easier debugging. At present, some logs had "valid doc ids" and some had "validDocIds". cc @snleee -- 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]
