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
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
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.
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
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