Re: Check out new features in K8ssandra and Mission Control

2024-02-27 Thread Christopher Bradford
loyed separately or integrated in? > Reaper is deployed as part of the cluster creation workflow. It is spun up and configured to connect to the cluster automatically. ~Chris Christopher Bradford On Tue, Feb 27, 2024 at 6:55 PM Jon Haddad wrote: > Hey Chris - this looks pretty inter

Check out new features in K8ssandra and Mission Control

2024-02-27 Thread Christopher Bradford
cord <https://discord.gg/qP5tAt6Uwt>. Cheers, ~Chris Christopher Bradford

Re: Reducing no. of nodes to 0 without losing data

2020-10-07 Thread Christopher Bradford
/pull/265) although there has yet to be a release cut with this functionality. On Thu, Oct 8, 2020 at 12:46 AM Erick Ramirez wrote: > The cass-operator does not support scaling down at this point, only > scaling up. So the operation you're after isn't possible. Cheers! > >>

Re: Reducing no. of nodes to 0 without losing data

2020-10-07 Thread Christopher Bradford
en/cass-operator/doc/cass-operator/cassOperatorCloserLookConfiguration.html#CreateandapplyaStorageClass > > >> > Regards, > -- > Alex > -- Christopher Bradford

Re: Cassandra on K8S

2020-08-03 Thread Christopher Bradford
use a seed provider that handles >> IPs changing. >> >> >>> >>> 4. Also I read a lot of use of Cassandra operators for maintaining a >>> Cassandra cluster on Kubernetes. I think that Cassandra Operator is like a >>> robot (automated admin) which works and acts like a norma admin will work. >>> I want to understand that how important is Cassandra operator and what if >>> we go on to production without one? >>> >>> Regards >>> Manish >>> >> -- Christopher Bradford

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Christopher Bradford
and Medusa come to mind) then there should not be anything blocking you from using this operator. As Erick mentioned there are other operators available that may or may not handle these tasks for you and should be considered. ~Chris Christopher Bradford On Thu, Jun 25, 2020 at 2:39 AM Manu Chadha

Re: Multi DC replication between different Cassandra versions

2020-04-15 Thread Christopher Bradford
e > that egg. > > On top of that, Cassandra 3.0.9 is an ancient version released 4 years ago > (September 2016). There are several pages of fixes deployed since then. So > in the nicest possible way, what you're planning to do is not a good idea. > I personally wouldn't do it. Cheers! > -- Christopher Bradford

Re: How to Protect Tracing Requests From Client Side

2018-03-22 Thread Christopher Bradford
`nodetool settraceeprobability` controls the *automated* tracing within a single node based on the value set. It may be some or none, but it doesn't effect queries which are explicitly marked for tracing by the driver within your application. You can test this by running CQLSH and enabling TRACING

Re: nodetool repair uses option '-local' and '-pr' togather

2016-09-05 Thread Christopher Bradford
If each AZ has a different rack identifier and the keyspace uses NetworkTopologyStrategy with a replication factor of 3 then the single host in us-east-1d *will receive 100% of the data*. This is due to NetworkTopologyStrategy's preference for placing replicas across different racks before placing

Re: High Bloom filter false ratio

2016-02-22 Thread Christopher Bradford
Does every record in the SSTable have a "d" column? On Mon, Feb 22, 2016 at 2:14 AM Anishek Agarwal wrote: > Hey guys, > > Just did some more digging ... looks like DTCS is not removing old data > completely, I used sstable2json for one such table and saw old data there. > we