Definitely 2:
https://wiki.apache.org/cassandra/ArchitectureInternals
http://www.slideshare.net/grro/cassandra-by-example-the-path-of-read-and-write-requests
On Fri, Aug 21, 2015 at 4:54 PM, Laing, Michael
wrote:
>
> https://academy.datastax.com/courses/ds201-cassandra-core-concepts/internal-ar
Hello,
My feeling is you got the hole CAS operations concept wrong. CAS operations
a.k.a lightweight transactions are not meant to used everywhere, only in
specific parts of your application where serialisable consistency is
necessary. For any other case there is a variety of consistency levels yo
This seems like a hinted handoff issue but since you use CL = ONE it should
happen.
Are you sure all the nodes are working at that time? You could use nodetool
status to check that.
I would suggest increasing the replication factor (for example 3) and use
CL=ALL or QUORUM to find out what is going
I agree with Prem, but recently a guy send this promising project called
Mesos in this list.
https://github.com/mesosphere/cassandra-mesos
One of its goals is to make scaling easier.
I don’t have any personal opinion yet but maybe you could give it a try.
Regards,
Panagiotis
On Wed, May 21, 201
The incoming mutations are written per column in a Memtable (an in memory
cache) . The default size for this table is 64MB if I can recall correctly.
For more information take a look here:
https://wiki.apache.org/cassandra/MemtableSSTable
http://wiki.apache.org/cassandra/MemtableThresholds
Regards
document that for hector.
>
>
> On Sat, Mar 15, 2014 at 5:45 AM, Sylvain Lebresne wrote:
>
>> On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis <
>> panga...@gmail.com> wrote:
>>
>>>
>>> Hello all,
>>>
>>> I am running some te
Hello all,
I am running some tests in my cluster and I wanted to try some of the new
features of Cassandra like lightweight transactions and Serial Writes.
Surprisingly I found out that Serial writes are not supported by the Thrift
API.
Is there any patch available or the only way to support them
,
Panagiotis Garefalakis
On Mon, Dec 23, 2013 at 10:05 PM, Aaron Morton wrote:
> nodetool proxyhistograms shows the throughput for the node, nodetool
> cfhistograms shows it for a single node.
>
> If you want to get an overview install something like Ops Centre
> http://www.datas