Details
-
New Feature
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
So I thought originally that the pairs of numbers shown after filenames returned from org.apache.cassandra.service:type=StreamingService's getOutgoingFiles/getIncomingFiles calls were (octetsSent, totalSizeInOctets). Now I know that they are ranges, and that there can be several of them with one file, and that makes sense, but there doesn't seem to be any way to query the progress made on a PendingFile stream.
We would very much like to be able to inspect that from the outside, in whatever way makes sense.