dang-stripe opened a new issue, #14390: URL: https://github.com/apache/pinot/issues/14390
We noticed there was a discrepancy between the controller gauge for total documents vs. the one from servers for realtime tables. It seems like the former does not include docs from consuming segments and does not handle upsert tables well. Example stats from an realtime non-upsert table: * Controller gauge: 1,127,658,711 docs * Server gauge: 1,095,767,023 docs Example stats from a realtime upsert table, an order of magnitude different: * Controller gauge: 30,271,741 docs * Server gauge: 6,016,144 docs -- 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]
