Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cangfengzhs committed Dec 30, 2021
1 parent a5f3f65 commit bf32da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/meta/MetaClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ bool MetaClient::loadData() {
newMetaData->userPasswordMap_ = userPasswordMap_;
newMetaData->sessionMap_ = std::move(sessionMap_);
newMetaData->killedPlans_ = std::move(killedPlans_);
newMetaData->fulltextClientList_ = std::move(fulltextClientList_);
newMetaData->serviceClientList_ = std::move(serviceClientList_);
auto oldMetaData = metadata_.load();
metadata_.store(newMetaData);
folly::rcu_retire(oldMetaData);
Expand Down

0 comments on commit bf32da3

Please sign in to comment.