Commit Graph

  • 94d86b25a9 Fix memory leak for probableWALfiles in db_impl.cc Mayank Agarwal 2013-04-09 13:21:11 -0700
  • db8b404120 Fix off by one error in valgrind_test.sh Mayank Agarwal 2013-04-11 14:34:01 -0700
  • 6936f9bb8e Release 1.5.9.fb to third party Mayank Agarwal 2013-04-10 17:22:21 -0700
  • 6594fef7ef Exit and Join the background compaction threads while running rocksdb tests Mayank Agarwal 2013-03-19 14:39:28 -0700
  • e21ba94a69 Set FD_CLOEXEC after each file open heyongqiang 2013-04-09 19:42:07 -0700
  • f51b375062 Printing the options that db_crashtest.py is run with Mayank Agarwal 2013-04-10 12:15:30 -0700
  • 7730587120 Prevent segfault in OpenCompactionOutputFile Dhruba Borthakur 2013-04-10 08:37:03 -0700
  • adb4e4509b Fixing delete in env_posix.cc Mayank Agarwal 2013-04-08 19:10:24 -0700
  • faa32a72a6 Invoke crash test from the Makefile Mayank Agarwal 2013-04-05 13:44:59 -0700
  • 574b76f710 [RocksDB][Bug] Look at all the files, not just the first file in TransactionLogIter as BatchWrites can leave it in Limbo Abhishek Kona 2013-04-08 16:28:09 -0700
  • 9b3134f5ca Make provision for db_stress to work with a pre-existing dir Mayank Agarwal 2013-04-08 12:35:40 -0700
  • 26f68d3939 db_stress #reopens should be less than ops_per_thread Mayank Agarwal 2013-04-08 11:50:44 -0700
  • 6203e4ccc0 Renaming the built leveldb.a library to rocksdb Mayank Agarwal 2013-03-21 12:01:45 -0700
  • 0e40185a7d [Rocksdb] Remove useless struct TableAndFile Abhishek Kona 2013-04-05 11:26:46 -0700
  • a77bc3d14c [RocksDB] Fix LRUCache Eviction problem Haobo Xu 2013-04-03 18:53:42 -0700
  • 2b9a360c8b [Getting warning while running db_crashtest] Vamsi Ponnekanti 2013-04-03 03:40:39 -0700
  • d0c46a65bb Release 1.5.8.2.fb Mayank Agarwal 2013-04-03 11:50:49 -0700
  • ca789a10cc [Rocksdb] Recover last updated sequence number from manifest also. Abhishek Kona 2013-04-02 17:18:27 -0700
  • 6763110867 [RocksDB] Replace iterator based loop with range based loop for stl containers Haobo Xu 2013-03-28 18:01:06 -0700
  • d815082159 [RocksDB] env_posix cleanup Haobo Xu 2013-03-29 12:59:15 -0700
  • e937d47180 Python script to periodically run and kill the db_stress test Mayank Agarwal 2013-03-12 23:20:14 -0700
  • 645ff8f231 Let's get rid of delete as much as possible, here are some examples. Haobo Xu 2013-03-28 15:19:28 -0700
  • 3b51605b8d [RocksDB] Fix binary search while finding probable wal files Abhishek Kona 2013-03-28 13:37:15 -0700
  • 8e9c781ae5 [Rocksdb] Fix Crash on finding a db with no log files. Error out instead Abhishek Kona 2013-03-28 13:19:07 -0700
  • 7fdd5f5b33 Use non-mmapd files for Write-Ahead Files Abhishek Kona 2013-03-28 13:13:35 -0700
  • 63f216ee0a memory manage statistics Abhishek Kona 2013-03-27 11:27:39 -0700
  • ecd8db0200 [RocksDB] Minimize Mutex protected code section in the critical path Haobo Xu 2013-03-25 18:01:47 -0700
  • a8bf8fe504 Integrate the manifest_dump command with ldb Simon Marlow 2013-03-22 09:17:30 -0700
  • 9b70529c86 Disable Unit Test for TransactionLogIteratorStall Abhishek Kona 2013-03-21 15:49:20 -0700
  • 27c15fb67e TransactionLogIter should stall at the last record. Currently it errors out Abhishek Kona 2013-03-21 15:12:35 -0700
  • 38d54832f7 Initialize variable in constructor for PosixEnv::checkedDiskForMmap_ Mayank Agarwal 2013-03-21 11:12:42 -0700
  • 91660e048f [Rocksdb] codemod NULL to nullptr in tools/*.cc Abhishek Kona 2013-03-21 10:45:57 -0700
  • d0798f67f4 Run compactions even if workload is readonly or read-mostly. Dhruba Borthakur 2013-03-20 15:14:10 -0700
  • ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. Dhruba Borthakur 2013-03-14 17:00:04 -0700
  • 2adddeefcb 1.5.8.1.fb release. Dhruba Borthakur 2013-03-20 14:16:53 -0700
  • a6f4275403 Removing boost from ldb_cmd.cc Mayank Agarwal 2013-03-19 17:28:30 -0700
  • 48abc06049 Using return value of fwrite in posix_logger.h Mayank Agarwal 2013-03-14 18:12:22 -0700
  • b1bea58457 Fix more signed-unsigned comparisons Mayank Agarwal 2013-03-19 14:53:22 -0700
  • 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile Mayank Agarwal 2013-03-14 18:32:01 -0700
  • 72d14eafd3 add --benchmarks=levelstats option to db_bench, prevent "nan" in stats output Mark Callaghan 2013-03-19 06:36:03 -0700
  • 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince Abhishek Kona 2013-03-18 14:50:59 -0700
  • 7b9db9c98e DO not report level size as zero when there are no files in L0 Abhishek Kona 2013-03-18 12:04:38 -0700
  • f04cc368f7 Fixing a careless mistake in ldb Mayank Agarwal 2013-03-15 10:57:08 -0700
  • a78fb5e8bc Doing away with boost in ldb_cmd.h Mayank Agarwal 2013-03-14 17:56:38 -0700
  • 5a8c8845a9 Enhance db_bench Mark Callaghan 2013-03-01 11:25:13 -0800
  • e93dc3c0b8 Updating fbcode.gcc471.sh to use jemalloc 3.3.1 Mayank Agarwal 2013-03-13 14:37:16 -0700
  • 1ba5abca97 Use posix_fallocate as default. Abhishek Kona 2013-03-13 13:50:26 -0700
  • 4e581c6ab4 Fix ldb_test.py to hide garbage from std output Mayank Agarwal 2013-03-11 14:31:06 -0700
  • 5b278b53ae Fix valgrind errors in rocksdb tests: auto_roll_logger_test, reduce_levels_test Mayank Agarwal 2013-03-08 12:29:19 -0800
  • ebf16f57c9 Prevent segfault because SizeUnderCompaction was called without any locks. Dhruba Borthakur 2013-03-11 09:47:48 -0700
  • c04c956b66 Make the build-time show up in the leveldb library. Dhruba Borthakur 2013-03-11 10:14:59 -0700
  • 8ade935971 [Report the #gets and #founds in db_stress] Vamsi Ponnekanti 2013-02-23 11:11:16 -0800
  • 3eed5c9c01 Putting option -std=gnu++0x in Makefile rather than fbcode.gcc471.sh amayank 2013-03-07 12:20:13 -0800
  • 9e1c89cde8 Moving VALGRIND_VER which takes the valgrind version from third party to fbcode.gcc471.sh file amayank 2013-03-07 11:11:30 -0800
  • 469724be7f Add appropriate parameters to make bulk-load go faster. Dhruba Borthakur 2013-03-08 09:19:24 -0800
  • 3b6653b1f8 Make db_stress Not purge redundant keys on some opens amayank 2013-03-06 12:54:55 -0800
  • 6d812b6afb A mechanism to detect manifest file write errors and put db in readonly mode. Dhruba Borthakur 2013-03-06 13:28:54 -0800
  • 3b87e2bd2a Use version 3.8.1 for valgrind in third_party and do away with log files amayank 2013-03-06 15:12:38 -0800
  • d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file Abhishek Kona 2013-03-04 10:44:04 -0800
  • afed60938f Fox db_stress crash by copying keys before changing sequencenum to zero. Dhruba Borthakur 2013-03-05 21:53:28 -0800
  • 2fb47d661a add -j nproc in valgrind check script Abhishek Kona 2013-03-05 17:38:13 -0800
  • 760d511ece Fix Bash Script to run valgrind. Abhishek Kona 2013-03-05 16:49:38 -0800
  • e7b726da08 Downgrade optimization level from -O3 to -O2. Dhruba Borthakur 2013-03-05 10:43:27 -0800
  • 7b43500794 [RocksDB] Add bulk_load option to Options and ldb Zheng Shao 2013-02-25 22:57:37 -0800
  • f5896681b4 Removed unnecesary file object in table_cache. Dhruba Borthakur 2013-03-04 13:33:16 -0800
  • 993543d1be Add rate_delay_limit_milliseconds Mark Callaghan 2013-03-02 12:56:04 -0800
  • 806e264350 Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0. Dhruba Borthakur 2013-02-28 14:09:30 -0800
  • 4992633751 enable the ability to set key size in db_bench in rocksdb bil 2013-03-01 14:10:09 -0800
  • ec96ad5405 Automating valgrind to run with jenkins amayank 2013-02-25 11:17:26 -0800
  • c41f1e995c Codemod NULL to nullptr Abhishek Kona 2013-02-28 18:04:58 -0800
  • e45c7a8444 Abilty to support upto a million .sst files in the database Dhruba Borthakur 2013-02-26 00:13:17 -0800
  • a9866b721b Refactor statistics. Remove individual functions like incNumFileOpens Abhishek Kona 2013-02-25 13:58:34 -0800
  • 465b9103f8 [Add a second kind of verification to db_stress Vamsi Ponnekanti 2013-02-20 15:57:27 -0800
  • 959337ed5b Measure compaction time. Abhishek Kona 2013-02-21 16:23:33 -0800
  • 5024d72572 Adding a rule in the Makefile to run valgrind on the rocksdb tests amayank 2013-02-21 17:10:33 -0800
  • ec77366e14 Counters for bytes written and read. Abhishek Kona 2013-02-20 19:22:13 -0800
  • 6abb30d4d0 [Missed adding cmdline parsing for new flags added in D8685] Vamsi Ponnekanti 2013-02-21 10:36:56 -0800
  • 1052ea236f Exploring the rocksdb stress test amayank 2013-02-20 17:37:13 -0800
  • 945d2b59b9 [Add randomwithverify benchmark option] Vamsi Ponnekanti 2013-02-19 17:51:06 -0800
  • 9bf91c74b8 ldb waldump to print the keys along with other stats + NULL to nullptr in ldb_cmd.cc Abhishek Kona 2013-02-19 18:12:20 -0800
  • b2c50f1c3f Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value amayank 2013-02-15 15:28:24 -0800
  • fe10200ddc Introduce histogram in statistics.h Abhishek Kona 2013-02-15 11:53:17 -0800
  • 61a3e6755d Cleanup README.fb Dhruba Borthakur 2013-02-19 09:54:54 -0800
  • 45f0030458 Fix the "IO error" in auto_roll_logger_test Kai Liu 2013-02-19 00:09:16 -0800
  • ae09544cd6 Temporary remove the auto_roll_logger_test. Kai Liu 2013-02-18 23:30:26 -0800
  • f3901e0647 Revert "Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value" amayank 2013-02-18 22:32:07 -0800
  • fd367e677e Fix unit test failure in db_filename.cc Dhruba Borthakur 2013-02-18 20:08:12 -0800
  • 4564915446 Zero out redundant sequence numbers for kvs to increase compression efficiency Dhruba Borthakur 2013-02-15 14:31:24 -0800
  • 27e26df665 cleanup README. Dhruba Borthakur 2013-02-18 19:42:29 -0800
  • 4c696ed001 Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value amayank 2013-02-15 15:28:24 -0800
  • aaa0cbb97a Fix the warning introduced by auto_roll_logger_test Kai Liu 2013-02-13 14:21:24 -0800
  • f02db1c118 Add zlib to our builds and tweak histogram output Chip Turner 2013-02-06 17:12:43 -0800
  • b63aafce42 Allow the logs to be purged by TTL. Kai Liu 2013-02-04 19:42:40 -0800
  • 19012c2e28 Enable linting in arc. Abhishek Kona 2013-02-01 11:33:33 -0800
  • 4dc02f7b7a Initialize all doubles to 0 in histogram.cc Abhishek Kona 2013-01-31 17:07:31 -0800
  • 009034cf12 Performant util/histogram. Abhishek Kona 2013-01-29 12:23:31 -0800
  • 4dcc0c89f4 Fixed cache key for block cache Kosie van der Merwe 2013-01-31 15:20:24 -0800
  • 2c3565285e Add OS_LINUX ifdef protections around fallocate parts Chip Turner 2013-01-28 11:18:50 -0800
  • 11ce6a060e Enhanced ldb to support data access commands Dilip Antony Joseph 2013-01-11 11:09:23 -0800
  • 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements Chip Turner 2013-01-24 10:54:26 -0800