mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Now it will show the full info about range being streamed, like range_streamer - Rebuild with 127.0.0.2 for keyspace=ks2, streaming [72, 96) out of 248 ranges The [x, y) range is semi-open one, the full streaming progress then can be logged like ... streaming [0, 16) out of 36 ranges <- first send ... streaming [16, 24) out of 36 ranges ... streaming [24, 36) out of 36 ranges <- last send Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Message-Id: <20200304101505.5506-1-xemul@scylladb.com>