Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
591 views

Cassandra linux cannot connect from remote

I have installed cassandra but not able to connect to cassandra server from remote ip.. [root@li1632-39 ~]# cassandra -v 3.0.9 I and connecting public_ip:9042 but connection refused. When I try to ...
Ranjeet Ranjan's user avatar
4 votes
1 answer
817 views

How do I disable incremental repair?

I have a cluster which I am considering enabling incremental repair on. If anything goes wrong I'd like to disable incremental repair on every node. How do I do that?
Ztyx's user avatar
  • 15k
1 vote
1 answer
1k views

Is increasing `max_hint_window_in_ms` to days a bad idea?

I'm considering raising max_hint_window_in_ms to something like 72 hours. Anyone see issues with this? Essentially, it would allow us much longer downtime of nodes over a weekend without having to do ...
Ztyx's user avatar
  • 15k
2 votes
1 answer
810 views

Cassandra Light Weight Transaction in batch update affecting multiple partitions / tables

There is a scenario where I need to update multiple partitions (of the same or different table) together. Consider an example of the orders here: create table test.orders_by_id( order_email text, ...
Piyush's user avatar
  • 43
1 vote
2 answers
389 views

Bootstrapping a datacenter using a snapshot

I am provisioning a new datacenter for an existing cluster. A rather shaky VPN connection is hindering me from making a nodetool rebuild bootstrap of the new DC. Interestingly, I have a full fresh ...
Ztyx's user avatar
  • 15k