]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/log
rocksdb.git
8 years agoBump up version to 5.5.5, update HISTORY.md and one more cleaning up rocksdb-5.5.5 v5.5.5
sdong [Tue, 18 Jul 2017 19:54:12 +0000 (12:54 -0700)]
Bump up version to 5.5.5, update HISTORY.md and one more cleaning up

8 years agoUpdate java/rocksjni.pom
sdong [Tue, 18 Jul 2017 19:35:02 +0000 (12:35 -0700)]
Update java/rocksjni.pom

8 years agoSome more files.
sdong [Tue, 18 Jul 2017 19:21:24 +0000 (12:21 -0700)]
Some more files.

8 years agoUpdate HISTORY.md rocksdb-5.5.4 v5.5.4
sdong [Tue, 18 Jul 2017 18:41:17 +0000 (11:41 -0700)]
Update HISTORY.md

8 years agoRemove some left-over BSD headers
sdong [Tue, 18 Jul 2017 18:38:39 +0000 (11:38 -0700)]
Remove some left-over BSD headers

8 years agoBump up version to 5.5.4
sdong [Tue, 18 Jul 2017 17:46:24 +0000 (10:46 -0700)]
Bump up version to 5.5.4

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 agoBump version to 5.5.3 rocksdb-5.5.3 v5.5.3
Yi Wu [Mon, 17 Jul 2017 21:31:15 +0000 (14:31 -0700)]
Bump version to 5.5.3

8 years agoFix RocksDB Lite build with CLANG
Siying Dong [Mon, 12 Jun 2017 13:32:01 +0000 (06:32 -0700)]
Fix RocksDB Lite build with CLANG

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

Differential Revision: D5193976

Pulled By: siying

fbshipit-source-id: 62d115edee6043237e9d6ad3c2a05481e162c9eb

8 years agoFix db_bench build break with blob db
Yi Wu [Thu, 25 May 2017 21:08:16 +0000 (14:08 -0700)]
Fix db_bench build break with blob db

Summary:
Lite build does not recognize FLAGS_use_blob_db. Fixing it.
Closes https://github.com/facebook/rocksdb/pull/2372

Reviewed By: anirbanr-fb

Differential Revision: D5130773

Pulled By: yiwu-arbug

fbshipit-source-id: 43131d9d0be5811f2129af562be72cca26369cb3

8 years agoBump version to 5.5.2 rocksdb-5.5.2 v5.5.2
Yi Wu [Thu, 13 Jul 2017 18:46:47 +0000 (11:46 -0700)]
Bump version to 5.5.2

8 years agoApply CLANG Tidy v5.5.1
sdong [Tue, 27 Jun 2017 00:47:20 +0000 (17:47 -0700)]
Apply CLANG Tidy

8 years agobump version to 5.5.1
Aaron Gao [Mon, 26 Jun 2017 22:24:46 +0000 (15:24 -0700)]
bump version to 5.5.1

8 years agoFix bug that flush doesn't respond to fsync result
Siying Dong [Mon, 26 Jun 2017 19:32:52 +0000 (12:32 -0700)]
Fix bug that flush doesn't respond to fsync result

Summary:
With a regression bug was introduced two years ago, by https://github.com/facebook/rocksdb/commit/6e9fbeb27c38329f33ae541302c44c8db8374f8c , we fail to check return status of fsync call. This can cause we miss the information from the file system and can potentially cause corrupted data which we could have been detected.
Closes https://github.com/facebook/rocksdb/pull/2495

Reviewed By: ajkr

Differential Revision: D5321949

Pulled By: siying

fbshipit-source-id: c68117914bb40700198fc37d0e4c63163a8a1031

8 years agoupdate 5.5 change log
Aaron Gao [Fri, 9 Jun 2017 18:06:34 +0000 (11:06 -0700)]
update 5.5 change log

Summary:
update bug fixed.
Closes https://github.com/facebook/rocksdb/pull/2434

Differential Revision: D5218601

Pulled By: lightmark

fbshipit-source-id: 1f86b2c93345673612381081537d464e7d12e434

8 years agoSwitch from CentOS 5 to CentOS 6 for crossbuilding RocksJava
Adam Retter [Mon, 5 Jun 2017 19:16:02 +0000 (12:16 -0700)]
Switch from CentOS 5 to CentOS 6 for crossbuilding RocksJava

Summary:
Updates the statically linked libraries from linking against glibc 2.5, to linking against glibc 2.12.
Closes https://github.com/facebook/rocksdb/pull/2405

Differential Revision: D5184132

Pulled By: sagar0

fbshipit-source-id: 7a8ad4cf7e737ca62f29e58938bd49fa02114541

8 years agoRevert "cross-platform compatibility improvements"
Aaron Gao [Thu, 25 May 2017 01:18:51 +0000 (18:18 -0700)]
Revert "cross-platform compatibility improvements"

This reverts commit 11c5d4741a1e11a1315d5ca644ce555e07e91f61.

8 years agoRevert "remove #include port/port.h in public header file"
Aaron Gao [Thu, 25 May 2017 01:18:24 +0000 (18:18 -0700)]
Revert "remove #include port/port.h in public header file"

This reverts commit 4c9d2b10468146f42facb98fbc55d31501036d6a.

8 years agoupdate buckifer/TARGETS
Aaron Gao [Wed, 24 May 2017 18:49:35 +0000 (11:49 -0700)]
update buckifer/TARGETS

Summary:
update targets file for release
Closes https://github.com/facebook/rocksdb/pull/2358

Differential Revision: D5115705

Pulled By: lightmark

fbshipit-source-id: 96a3c7e15b5807b5d0f5a9bb73850b92754b5794

8 years agorange sync should be enabled
Siying Dong [Wed, 24 May 2017 16:43:32 +0000 (09:43 -0700)]
range sync should be enabled

Summary:
We forgot to add the new flag in internal build script. Add it.
Closes https://github.com/facebook/rocksdb/pull/2360

Differential Revision: D5121428

Pulled By: siying

fbshipit-source-id: af72d48cd855b37df1ce3c1fbb00c80377ba6e4f

8 years agoFix errors in clang-analyzer builds
Sagar Vemuri [Tue, 23 May 2017 21:57:32 +0000 (14:57 -0700)]
Fix errors in clang-analyzer builds

Summary:
Fix build error in db_iter.cc when running clang-analyzer.
```
  CC       db/db_iter.o
db/db_iter.cc:938:21: error: no matching constructor for initialization of 'rocksdb::ParsedInternalKey'
  ParsedInternalKey ikey(Slice(), 0, 0);
                    ^    ~~~~~~~~~~~~~
./db/dbformat.h:84:3: note: candidate constructor not viable: no known conversion from 'int' to 'rocksdb::ValueType' for 3rd argument
  ParsedInternalKey(const Slice& u, const SequenceNumber& seq, ValueType t)
  ^
./db/dbformat.h:78:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 3 were provided
struct ParsedInternalKey {
       ^
./db/dbformat.h:78:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 3 were provided
./db/dbformat.h:83:3: note: candidate constructor not viable: requires 0 arguments, but 3 were provided
  ParsedInternalKey() { }  // Intentionally left uninitialized (for speed)
  ^
1 error generated.
```
Closes https://github.com/facebook/rocksdb/pull/2354

Differential Revision: D5115751

Pulled By: sagar0

fbshipit-source-id: b0e386d4e935e4725b07761c3ca5f7a8cbde3692