mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
Add code to actually stream data from other nodes during bootstrap. I tested with the following: 1) stat a node 1 2) insert data into node 1 3) start node 2 I can see from the logger that data is streamed correctly from node 1 to node 2.