Skip to content

Commit

Permalink
switch memtable: fix for stuck switch with plug (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayulas authored and udi-speedb committed Nov 21, 2023
1 parent c486d55 commit ab5049f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
### Bug Fixes
* unit tests: fix GlobalWriteControllerTest.GlobalAndWBMSetupDelay by waiting for the memtable memory release.
* spdb memtable: use_seek_parallel_threshold option parameter mishandled (#570)
* build: Plug memtable global switch memtable stuck fix. (#606)

## Fig v2.5.0 (06/14/2023)
Based on RocksDB 8.1.1
Expand Down
1 change: 0 additions & 1 deletion plugin/speedb/memtable/hash_spd_rep.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ HashSpdRepFactory::HashSpdRepFactory(size_t hash_bucket_count) {
options_.hash_bucket_count = 1000000;
}
RegisterOptions(&options_, &hash_spdb_factory_info);
Init();
}

MemTableRep* HashSpdRepFactory::PreCreateMemTableRep() {
Expand Down

0 comments on commit ab5049f

Please sign in to comment.