mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
repair: Add use_rpc_stream to repair_meta
Determine if rpc stream should be used.
This commit is contained in:
@@ -612,6 +612,9 @@ public:
|
||||
const repair_hash& working_row_buf_combined_hash() const {
|
||||
return _working_row_buf_combined_hash;
|
||||
}
|
||||
bool use_rpc_stream() const {
|
||||
return is_rpc_stream_supported(_algo);
|
||||
}
|
||||
|
||||
public:
|
||||
repair_meta(
|
||||
|
||||
Reference in New Issue
Block a user