You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by "Tom Duffield (Mailing Lists)" <to...@gmail.com> on 2012/04/16 23:49:57 UTC

Cassandra Network Protocols

When you submit a write request with a constancy of EACH_QUORUM, what network protocol does Cassandra use to write the data to the other DCs? 


Similarly, what network protocol does Cassandra use when writing data as part of replication? 

-- 
Tom Duffield (Mailing Lists)
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


Re: Cassandra Network Protocols

Posted by aaron morton <aa...@thelastpickle.com>.
Hand rolled headers and binary serialisation over TCP. 

See o.a.c.net.IncomingTcpConnection for the starting point for an incoming  connection. 

Cheers

-----------------
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com

On 17/04/2012, at 9:49 AM, Tom Duffield (Mailing Lists) wrote:

> When you submit a write request with a constancy of EACH_QUORUM, what network protocol does Cassandra use to write the data to the other DCs? 
> 
> Similarly, what network protocol does Cassandra use when writing data as part of replication? 
> 
> -- 
> Tom Duffield (Mailing Lists)
> Sent with Sparrow
>