]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
9 years agoenv_mirror: instruct EnvMirror whether mirrored Envs should be destroyed env-mirror-leaks
Sage Weil [Wed, 28 Sep 2016 17:55:50 +0000 (13:55 -0400)]
env_mirror: instruct EnvMirror whether mirrored Envs should be destroyed

The lifecycle rules for Env are frustrating and undocumented.  Notably,
Env::Default() should *not* be freed, but any Env instances we created
should be.

Explicitly instruct EnvMirror whether to clean up child Env instances.
Default to false so that we do not affect existing callers.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoenv_mirror: fix leak from LockFile
Sage Weil [Wed, 28 Sep 2016 17:53:46 +0000 (13:53 -0400)]
env_mirror: fix leak from LockFile

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoCreate CNAME
Joel Marcey [Tue, 13 Sep 2016 16:50:04 +0000 (09:50 -0700)]
Create CNAME

9 years agoAdd API links to the header bar
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

9 years agoPreserve blog comments in markdown
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

9 years agoAdding Dgraph to list of Users (#1291)
Pawan Rawal [Tue, 13 Sep 2016 00:33:44 +0000 (06:03 +0530)]
Adding Dgraph to list of Users (#1291)

* Adding Dgraph

* open-source

9 years agoSummary: (#1313)
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.

9 years agoFix C api memtable rep bugs. (#1328)
Adam Faulkner [Mon, 12 Sep 2016 22:31:42 +0000 (15:31 -0700)]
Fix C api memtable rep bugs. (#1328)

9 years agoRelease RocksDB 4.12
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

9 years agoAllow an offset as well as a length to be specified for byte[] operations in RocksJav...
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

9 years agoadd C api for set wal_recovery_mode (#1327)
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