Transient Replication Support

Description

Transient Replication is an experimental feature being introduced in Cassandra 4.0.

When specifying replication options using transient replication, the user specifies the total number of replicas and how many are transient for the replication factor, i.e.:

In this case the replication factor is defined as 3 with 1 being transient.

I think the driver currently assumes that this value is an int, as that has always been the case. Because of this, the parsing must not be working:

encountered in: CASSANDRA-14872

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Sprint

Priority

Created March 25, 2020 at 5:08 PM
Updated May 12, 2020 at 4:32 PM
Resolved May 12, 2020 at 4:32 PM