It doesn’t. However, I like to know things. Thus, I wanted to know what determines which nodes send their data in the order they do.
Similarly, when the cluster was created, I added the seeds nodes in numerically ascending order and then the other nodes in a similar fashion. So why doesn’t nodetool display the status in that same order? From: Gil Ganz <[email protected]> Sent: Monday, September 12, 2022 8:50 AM To: [email protected] Subject: Re: Bootstrap data streaming order EXTERNAL I can understand why the number of nodes sending at once might be interesting somehow, but why would the order of the nodes matter? On Fri, Sep 9, 2022 at 10:27 AM Marc Hoppins <[email protected]<mailto:[email protected]>> wrote: 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 <[email protected]<mailto:[email protected]>> Sent: Friday, September 9, 2022 9:14 AM To: [email protected]<mailto:[email protected]> 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 > <[email protected]<mailto:[email protected]>> 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
