mcvsubbu commented on issue #10606: URL: https://github.com/apache/pinot/issues/10606#issuecomment-1509400665
Right now, we use the query statistics returned from the broker. Overall, a listener seems to be a good idea. We need to get the schema correctly, so that the result has all the elements we need, whether they be emitted as a result of V1 or V2 engine (in stages). Even in V2 engine, we will need the aggregate across all servers on the event emitted in the broker (at least aggregate thread-cpu used across consuming/completed/offline segments, with posibility of adding other things later). So, i assume that even if V2 engine is used, there will be a final event emitted from the broker right? (a cursory look at th edesign doc says it is only emitted from the servers) -- 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]
