Re: Cassandra open port native_transport_port after a random time

2017-11-10 Thread Jeff Jirsa
I wouldn't expect a 128MB counter cache to take an hour to load. You've got some GC pressure (with quite a few ~500ms pauses during startup), but it still seems odd. On Fri, Nov 10, 2017 at 2:26 PM, Octavian Rinciog < octavian.rinc...@gmail.com> wrote: > Hello! > > As I said, the node opens the

Re: Cassandra open port native_transport_port after a random time

2017-11-10 Thread kurt greaves
Can you upload some logs from startup? Obviously getting stuck starting but it'd be nice to know where it got up to. On 11 Nov. 2017 04:49, "Octavian Rinciog" wrote: > Hello! > > I'm running a cluster of 10 Cassandra 3.10 and I saw a very strange > behavior: after restart, a node won't open imme

Re: Incremental repairs after a migration?

2017-11-10 Thread kurt greaves
If everything goes smoothly the next incremental should cut it, but a full repair post load is probably a good idea anyway. Make sure you sstableload every sstable from every node if you want to keep consistency.

Cassandra open port native_transport_port after a random time

2017-11-10 Thread Octavian Rinciog
Hello! I'm running a cluster of 10 Cassandra 3.10 and I saw a very strange behavior: after restart, a node won't open immediately native_transport_port (9042). After one node restart, the flow is : - node finishes to read all commitlog, - update all its data, - it's visible for other nodes in th

Incremental repairs after a migration?

2017-11-10 Thread Brice Figureau
Hi, I'm running 3.0.15 in a 3 nodes cluster with RF=3. This is a brand new cluster, on which I plan to migrate data from another 3.0.15 cluster running in another environments (taking a snapshot and sstableloader those sstables to the new cluster). The original cluster had been migrated to increm