isaacreath opened a new pull request, #2058: URL: https://github.com/apache/cassandra/pull/2058
[CASSANDRA-16325] Update streaming metrics incrementally Currently the inbound and outbound streamed bytes metrics are incremented after each file is streamed, what doesn't represent the current number of bytes streamed since it can take a long time for a large file to be streamed. This patch changes the `StreamSession` class to increment the total bytes streamed every time the `StreamSesson` makes progress instead of when a file finishes streaming. patch by Isaac Reath and Dejan Gvozdenac ; reviewed by Paulo Motta for CASSANDRA-16325 Co-authored-by: Isaac Reath ireath Co-authored-by: Dejan Gvozdenac The [Cassandra Jira](https://issues.apache.org/jira/projects/CASSANDRA/issues/) -- 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]

