[fix](schema_hash) Fix bug that introduced by removing schema_hash (#9449)
This commit is contained in:
@ -76,8 +76,8 @@ Status EngineCloneTask::_do_clone() {
|
||||
string src_file_path;
|
||||
TBackend src_host;
|
||||
// Check local tablet exist or not
|
||||
TabletSharedPtr tablet = StorageEngine::instance()->tablet_manager()->get_tablet(
|
||||
_clone_req.tablet_id, _clone_req.schema_hash);
|
||||
TabletSharedPtr tablet =
|
||||
StorageEngine::instance()->tablet_manager()->get_tablet(_clone_req.tablet_id);
|
||||
bool is_new_tablet = tablet == nullptr;
|
||||
// try to repair a tablet with missing version
|
||||
if (tablet != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user