Apache Cassandra meetup @ Instagram HQ

2019-02-18 Thread dinesh.jo...@yahoo.com.INVALID
Hi all, Apologies for the cross-post. In case you're in the SF Bay Area, Instagram is hosting a meetup. Interesting talks on Cassandra Traffic management, Cassandra on Kubernetes. See details in the attached link -

Re: Maximum memory usage

2019-02-06 Thread dinesh.jo...@yahoo.com.INVALID
Are you running any nodetool commands during that period? IIRC, this is a log entry emitted by the BufferPool. It may be harm unless it's happening very often or logging a OOM. Dinesh On Wednesday, February 6, 2019, 6:19:42 AM PST, Rahul Reddy wrote: Hello, I see maximum memory

Re: Two datacenters with one cassandra node in each datacenter

2019-02-06 Thread dinesh.jo...@yahoo.com.INVALID
You also want to use Cassandra with a minimum of 3 nodes. Dinesh On Wednesday, February 6, 2019, 11:26:07 PM PST, dinesh.jo...@yahoo.com wrote: Hey Kunal, Can you add more details about the size of data, read/write throughput, what are your latency expectations, etc? What do you mean

Re: Two datacenters with one cassandra node in each datacenter

2019-02-06 Thread dinesh.jo...@yahoo.com.INVALID
Hey Kunal, Can you add more details about the size of data, read/write throughput, what are your latency expectations, etc? What do you mean by "performance" issue with replication? Without these details it's a bit tough to answer your questions. Dinesh On Wednesday, February 6, 2019,

Re: Bootstrap keeps failing

2019-02-06 Thread dinesh.jo...@yahoo.com.INVALID
Would it be possible for you to take a thread dump & logs and share them? Dinesh On Wednesday, February 6, 2019, 10:09:11 AM PST, Léo FERLIN SUTTON wrote: Hello ! I am having a recurrent problem when trying to bootstrap a few new nodes. Some general info :  - I am running

Re: Modeling Time Series data

2019-01-11 Thread dinesh.jo...@yahoo.com.INVALID
Hi Akash, There are a lot of interesting articles written around this topic. - http://thelastpickle.com/blog/2017/08/02/time-series-data-modeling-massive-scale.html - https://medium.com/netflix-techblog/scaling-time-series-data-storage-part-i-ec2b6d44ba39 You shouldn't need

Re: Cassandra lucene secondary indexes

2018-12-13 Thread dinesh.jo...@yahoo.com.INVALID
Providing logs or more technical information might be helpful. If it is cassandra-lucene related issue, perhaps it'll be better to open a issue in their github repo? Dinesh On Wednesday, December 12, 2018, 11:17:06 PM GMT+5:30, Brian Spindler wrote: Hi all, we recently started using

Re: Migrating from DSE5.1.2 to Opensource cassandra

2018-12-04 Thread dinesh.jo...@yahoo.com.INVALID
Thanks, nice summary of the overall process. Dinesh On Tuesday, December 4, 2018, 9:38:47 PM EST, Jonathan Koppenhofer wrote: Unfortunately, we found this to be a little tricky. We did migrations from DSE 4.8 and 5.0 to OSS 3.0.x, so you may run into additional issues. I will also

Re: request_scheduler functionalities for CQL Native Transport

2018-11-28 Thread dinesh.jo...@yahoo.com.INVALID
I think what you're looking for might be solved by CASSANDRA-8303. However, I am not sure if anybody is working on it. Generally you want to create different clusters for users to physically isolate them. What you propose has been discussed in the past and it is something that is currently

Re: nodetool rebuild

2018-09-15 Thread dinesh.jo...@yahoo.com.INVALID
Its a long shot but do you have stream_throughput_outbound_megabits_per_sec or inter_dc_stream_throughput_outbound_megabits_per_sec set to a low value? You're right in that 3.0 streaming uses 1 thread for incoming and outgoing connection each per peer. It not only reads the bytes off of the

Re: AxonOps

