Searched refs:consistency (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-sql/
H A Ddriver-cassandra.c129 CassConsistency consistency, fallback_consistency; member in struct:cassandra_result
205 CassConsistency consistency; member in struct:__anon141
246 *consistency_r = cass_consistency_names[i].consistency;
876 i_warning("%s - retrying future %s queries with consistency %s (instead of %s)",
879 cass_consistency_string(result->consistency));
885 result->consistency = result->fallback_consistency;
952 too busy. we'll try the fallback consistency to avoid
957 result->fallback_consistency != result->consistency) {
958 /* retry with fallback consistency */
967 if (result->fallback_consistency != result->consistency) {
[all...]

Completed in 15 milliseconds