Commit Graph

12 Commits (ab8d2f6ab244b0a1c54f606f54881d96e5a4cfeb)

Author SHA1 Message Date
Abhishek Kona 41cb922b34 Allocate the LogReporter from heap. Summary: 12 years ago
Mayank Agarwal 94d86b25a9 Fix memory leak for probableWALfiles in db_impl.cc 12 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 12 years ago
Abhishek Kona 9b70529c86 Disable Unit Test for TransactionLogIteratorStall 12 years ago
Abhishek Kona 27c15fb67e TransactionLogIter should stall at the last record. Currently it errors out 12 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 12 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Dhruba Borthakur 3d1e92b05a Enhancements to rocksdb for better support for replication. 12 years ago
Abhishek Kona 2ba866e0c5 GetSequence API in write batch. 12 years ago
Abhishek Kona 8055008909 GetUpdatesSince API to enable replication. 12 years ago