diff --git a/src/storage/ob_i_store.cpp b/src/storage/ob_i_store.cpp index 7dfc4483f8..84f2bf8c1c 100644 --- a/src/storage/ob_i_store.cpp +++ b/src/storage/ob_i_store.cpp @@ -87,7 +87,7 @@ int ObStoreCtx::init_for_read(const ObLSID &ls_id, ObLSService *ls_svr = MTL(ObLSService*); ObLSHandle ls_handle; if (OB_FAIL(ls_svr->get_ls(ls_id, ls_handle, ObLSGetMod::STORAGE_MOD))) { - STORAGE_LOG(ERROR, "get_ls from ls service fail.", K(ret), K(*ls_svr)); + STORAGE_LOG(WARN, "get_ls from ls service fail.", K(ret), K(*ls_svr)); } else { ret = init_for_read(ls_handle, timeout, tx_lock_timeout, snapshot_version); }