mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +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.