Re: Cassandra on Kubernetes

2019-10-30 Thread Akshit Jain
el free to contact us via > our mailing-list: prj.casskop.supp...@list.orangeportails.net or on our > slack https://casskop.slack.com > > Note : this operator is still in alpha version and works only in a mono > region architecture for now. We are currently working hard for adding n

Cassandra on Kubernetes

2019-10-30 Thread Akshit Jain
Hi everyone, Is there anyone who is running Cassandra on K8s clusters. It would be great if you can share your experience , the operator you are using and the overall stability of stateful sets in Kubernetes -Akshit

Does repair handles indexes

2018-04-30 Thread Akshit Jain
Hi, Does repair in cassandra handles secondary indexes repair/rebuild? Has someone observed this/ is there any documentation related to it. Regards

Re: Frequency of rebuild_index

2018-04-30 Thread Akshit Jain
Hi, This looks good but when can the discrepancy in the index arise. Any specific example? Is there any documentation which says the index automatically rebuilds/keeps itself up to date after updations and deletions. Also if there anything specific to stratio-lucene-index. Regards Akshit Jain

Frequency of rebuild_index

2018-04-26 Thread Akshit Jain
Hi, How frequently one should run nodetool rebuild_index and what's its impact on performance in terms of iops,cpu utilisation etc. Regards

Token range redistribution

2018-04-18 Thread Akshit Jain
range be redistributed and the node will get the new token range. Would the process be different for seed nodes? Regards Akshit Jain

Re: Repair giving error

2018-01-18 Thread Akshit Jain
Hi alain Thanks for the response. I'm using cassandra 3.10 nodetool status shows all the nodes up No schema disaggrement port 7000 is open Regards Akshit Jain 9891724697 On Thu, Jan 18, 2018 at 4:53 PM, Alain RODRIGUEZ <arodr...@gmail.com> wrote: > Hello, > > I looks like a comm

Repair giving error

2018-01-13 Thread Akshit Jain
​I have a 10 node C* cluster with 4-5 keyspaces​. I tried to perform nodetool repair one by one for each keyspace. For some keyspaces the repair passed but for some it gave this error: ​ I am not able to figure out what is causing this issue.The replica nodes are up and I am able to ping them from

Error while performing repair: "Did not get positive replies from all endpoints"

2018-01-10 Thread Akshit Jain
​I have a 10 node C* cluster with 4-5 keyspaces​. I tried to perform nodetool repair one by one for each keyspace. For some keyspaces the repair passed but for some it gave this error: ​ I am not able to figure out what is causing this issue.The replica nodes are up and I am able to ping them from

Right way to stress a cassandra cluster

2017-11-30 Thread Akshit Jain
Hi, Is it right to load test the cassandra cluster using stress tool with default keyspace, keyspace1 and having columns type as blob?

Stress test cassandr

2017-11-26 Thread Akshit Jain
Hi, What is the best way to stress test the cassandra cluster with real life workloads which is being followed currently? Currently i am using cassandra stress-tool but it generated blob data /yaml files provides the option to use custom keyspace. But what are the different parameters values

Backup and Restore in cassandra

2017-11-22 Thread Akshit Jain
What is the correct process to backup and restore in cassandra? Should we do backup node by node like first schema backup from all the nodes then all other stuff? In restore the schema should be restored on one node or all the nodes again?It will give Already Exists Exception but still what's the

Full repair use case

2017-11-21 Thread Akshit Jain
Is there any use case where we need full repair and incremental repair will not help? Actually i am performing incremental repair regularly is there any need to run full repair?

Difference in ops/s for cassandra stress tool

2017-11-20 Thread Akshit Jain
hi, Would there be any difference in the performance of the stress tool if the keyspaces being populated are of type :- One is of default keyspace1 standard1 having columns of blob type Second one is of mixed type (string,int,text)etc. Please tell in terms of ops/sec.

Stratio Lucene Index

2017-11-20 Thread Akshit Jain
Hi, Does using lucene index affects the performance of the read/write in cassandra. How heavy is the operation of creating a lucene index on a table with some GB's of data?

Re: Node failure

2017-10-06 Thread Akshit Jain
You replace it with a new node and bootstraping happens.The new node receives data from other two nodes. Rest depends on the scenerio u are asking for. Regards Akshit Jain B-Tech,2013124 9891724697 On Fri, Oct 6, 2017 at 10:50 PM, Mark Furlong <mfurl...@ancestry.com> wrote: > What hap

Re: Nodetool Authentication

2017-10-06 Thread Akshit Jain
must have readwritepermission." So when i give a read only access to a user in jmxremote.access: ,they can still run all the nodetool commands.Why is this so? Regards Akshit Jain B-Tech,2013124 9891724697 On Fri, Oct 6, 2017 at 5:14 PM, Horia Mocioi <horia.moc...@ericsson.com> wrote:

Nodetool Authentication

2017-10-06 Thread Akshit Jain
Hi, For nodetool authentication I'm following this: https://support.datastax.com/hc/en-us/articles/204226179-Step-by-step-instructions-for-securing-JMX-authentication-for-nodetool-utility-OpsCenter-and-JConsole

Manual Compaction in cassandra

2017-10-04 Thread Akshit Jain
If Size Tiered Compaction Strategy is used, then on performing manual compaction would there be always *1 sstable* at last irrespective of the size? Also would there be 2 sstables if repair has been performed?

Compaction task not available in dcos-cassandra-service

2017-09-18 Thread Akshit Jain
Hi, there isn't a compaction task feature in mesosphere/dcos-cassandra-service like repair and cleanup. Is anybody working on it or is there any plan to add in later releases? Regards

Compaction in cassandra

2017-09-14 Thread Akshit Jain
Is it helpful to run nodetool compaction in cassandra? or automatic compaction is just fine. Regards

Rebalance a cassandra cluster

2017-09-13 Thread Akshit Jain
Suppose I have a cassandra cluster with the data that is skewed such that one node have 40% more data than other nodes.Since while creating the cassandra the tokens were distributed uniformly. Now to make the data uniform I have to recalculate the tokens and assign them to nodes in the cluster.

Re: Rebalance a cassandra cluster

2017-09-13 Thread Akshit Jain
. Then run repair and cleanup. The question is How to recalculate the tokens and assign them to nodes(Keeping cost ,distance between nodes and data movement in mind) Regards Akshit Jain B-Tech,2013124 9891724697 On Wed, Sep 13, 2017 at 11:54 AM, Hannu Kröger <hkro...@gmail.com> wrote: > Hi

Rebalance a cassandra cluster

2017-09-12 Thread Akshit Jain
Hi, Can a cassandra cluster be unbalanced in terms of data? If yes then how to rebalance a cassandra cluster.

Stop writes to a cassandra node for maintenance purpose & enable them after some time

2017-09-07 Thread Akshit Jain
Hi, I want to stop writes to a cassandra node for some time and then start them.Is there any way to do that? Regards

Stress tool command

2017-09-04 Thread Akshit Jain
Hi, Is there any way to set the *gc_grace_seconds* parameter in the stress tool command? Regards

How to check if repair is actually successful

2017-09-01 Thread Akshit Jain
Hi, I am performing repair on cassandra cluster. After getting repair status as successful, How to figure out if it is successful actually? Is there any way to test it?

Test repair command

2017-09-01 Thread Akshit Jain
​Hi everyone, I'm new to cassandra.I was checking the nodetool repair command. I ran the command and got success but I am not able to figure out how to check repair has actually happened or not? It would be a great help if somebody can suggest a way to do that in terms of data check etc.