jeromatron: I have 1 question about consistency levels in Cassandra...
jeromatron
sure
miarmak
jeromatron: There is level ALL on write and read operation. What behaviour of this level will be with Multi Data Centers?
jeromatron
ALL is regardless of datacenter. it's also going to fail if any replica is down. what are you trying to do?
miarmak
jeromatron: I just trying to figure out how it works and don't actually understand it exactly... Ok, and if I have several DC's and want to make ALL level only in local datacenter?
jeromatron: smth like LOCAL_QOURUM, but I'm interested in local ALL
jeromatron
there isn't a consistency level for ALL in the local datacenter. there's LOCAL_QUORUM and LOCAL_ONE though. ALL isn't used very much because it's not at all fault tolerant. keep in mind that writes are going to go to all replicas regardless of consistency level. it just returns success to the client after the consistency level has been met.
NOTICE: NOTICE: Gerrit will be unavailable for a few hours starting at 1600 UTC on Monday April 28th for an upgrade. See https://wiki.openstack.org/wiki/GerritUpgrade
openstackgerrit
Dmitriy Ukhlov proposed a change to stackforge/magnetodb: Storage refactoring for async table creation pluggability https://review.openstack.org/90494