siddharthteotia commented on a change in pull request #6680: URL: https://github.com/apache/incubator-pinot/pull/6680#discussion_r595638644
########## File path: pinot-core/src/main/java/org/apache/pinot/core/operator/blocks/InstanceResponseBlock.java ########## @@ -41,6 +41,9 @@ public InstanceResponseBlock(IntermediateResultsBlock intermediateResultsBlock) { try { _instanceResponseDataTable = intermediateResultsBlock.getDataTable(); + long totalThreadCpuTimeNs = intermediateResultsBlock.getThreadCpuTimeNs(); + _instanceResponseDataTable.getMetadata().put(DataTable.THREAD_CPU_TIME_NS_METADATA_KEY, Review comment: I agree. Let's send the value from server to broker in the DataTable metadata (or whatever) only after we do the follow-up of measuring the data table serialization cost. cc @mqliang ---------------------------------------------------------------- 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. 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