Curiosity as to which data/node starts first, what determines the delivery sequence, how many nodes send data at once and what determines that limit?
The usual kind of questions. -----Original Message----- From: Dinesh Joshi <djo...@apache.org> Sent: Friday, September 9, 2022 9:14 AM To: user@cassandra.apache.org Subject: Re: Bootstrap data streaming order EXTERNAL The data is requested asynchronously from peers. There is some logic to select the peers however there isn’t a set order for data delivery. Why do you ask? > > On Sep 8, 2022, at 11:35 PM, Marc Hoppins <marc.hopp...@eset.com> wrote: > > Hulloa all, > > Can anyone shed light on the order which nodes will deliver data to a new > node? Or point me toward a suitable chart/document? > > Does the new node accept data from each node in turn or simultaneously from > multiple nodes? > > Thanks > > Marc