Skip to content

Commit

Permalink
fix pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweisong committed Mar 15, 2022
1 parent 3f5d26b commit a05bdf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kvstore/NebulaStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void NebulaStore::loadPartFromDataPath() {

std::atomic<size_t> counter(partRaftPeers.size());
folly::Baton<true, std::atomic> baton;
auto enginePtr = engine.get();
LOG(INFO) << "Need to open " << partRaftPeers.size() << " parts of space " << spaceId;
for (auto& it : partRaftPeers) {
auto& partId = it.first;
Expand Down

0 comments on commit a05bdf4

Please sign in to comment.