]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
8 years agorelease 5.6.2 rocksdb-5.6.2 v5.6.2
Andrew Kryczka [Sat, 12 Aug 2017 21:35:35 +0000 (14:35 -0700)]
release 5.6.2

8 years agofix deletion dropping in intra-L0
Andrew Kryczka [Sat, 12 Aug 2017 01:01:28 +0000 (18:01 -0700)]
fix deletion dropping in intra-L0

Summary:
`KeyNotExistsBeyondOutputLevel` didn't consider L0 files' key-ranges. So if a key only was covered by older L0 files' key-ranges, we would incorrectly drop deletions of that key. This PR just skips the deletion-dropping optimization when output level is L0.
Closes https://github.com/facebook/rocksdb/pull/2726

Differential Revision: D5617286

Pulled By: ajkr

fbshipit-source-id: 4bff1396b06d49a828ba4542f249191052915bce

8 years agoBump version to 5.6.1 rocksdb-5.6.1 v5.6.1
Yi Wu [Tue, 25 Jul 2017 17:11:29 +0000 (10:11 -0700)]
Bump version to 5.6.1

8 years agoRemove make_new_version.sh
Yi Wu [Fri, 21 Jul 2017 03:28:43 +0000 (20:28 -0700)]
Remove make_new_version.sh

Summary:
Seems the only function of the script is to create a new branch, which can be done easily. I'm removing it.
Closes https://github.com/facebook/rocksdb/pull/2623

Differential Revision: D5468681

Pulled By: yiwu-arbug

fbshipit-source-id: 87dea5ecc4c85e06941ccbc36993f7f589063878

8 years agoMake TARGETS file portable
Islam AbdelRahman [Fri, 14 Jul 2017 22:36:20 +0000 (15:36 -0700)]
Make TARGETS file portable

Summary:
Instead of hard coding the path of the internal repo.
Make TARGETS file work anywhere in fbcode
Closes https://github.com/facebook/rocksdb/pull/2586

Differential Revision: D5428122

Pulled By: IslamAbdelRahman

fbshipit-source-id: 21adec82bfbff14ea93532bee789b5f5bbee5b01

8 years agoRemove arcanist_util directory
Islam AbdelRahman [Fri, 14 Jul 2017 18:02:51 +0000 (11:02 -0700)]
Remove arcanist_util directory

8 years agoUpdate java/rocksjni.pom
Siying Dong [Tue, 18 Jul 2017 19:58:57 +0000 (12:58 -0700)]
Update java/rocksjni.pom

Summary: Closes https://github.com/facebook/rocksdb/pull/2610

Differential Revision: D5445705

Pulled By: siying

fbshipit-source-id: d5f97ffdf5bc18b853c3a106755aca96a650e428

8 years agoRemove some left-over BSD headers
Siying Dong [Tue, 18 Jul 2017 18:46:31 +0000 (11:46 -0700)]
Remove some left-over BSD headers

Summary: Closes https://github.com/facebook/rocksdb/pull/2608

Differential Revision: D5444797

Pulled By: siying

fbshipit-source-id: 690581d03f37822e059a16085088e8e2d8a45016

8 years agoAdd back the LevelDB license file
Siying Dong [Mon, 17 Jul 2017 01:35:39 +0000 (18:35 -0700)]
Add back the LevelDB license file

Summary: Closes https://github.com/facebook/rocksdb/pull/2591

Differential Revision: D5432696

Pulled By: siying

fbshipit-source-id: a613230ab916de0b279a65ef429ede65460a8db2

8 years agoRemove the licensing description in CONTRIBUTING.md
Siying Dong [Sun, 16 Jul 2017 22:50:14 +0000 (15:50 -0700)]
Remove the licensing description in CONTRIBUTING.md

Summary: Closes https://github.com/facebook/rocksdb/pull/2590

Differential Revision: D5432539

Pulled By: siying

fbshipit-source-id: 49902453bba3c95c1fb8354441b2198649e52bf4

8 years agoChange RocksDB License
Siying Dong [Sat, 15 Jul 2017 23:03:42 +0000 (16:03 -0700)]
Change RocksDB License

Summary: Closes https://github.com/facebook/rocksdb/pull/2589

Differential Revision: D5431502

Pulled By: siying

fbshipit-source-id: 8ebf8c87883daa9daa54b2303d11ce01ab1f6f75

8 years agoFix column_family_test with LITE build
Yi Wu [Mon, 17 Jul 2017 21:51:19 +0000 (14:51 -0700)]
Fix column_family_test with LITE build

Summary:
Fix column_family_test with LITE build. I need this patch to fix 5.6 branch.
Closes https://github.com/facebook/rocksdb/pull/2597

Differential Revision: D5437171

Pulled By: yiwu-arbug

fbshipit-source-id: 88b9dc5925a6b47af10c1b41bc5b07c4251a84b5