Is there a good formula to calculate heap utilization in Cassandra pre-1.1,
specifically 1.0.10. We are seeing gc pressure on our nodes. And I am
trying to estimate what could be causing this? Using node tool info my
steady state heap is at about 10GB. XMX is 12G.
I have 4.5 GB of bloom filters wh
I guess to answer that, you would need to first ask if it would be worth
redoing the 4+ years of development that has gone into Cassandra. There have
been many discussions about porting it to C/C++ and always is the same
response; it's just not worth the rewrite for the incremental gain. Also, s
I got introduced to Scala recently and found its features on Futures and
Function composition very neat.
Cassandra utilizes Futures and essentially passing around functions (using
anonymous inner subclasses) a lot, if expressed in Scala , it could be much
simpler and smoother. just a random though
You should have received an email when you signed up which gives you
instructions on how to unsubscribe. Otherwise, send an email to
user-h...@cassandra.apache.org
On Mon, Nov 3, 2014 at 10:30 PM, Malay Nilabh
wrote:
> Hi
>
>
>
> It was great to be part of this group. Thanks for helping out. P
Hi,
Let's move the discussion to the Java driver mailing list:
https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user
I'm posting a reply to this message there.
--
Olivier Michallat
Driver & tools engineer, DataStax
On Tue, Nov 4, 2014 at 12:45 PM, Ola Nowak wrote:
>
Hi All :)
I have an application which use DataStax Java driver v2.0.2 to connect
to Cassandra Cluster (6 nodes, v 2.0.11).
Application is deployed in three copies on 3 different servers. From
time to time on random application server I get this exception:
2014-11-04 10:37:15,301 - ERROR: Servlet.s