Skip to content

Retry on CASWriteUnknownException #1830

@amorton

Description

@amorton

We are currently rwriting the CqlProxyRetryPolicy as part of that we should implement the onErrorResponseVerdict method and retry when the CASWriteUnknownException error is thrown.

I am working on the driver error messages, this happens when the propose phase of the paxos transaction fail to get the QUOURM consistency level. We can retry (up to the regular retry count) because we will are using the the LWT conditions in the CQL statement the statement is idempotent.

our high level retry in the reactive programming model will handle retrying due to the LWT not being applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    On HoldNot ready for active developmentTo-Do

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions