Commit Graph

182 Commits (5693db2a02dfa31a7106328e6e6d45c84470605f)

Author SHA1 Message Date
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
Abhishek Kona ca789a10cc [Rocksdb] Recover last updated sequence number from manifest also. 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 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
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Mayank Agarwal b1bea58457 Fix more signed-unsigned comparisons 11 years ago
Abhishek Kona 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince 11 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 11 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 12 years ago
Dhruba Borthakur 806e264350 Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0. 12 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Dhruba Borthakur 4564915446 Zero out redundant sequence numbers for kvs to increase compression efficiency 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Chip Turner 3dafdfb2c4 Use fallocate to prevent excessive allocation of sst files and logs 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Abhishek Kona 7d5a4383bb rollover manifest file. 12 years ago
Abhishek Kona 85ad13be1a Port fix for Leveldb manifest writing bug from Open-Source 12 years ago
Kosie van der Merwe 62d48571de Added meta-database support. 12 years ago
Abhishek Kona 2ba866e0c5 GetSequence API in write batch. 12 years ago
Abhishek Kona 22c283625b Fix Bug in Binary Search for files containing a seq no. and delete Archived Log Files during Destroy DB. 12 years ago
Dhruba Borthakur 24fc379273 An public api to fetch the latest transaction id. 12 years ago
Abhishek Kona 1c6742e32f Refactor GetArchivalDirectoryName to filename.h 12 years ago
Abhishek Kona 8055008909 GetUpdatesSince API to enable replication. 12 years ago
sheki d4627e6de4 Move WAL files to archive directory, instead of deleting. 12 years ago
Abhishek Kona d29f181923 Fix all the lint errors. 12 years ago
Dhruba Borthakur 9a357847eb Delete non-visible keys during a compaction even in the presense of snapshots. 12 years ago
Dhruba Borthakur 74054fa993 Fix compilation error while compiling unit tests with OPT=-g 12 years ago
amayank 65b035a47f Fix a coding error in db_test.cc 12 years ago
amayank de278a6de9 Fix a coding error in db_test.cc 12 years ago
Dhruba Borthakur 5d16e503a6 Improved CompactionFilter api: pass in a opaque argument to CompactionFilter invocation. 12 years ago
Abhishek Kona 4e413df3d0 Flush Data at object destruction if disableWal is used. 12 years ago
Dhruba Borthakur aa42c66814 Fix all warnings generated by -Wall option to the compiler. 12 years ago
Dhruba Borthakur 5273c81483 Ability to invoke application hook for every key during compaction. 12 years ago
Dhruba Borthakur a1bd5b7752 Compilation problem introduced by previous 12 years ago
amayank 854c66b089 Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
heyongqiang fb8d437325 fix test failure 12 years ago
heyongqiang 925f60d39d add a test case to make sure chaning num_levels will fail Summary: 12 years ago
Dhruba Borthakur 321dfdc3ae Allow having different compression algorithms on different levels. 12 years ago
Dhruba Borthakur de7689b1d7 Fix unit test failure caused by delaying deleting obsolete files. 12 years ago
Dhruba Borthakur 8eedf13a82 Fix unit test failure caused by delaying deleting obsolete files. 12 years ago
Dhruba Borthakur c1bb32e1ba Trigger read compaction only if seeks to storage are incurred. 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 12 years ago
Dhruba Borthakur ba55d77b5d Ability to take a file-lvel snapshot from leveldb. 12 years ago
heyongqiang 0f43aa474e put log in a seperate dir 12 years ago
heyongqiang a4f9b8b49e merge 1.5 12 years ago
heyongqiang 6fee5a74f5 Do not spin in a tight loop attempting compactions if there is a compaction error 12 years ago
Dhruba Borthakur e56b2c5a31 Prevent concurrent multiple opens of leveldb database. 12 years ago
heyongqiang 20ee76bd34 use ts as suffix for LOG.old files 12 years ago