Re: What is a node's "counter ID?"

2017-10-23 Thread Paul Pollack
Makes sense, thanks Blake! On Fri, Oct 20, 2017 at 9:17 PM, Blake Eggleston wrote: > I believe that’s just referencing a counter implementation detail. If I > remember correctly, there was a fairly large improvement of the > implementation of counters in 2.1, and the assignment of the id would >

Re: What is a node's "counter ID?"

2017-10-20 Thread Blake Eggleston
I believe that’s just referencing a counter implementation detail. If I remember correctly, there was a fairly large improvement of the implementation of counters in 2.1, and the assignment of the id would basically be a format migration. > On Oct 20, 2017, at 9:57 AM, Paul Pollack wrote: > >

What is a node's "counter ID?"

2017-10-20 Thread Paul Pollack
Hi, I was reading the doc page for nodetool cleanup https://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsCleanup.html because I was planning to run it after replacing a node in my counter cluster and the sentence "Cassandra assigns a new counter ID to the node" gave me pause. I can't fi