]>
git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Joel Marcey [Tue, 13 Sep 2016 16:50:04 +0000 (09:50 -0700)]
Create CNAME
Joel Marcey [Tue, 13 Sep 2016 16:13:59 +0000 (09:13 -0700)]
Add API links to the header bar
Summary:
Until we get new API infra for gh-pages, this will point to the C++ headers and Java
files, respectively for API information.
Test Plan:
Visual
https://www.facebook.com/pxlcld/pwzQ
Reviewers: lgalanis, sdong
Reviewed By: sdong
Subscribers: andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D63771
Joel Marcey [Tue, 13 Sep 2016 16:13:29 +0000 (09:13 -0700)]
Preserve blog comments in markdown
Summary:
While we won't have new comments when we move to gh-pages (for now), this preserves
the current comments in markdown format.
Test Plan:
Visual
https://www.facebook.com/pxlcld/pwCR
Reviewers: lgalanis, sdong
Reviewed By: sdong
Subscribers: jamesgpearce, andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D63783
Pawan Rawal [Tue, 13 Sep 2016 00:33:44 +0000 (06:03 +0530)]
Adding Dgraph to list of Users (#1291)
* Adding Dgraph
* open-source
somnathr [Mon, 12 Sep 2016 23:53:42 +0000 (16:53 -0700)]
Summary: (#1313)
If log recycling is enabled with the rocksdb (recycle_log_file_num=16)
db->Writebatch is erroring out with keynotfound after ~5-6 hours of run
(1M seq but can happen to any workload I guess).See my detailed bug
report here (https://github.com/facebook/rocksdb/issues/1303).
This commit is the fix for this, a check is been added not to delete
the log file if it is already there in the recycle list.
Test Plan:
Unit tested it and ran the similar profile. Not reproducing anymore.
Adam Faulkner [Mon, 12 Sep 2016 22:31:42 +0000 (15:31 -0700)]
Fix C api memtable rep bugs. (#1328)
Islam AbdelRahman [Mon, 12 Sep 2016 19:34:08 +0000 (12:34 -0700)]
Release RocksDB 4.12
Summary: Release 4.12
Test Plan: none
Reviewers: andrewkr, yiwu, lightmark, sdong
Reviewed By: sdong
Subscribers: andrewkr, dhruba
Differential Revision: https://reviews.facebook.net/D63885
Adam Retter [Mon, 12 Sep 2016 18:51:08 +0000 (19:51 +0100)]
Allow an offset as well as a length to be specified for byte[] operations in RocksJava JNI (#1264)
Test Plan: Execute the Java test suite
Reviewers: yhchiang
Subscribers: andrewkr, dhruba
Differential Revision: https://reviews.facebook.net/D61971
zhangjinpeng1987 [Fri, 9 Sep 2016 17:11:30 +0000 (01:11 +0800)]
add C api for set wal_recovery_mode (#1327)
* add C api for set wal recovery mode
* add test