Skip to content

Commit

Permalink
Send HB to meta leader (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
darionyaphet authored Dec 20, 2021
1 parent 92167b6 commit e6ddeb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clients/meta/MetaClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,8 @@ folly::Future<StatusOr<bool>> MetaClient::heartbeat() {
metaServerVersion_ = resp.get_meta_version();
return resp.get_code() == nebula::cpp2::ErrorCode::SUCCEEDED;
},
std::move(promise));
std::move(promise),
true);
return future;
}

Expand Down

0 comments on commit e6ddeb2

Please sign in to comment.