diff --git a/src/clients/meta/MetaClient.cpp b/src/clients/meta/MetaClient.cpp index 89d53914aa6..570ee709033 100644 --- a/src/clients/meta/MetaClient.cpp +++ b/src/clients/meta/MetaClient.cpp @@ -2451,7 +2451,8 @@ folly::Future> MetaClient::heartbeat() { metaServerVersion_ = resp.get_meta_version(); return resp.get_code() == nebula::cpp2::ErrorCode::SUCCEEDED; }, - std::move(promise)); + std::move(promise), + true); return future; }