mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 15:33:15 +00:00
`ops` might be passed as a disengaged shared_ptr when called from `decommission_with_repair`. In this case we need to propagate to sync_data_using_repair a disengaged std::optional<utils::UUID>. Fixes #7788 DTest: update_cluster_layout_tests:TestUpdateClusterLayout.verify_latest_copy_decommission_node_test(debug) Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20201213073743.331253-1-bhalevy@scylladb.com>