hmsonline / storm-cassandra-cql

Storm Cassandra Bridge built on CQL
Apache License 2.0
43 stars 38 forks source link

Explicit consistency levels for batches, cluster, and conditional updates. #26

Closed boneill42 closed 9 years ago

lrenn commented 9 years ago

LGTM.

bflad commented 9 years ago

Is LOCAL_QUORUM happy on one node clusters? I vaguely remember some of the previous Java drivers having issues with LOCAL_QUORUM in general. Also, not sure of the behavior if there's no datacenter set. I believe it uses the datacenter name of the first host it connects to from the connection list, but I could be mistaken.

Don't think its a blocker though. Will merge and release.

boneill42 commented 9 years ago

It passed on the unit tests against a single host.