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
Copy file name to clipboardExpand all lines: modules/sideloader/pages/prepare-sideloader.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,11 @@ Review all of these to ensure that your cluster is compatible with {sstable-side
130
130
131
131
* Your origin cluster must run a supported database version:
132
132
+
133
-
** {cass-reg} 3.11 or later
134
133
** {dse-short} 5.1 or later
135
134
** {hcd-short} 1.1 or later
136
-
//Due to a potential occasional issue affecting SSTables generated by C* 3.0 / DSE 5.0. Until the fix is rolled out, we need to restrict the SSTable versions.
135
+
** {cass-reg} 3.11 through 4.x
136
+
+
137
+
{cass-short} 5.0 tables aren't supported unless the cluster is configured to explicitly use the {cass-short} 4.x storage format (`storage_compatibility_mode: CASSANDRA_4`).
137
138
138
139
* Your origin cluster must use the default https://cassandra.apache.org/doc/stable/cassandra/configuration/cass_yaml_file.html#partitioner[partitioner], `Murmur3Partitioner`.
0 commit comments