Hi, Hassaan! For example we are using C* in k8s in production for our video
surveillance system. Moreover, we are using Ceph RBD as our storage for
cassandra. Today we have 8 C* nodes each manages 2Tb of data.
On Fri, May 18, 2018 at 9:27 AM Hassaan Pasha wrote:
> Hi,
>
> I am trying to craft a
Hello Hassaan,
We use cassandra helm chart[0] for deploying cassandra over kubernetes in
production. We have around 200GB cas data. It works really well. You can
scale up nodes easily (I haven't tested scaling down).
I would say that if you are worried about running cassandra over k8s in
producti
I recommend you to review newts data model, which is a time-series data model
upon cassandra:
https://github.com/OpenNMS/newts/wiki/DataModel
Sent using Zoho Mail
First the use-case: We have time-series of data from devices on several sites,
where each device (with a unique dev_id) c
Hey
Thanks for response, i accidently decommissioned the seed node which was
causing this.
I promoted another node as seed node and restartwd all nodes with new seed
nodes , follwed by full nodetool repair and cleanup and it fixed the issue.
On Thursday, May 17, 2018, kurt greaves wrote:
> Can