2018-09-15 Thread dinesh.jo...@yahoo.com.INVALID
Are you planning to open source it or just a binary distribution?  Dinesh On Saturday, September 15, 2018, 3:16:47 PM PDT, Hayato Shimizu wrote: Hi Cassandra folks, We built a Cassandra management tool for ourselves, but decided that we'd like to share it with you and it will soon be

Re: bigger data density with Cassandra 4.0?

2018-08-30 Thread dinesh.jo...@yahoo.com.INVALID
ent). On 27 August 2018 at 15:46, dinesh.jo...@yahoo.com.INVALID wrote: Yes, this feature will help with operating nodes with higher data density. Dinesh On Saturday, August 25, 2018, 9:01:27 PM PDT, onmstester onmstester wrote: I've noticed this new feature of 4.0: Streaming optimizati

Re: bigger data density with Cassandra 4.0?

2018-08-26 Thread dinesh.jo...@yahoo.com.INVALID
Yes, this feature will help with operating nodes with higher data density. Dinesh On Saturday, August 25, 2018, 9:01:27 PM PDT, onmstester onmstester wrote: I've noticed this new feature of 4.0: Streaming optimizations

Re: benefits oh HBase over Cassandra

2018-08-24 Thread dinesh.jo...@yahoo.com.INVALID
I've worked with both databases. They're suitable for different use-cases. If you look at the CAP theorem; HBase is CP while Cassandra is a AP. If we talk about a specific use-case, it'll be easier to discuss. Dinesh On Friday, August 24, 2018, 1:56:31 PM PDT, Vitaliy Semochkin wrote:

Re: duplicate rows for partition

2018-08-22 Thread dinesh.jo...@yahoo.com.INVALID
What is the schema of the table? Could your include the output of DESCRIBE? Dinesh On Wednesday, August 22, 2018, 2:22:31 PM PDT, Gosar M wrote: Hello, Have a table with following partition and clustering keys partition key - ("userid", "secondaryid"), clustering key - "tDate",

Re: Huge daily outbound network traffic

2018-08-16 Thread dinesh.jo...@yahoo.com.INVALID
ster nodes. On Thu, Aug 16, 2018 at 5:16 PM dinesh.jo...@yahoo.com.INVALID wrote: Since it is predictable, can you check the logs during that period? What do they say? Do you have a cron running on those hosts? Do all the nodes experience this issue? Dinesh On Thursday, August 16, 2018, 1

Re: Huge daily outbound network traffic

2018-08-16 Thread dinesh.jo...@yahoo.com.INVALID
Since it is predictable, can you check the logs during that period? What do they say? Do you have a cron running on those hosts? Do all the nodes experience this issue? Dinesh On Thursday, August 16, 2018, 12:02:55 AM PDT, Behnam B.Marandi wrote: Actually I did. It seems this is a

Re: Reading cardinality from Statistics.db failed

2018-08-16 Thread dinesh.jo...@yahoo.com.INVALID
Vitali,  It doesn't look like there is an existing Jira. It would be helpful if you could create one with as much information as possible. Can you reduce this issue to a short, repeatable set of steps that we can reproduce? That'll be helpful to debug this problem. Dinesh On Wednesday,

Re: Thrift to CQL migration under new Keyspace or Cluster

2018-06-25 Thread dinesh.jo...@yahoo.com.INVALID
If you're working in a different keyspace, I don't anticipate any issues. Have you attempted one in a test cluster? :) Dinesh On Friday, June 22, 2018, 1:26:56 AM PDT, Fernando Neves wrote: Hi guys,We are running one of our Cassandra cluster under 2.0.17 Thrift version and we

Re: RE: Mongo DB vs Cassandra

2018-06-04 Thread dinesh.jo...@yahoo.com.INVALID
If you have the time, I would suggest creating a prototype with both databases and trying it out. You should also have some idea of how this system might evolve in the future. It is important because that could very well help you make a decision. Mongo or Cassandra may work but if your

Re: Cassandra doesn't insert all rows

2018-04-21 Thread dinesh.jo...@yahoo.com.INVALID
Soheil,  As Jeff mentioned that you need to provide more information. There are no known issues that I can think of that would cause such behavior. It would be great if you could provide us with a reduced test case so we can try and reproduce this behavior or at least help you debug the issue