Cassandra: Delete Works on Local But Not On Deployed
问题 Our service is able to run SELECT and INSERT queries without any issues on our local and deployed Cassandra instances. However, we are having trouble with the following DELETE query: DELETE FROM config_by_uuid WHERE uuid = record_uuid; Our service is able to successfully delete a record on our local instance, but not on our deployed instance. Note that this behavior is constant for both instances, and that that no errors are being reported on our deployed instance. Notably, when the above