We are encountering a situation in our environment (a 6-node Cassandra ring) where we are trying to insert a row and then immediately update it, using LOCAL_QUORUM consistency (replication factor = 3). I have replicated the issue using the following code:
https://gist.github.com/jwcarman/72714e6d0ea3508e24cc Should we expect this to work? Should LOCAL_QUORUM be sufficient? If so, what type of setup issues would we look for which would cause these types of issues? Thanks, James