Re: [Cassandra 3.0.9] Cannot allocate memory

2017-03-22 Thread Abhishek Verma
Just a shot in the dark, but what is your setting of vm.max_map_count in /etc/sysctl.conf ? It is recommended to set it to: vm.max_map_count = 1048575 Source: https://docs.datastax.com/en/landing_page/doc/landing_page/recommendedSettingsLinux.html We saw a similar problem in the past where mmap

Re: Pluggable throttling of read and write queries

2017-02-22 Thread Abhishek Verma
up at scale. And even where cost is no issue, the >> additional isolation and workload tailoring is still highly valuable. >> >> On Wed, Feb 22, 2017 at 12:01 PM Edward Capriolo <edlinuxg...@gmail.com >> <mailto:edlinuxg...@gmail.com>> wrote: >> >>

Re: Pluggable throttling of read and write queries

2017-02-22 Thread Abhishek Verma
nse to move all the small use cases into their separate clusters. On Mon, 20 Feb 2017 at 22:21 Oleksandr Shulgin <oleksandr.shul...@zalando.de> >>> wrote: >>> >>>> On Sat, Feb 18, 2017 at 3:12 AM, Abhishek Verma <ve...@uber.com> wrote: >>>> >>>

Pluggable throttling of read and write queries

2017-02-17 Thread Abhishek Verma
Cassandra is being used on a large scale at Uber. We usually create dedicated clusters for each of our internal use cases, however that is difficult to scale and manage. We are investigating the approach of using a single shared cluster with 100s of nodes and handle 10s to 100s of different use

Re: Bootstrapping data from Cassandra 2.2.5 datacenter to 3.0.8 datacenter fails because of streaming errors

2016-10-10 Thread Abhishek Verma
t; >> >> It IS common, I imagine, for there to be schema mismatches temporarily >> while you have a mixed version cluster – this isn’t necessarily a huge >> problem, but do try to get to 3.0.8 as quickly as possible once you start, >> and if you can avoid administrati

Bootstrapping data from Cassandra 2.2.5 datacenter to 3.0.8 datacenter fails because of streaming errors

2016-10-10 Thread Abhishek Verma
Hi Cassandra users, We are trying to upgrade our Cassandra version from 2.2.5 to 3.0.8 (running on Mesos, but that's besides the point). We have two datacenters, so in order to preserve our data, we are trying to upgrade one datacenter at a time. Initially both DCs (dc1 and dc2) are running