Definitely B. On Thu, Jan 21, 2016 at 11:42 AM Robert Coli <rc...@eventbrite.com> wrote:
> On Thu, Jan 21, 2016 at 11:37 AM, Kevin Burton <bur...@spinn3r.com> wrote: > >> I think there are two strategies to upgradesstables after a release. >> >> We're doing a 2.0 to 2.1 upgrade (been procrastinating here). >> >> I think we can go with B below... Would you agree? >> >> Strategy A: >> >> - foreach server >> - upgrade to 2.1 >> - nodetool upgradesstables >> >> Strategy B: >> >> - foreach server >> - upgrade to 2.1 >> - foreach server >> - nodetool upgradesstables >> > > Yes, if you have the overall headroom, Strategy B will narrow the window > where you are unable to do important streaming operations. > > =Rob > >