Re: upgrade 2.1 to 3.0

2018-08-21 Thread kooljava2
We found the solution for our High read volume bytes with help of DSE, we made following change $ lvchange -r 16 Following parameter in cassandra.yaml:- disk_access_mode: mmap_index_only Thank you. On Monday, 13 August 2018, 10:39:28 GMT-7, kooljava2 wrote: We did run "nod

Re: upgrade 2.1 to 3.0

2018-08-13 Thread kooljava2
ich 3.0?  Newest, or an earlier 3.0.x? On Fri, Aug 10, 2018 at 3:05 PM, kooljava2 wrote: Hello, We recently upgrade C* from 2.1 to 3.0. After the upgrade we are seeing increase in the  total read bytes and read ops on the EBS volumes. It almost doubled on all the nodes.  The number of writes are same. Thank you.

upgrade 2.1 to 3.0

2018-08-10 Thread kooljava2
Hello, We recently upgrade C* from 2.1 to 3.0. After the upgrade we are seeing increase in the  total read bytes and read ops on the EBS volumes. It almost doubled on all the nodes.  The number of writes are same. Thank you.

Re: Cassandra Upgrade with Different Protocol Version

2018-07-05 Thread kooljava2
Hello Anuj, The 2nd workaround should work. As app will auto discover all the other nodes. Its the first contact with the node that app makes determines the protocol version. So if you remove the newer version nodes from the app configuration after the startup, it will auto discover the newer n

Re: Cassandra upgrade from 2.1 to 3.0

2018-05-14 Thread kooljava2
picked up a new feature you didnt realize you picked up, etc) On Fri, May 11, 2018 at 11:26 AM, kooljava2 wrote: After further analyzing the data. I see some pattern. The rows which were updated in last 2-3 weeks, the column which were not part of this update have the null values.  Has anyone e

Re: Academic paper about Cassandra database compaction

2018-05-14 Thread kooljava2
Hello, Thank you Lucas for sharing.  I am still a beginner in Cassandra NoSQL world. Are there any other good books related to Performance tuning and Architecture overview? Thank you. On Monday, 14 May 2018, 07:57:38 GMT-7, Nitan Kainth wrote: Hi Lucas, I am not able to download. can

Re: Cassandra upgrade from 2.1 to 3.0

2018-05-11 Thread kooljava2
, kooljava2 wrote: Hello Jeff, 2.1.19 to 3.0.15. Thank you. On Thursday, 10 May 2018, 17:43:58 GMT-7, Jeff Jirsa wrote: Which minor version of 3.0 -- Jeff Jirsa On May 11, 2018, at 2:54 AM, kooljava2 wrote: Hello, Upgraded Cassandra 2.1 to 3.0.  We see certain data in few columns

Re: Cassandra upgrade from 2.1 to 3.0

2018-05-10 Thread kooljava2
Hello Jeff, 2.1.19 to 3.0.15. Thank you. On Thursday, 10 May 2018, 17:43:58 GMT-7, Jeff Jirsa wrote: Which minor version of 3.0 -- Jeff Jirsa On May 11, 2018, at 2:54 AM, kooljava2 wrote: Hello, Upgraded Cassandra 2.1 to 3.0.  We see certain data in few columns being set to

Cassandra upgrade from 2.1 to 3.0

2018-05-10 Thread kooljava2
Hello, Upgraded Cassandra 2.1 to 3.0.  We see certain data in few columns being set to "null". These null columns were created during the row creation time. After looking at the data see a pattern where update was done on these rows. Rows which were updated has data but rows which were not par

Sorl/DSE Spark

2018-04-11 Thread kooljava2
Hello, We are exploring on configuring Sorl/Spark. Wanted to get input on this. 1) How do we decide which one to use?2) Do we run this on a DC where there is less workload? Any other suggestion or comments are appreciated. Thank you.