Re: Forming a cluster of embedded Cassandra instances

2016-02-15 Thread Jack Krupansky
But again, you could also simply spawn a process running Cassandra as-is in its intended form which would eliminate the potential for conflict between the app heap and Casandra's JVM heap. -- Jack Krupansky On Mon, Feb 15, 2016 at 12:56 AM, Jan Kesten wrote: > Hi, > > the

Re: Ops Centre Read Requests / TBL: Local Read Requests

2016-02-15 Thread Anishek Agarwal
Looks like (1) -- is analogous to client read requests, so if i do a request with LOCAL_QUORUM consistency level then (2) would be higher since the coordinator would send two requests out for every single read request it receives, is there any other possibility for the above behaviour ? On Mon,

Ops Centre Read Requests / TBL: Local Read Requests

2016-02-15 Thread Anishek Agarwal
Hello, I have installed Ops center 5.2.3 along with agents on three cassandra nodes in my test cluster version 2.0.15. This has two tables in one keyspace. I have a program that is reading values only from one of the tables(table1) with in a keyspace. I am looking at two graphs - Read