diff --git a/src/storage/high_availability/ob_storage_ha_dag.cpp b/src/storage/high_availability/ob_storage_ha_dag.cpp index 565ddf6399..b134f85c7a 100644 --- a/src/storage/high_availability/ob_storage_ha_dag.cpp +++ b/src/storage/high_availability/ob_storage_ha_dag.cpp @@ -639,7 +639,9 @@ int ObStorageHATaskUtils::check_minor_sstable_need_copy_( } else if (table->get_key() == param.table_key_) { const ObSSTable *sstable = static_cast(table); found = true; - need_copy = false; + need_copy = true; + //TODO(muwei.ym) Fix it in 4.1. + //Need copy should be false and reuse local minor sstable. } }