You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cassandra LWT sometimes throws WriteTimeoutException but the transaction may succeed. Json API has been setup to retry when WTE happens. This may result in insert failure in the retry attempt. Handle this in Insert Operation by checking if the inserted transaction ID is same as the id already available in DB.
The text was updated successfully, but these errors were encountered:
Cassandra LWT sometimes throws WriteTimeoutException but the transaction may succeed. Json API has been setup to retry when WTE happens. This may result in insert failure in the retry attempt. Handle this in Insert Operation by checking if the inserted transaction ID is same as the id already available in DB.
The text was updated successfully, but these errors were encountered: