mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
storage_service: Announce range tombstones feature
This patch enables the RANGE_TOMBSTONES supported feature, meaning that the node is capable of accepting row entry tombstones as range tombstones. Signed-off-by: Duarte Nunes <duarte@scylladb.com>
This commit is contained in:
@@ -97,7 +97,7 @@ sstring storage_service::get_config_supported_features() {
|
||||
// Add features supported by this local node. When a new feature is
|
||||
// introduced in scylla, update it here, e.g.,
|
||||
// return sstring("FEATURE1,FEATURE2")
|
||||
return sstring("");
|
||||
return RANGE_TOMBSTONES_FEATURE;
|
||||
}
|
||||
|
||||
std::set<inet_address> get_seeds() {
|
||||
|
||||
Reference in New Issue
Block a user