Skip to content

Commit

Permalink
Merge pull request ceph#49006 from yanghonggang/yhg-upgrade-rocksdb-7…
Browse files Browse the repository at this point in the history
….7.3

rocksdb: Upgrade rocksdb to latest facebook's v7.9.2

Reviewed-by: Radoslaw Zarzynski <[email protected]>
Reviewed-by: Mark Nelson <[email protected]>
  • Loading branch information
neha-ojha authored Feb 28, 2023
2 parents 0aef3d9 + d90d815 commit 707af78
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions qa/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,45 @@
fun:*rocksdb*Env*Default*
...
}
{
rocksdb config parsing
Memcheck:Leak
...
fun:*rocksdb*Configurable*ParseOption*
...
}
{
rocksdb config parsing
Memcheck:Leak
...
fun:*RocksDBStore*ParseOptionsFromString*
...
}
{
rocksdb config parsing
Memcheck:Leak
...
fun:*RocksDBStore*do_open*
...
}
{
rocksdb column family init
Memcheck:Leak
...
fun:*rocksdb*ColumnFamilyOptions*
...
fun:*RocksDBStore*init*
...
}
{
rocksdb cache get-or-create
Memcheck:Leak
...
fun:*rocksdb*RegisterCacheDeleterRole*
...
fun:*rocksdb*GetCacheItemHelperForRole*
...
}
{
rocksdb BGThreadWrapper
Memcheck:Leak
Expand Down
2 changes: 1 addition & 1 deletion src/rocksdb
Submodule rocksdb updated 1510 files

0 comments on commit 707af78

Please sign in to comment.