SalvadorRomo commented on issue #2569: URL: https://github.com/apache/uniffle/issues/2569#issuecomment-3172629223
@zuston I saw how `TaskShuffleWriteTimes`, correct me if I wrong, it sends writes statistics to Coordinator server with gRPC once its has finished and this statistic is sent in `RssShuffleWriter`. Similarly, `TaskShuffleReadMetric` in RssShuffleReader. But `RssShuffleDataIterator` it's another phase in the reading process that iteratively gets blocks proceesed from Uniffle Server. But here, we are not tracking fecthWaitTime and more important metrics to Coordinator, so proposal here is maybe enable another grpc method, to send this metric the same way as the other two? -- 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]
