Commit Graph

452 Commits (dae73790505f63da507af4b8582e310354527633)
 

Author SHA1 Message Date
Abhishek Kona dae7379050 [RocksDB] Expose LDB functioanality as a library call - clients can build their own LDB binary with additional options 11 years ago
Mayank Agarwal 94d86b25a9 Fix memory leak for probableWALfiles in db_impl.cc 11 years ago
Mayank Agarwal db8b404120 Fix off by one error in valgrind_test.sh 11 years ago
Mayank Agarwal 6936f9bb8e Release 1.5.9.fb to third party 11 years ago
Mayank Agarwal 6594fef7ef Exit and Join the background compaction threads while running rocksdb tests 11 years ago
heyongqiang e21ba94a69 Set FD_CLOEXEC after each file open 11 years ago
Mayank Agarwal f51b375062 Printing the options that db_crashtest.py is run with 11 years ago
Dhruba Borthakur 7730587120 Prevent segfault in OpenCompactionOutputFile 11 years ago
Mayank Agarwal adb4e4509b Fixing delete in env_posix.cc 11 years ago
Mayank Agarwal faa32a72a6 Invoke crash test from the Makefile 11 years ago
Abhishek Kona 574b76f710 [RocksDB][Bug] Look at all the files, not just the first file in TransactionLogIter as BatchWrites can leave it in Limbo 11 years ago
Mayank Agarwal 9b3134f5ca Make provision for db_stress to work with a pre-existing dir 11 years ago
Mayank Agarwal 26f68d3939 db_stress #reopens should be less than ops_per_thread 11 years ago
Mayank Agarwal 6203e4ccc0 Renaming the built leveldb.a library to rocksdb 11 years ago
Abhishek Kona 0e40185a7d [Rocksdb] Remove useless struct TableAndFile 11 years ago
Haobo Xu a77bc3d14c [RocksDB] Fix LRUCache Eviction problem 11 years ago
Vamsi Ponnekanti 2b9a360c8b [Getting warning while running db_crashtest] 11 years ago
Mayank Agarwal d0c46a65bb Release 1.5.8.2.fb 11 years ago
Abhishek Kona ca789a10cc [Rocksdb] Recover last updated sequence number from manifest also. 11 years ago
Haobo Xu 6763110867 [RocksDB] Replace iterator based loop with range based loop for stl containers 11 years ago
Haobo Xu d815082159 [RocksDB] env_posix cleanup 11 years ago
Mayank Agarwal e937d47180 Python script to periodically run and kill the db_stress test 11 years ago
Haobo Xu 645ff8f231 Let's get rid of delete as much as possible, here are some examples. 11 years ago
Abhishek Kona 3b51605b8d [RocksDB] Fix binary search while finding probable wal files 11 years ago
Abhishek Kona 8e9c781ae5 [Rocksdb] Fix Crash on finding a db with no log files. Error out instead 11 years ago
Abhishek Kona 7fdd5f5b33 Use non-mmapd files for Write-Ahead Files 11 years ago
Abhishek Kona 63f216ee0a memory manage statistics 11 years ago
Haobo Xu ecd8db0200 [RocksDB] Minimize Mutex protected code section in the critical path 11 years ago
Simon Marlow a8bf8fe504 Integrate the manifest_dump command with ldb 11 years ago
Abhishek Kona 9b70529c86 Disable Unit Test for TransactionLogIteratorStall 11 years ago
Abhishek Kona 27c15fb67e TransactionLogIter should stall at the last record. Currently it errors out 11 years ago
Mayank Agarwal 38d54832f7 Initialize variable in constructor for PosixEnv::checkedDiskForMmap_ 11 years ago
Abhishek Kona 91660e048f [Rocksdb] codemod NULL to nullptr in tools/*.cc 11 years ago
Dhruba Borthakur d0798f67f4 Run compactions even if workload is readonly or read-mostly. 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Dhruba Borthakur 2adddeefcb 1.5.8.1.fb release. 11 years ago
Mayank Agarwal a6f4275403 Removing boost from ldb_cmd.cc 11 years ago
Mayank Agarwal 48abc06049 Using return value of fwrite in posix_logger.h 11 years ago
Mayank Agarwal b1bea58457 Fix more signed-unsigned comparisons 11 years ago
Mayank Agarwal 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile 11 years ago
Mark Callaghan 72d14eafd3 add --benchmarks=levelstats option to db_bench, prevent "nan" in stats output 11 years ago
Abhishek Kona 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince 11 years ago
Abhishek Kona 7b9db9c98e DO not report level size as zero when there are no files in L0 11 years ago
Mayank Agarwal f04cc368f7 Fixing a careless mistake in ldb 11 years ago
Mayank Agarwal a78fb5e8bc Doing away with boost in ldb_cmd.h 11 years ago
Mark Callaghan 5a8c8845a9 Enhance db_bench 11 years ago
Mayank Agarwal e93dc3c0b8 Updating fbcode.gcc471.sh to use jemalloc 3.3.1 11 years ago
Abhishek Kona 1ba5abca97 Use posix_fallocate as default. 11 years ago
Mayank Agarwal 4e581c6ab4 Fix ldb_test.py to hide garbage from std output 11 years ago
Mayank Agarwal 5b278b53ae Fix valgrind errors in rocksdb tests: auto_roll_logger_test, reduce_levels_test 11 years ago