I see. I personally don't know the order, I would suggest you check the source code, try to understand from that. Regarding seed order, I don't know of any significance to the order of the seeds in the yaml, I don't think you should expect to see them appearing elsewhere by that order. As for nodetool status - it was sorted by the token range in the pre-vnodes era, not sure how it is right now.
On Mon, Sep 12, 2022 at 10:05 AM Marc Hoppins <marc.hopp...@eset.com> wrote: > 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 <gilg...@gmail.com> > *Sent:* Monday, September 12, 2022 8:50 AM > *To:* user@cassandra.apache.org > *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 <marc.hopp...@eset.com> > 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 <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 > >