Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Mar 20, 2024
1 parent cc3f2fa commit 75e7cdc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 414 deletions.
2 changes: 1 addition & 1 deletion src/fdb5/database/EntryVisitMechanism.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void EntryVisitor::catalogueComplete(const Catalogue& catalogue) {
ASSERT(currentCatalogue_ == &catalogue);
}
currentCatalogue_ = nullptr;
// currentStore_ = nullptr;
currentStore_.reset();
currentIndex_ = nullptr;
}

Expand Down
1 change: 0 additions & 1 deletion src/fdb5/remote/client/RemoteCatalogue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ void RemoteCatalogue::sendArchiveData(uint32_t id, const Key& key, std::unique_p

Buffer keyBuffer(4096);
MemoryStream keyStream(keyBuffer);
// keyStream << dbKey_;
keyStream << currentIndexKey_;
keyStream << key;

Expand Down
Loading

0 comments on commit 75e7cdc

Please sign in to comment.