Skip to content

Commit 97d69b7

Browse files
authored
Merge pull request #72 from rockset/Merge-6.5.2
Merge RocksDB 6.5.2 into RocksDB Cloud
2 parents c4eb129 + 0ecd80e commit 97d69b7

File tree

1,018 files changed

+97180
-44431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,018 files changed

+97180
-44431
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ make_config.mk
2424
*.vcxproj.filters
2525
*.sln
2626
*.cmake
27+
.watchmanconfig
2728
CMakeCache.txt
2829
CMakeFiles/
2930
build/
@@ -32,6 +33,8 @@ ldb
3233
manifest_dump
3334
sst_dump
3435
blob_dump
36+
block_cache_trace_analyzer
37+
tools/block_cache_analyzer/*.pyc
3538
column_aware_encoding_exp
3639
util/build_version.cc
3740
build_tools/VALGRIND_LOGS/
@@ -47,6 +50,8 @@ rocksdb_undump
4750
db_test2
4851
trace_analyzer
4952
trace_analyzer_test
53+
block_cache_trace_analyzer
54+
.DS_Store
5055

5156
java/out
5257
java/target

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ os:
55
- linux
66
compiler:
77
- gcc
8+
osx_image: xcode8.3
9+
jdk:
10+
- openjdk7
811
cache:
912
directories:
1013
- "$BUILD_DIR/aws"

.watchmanconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"content_hash_warming": true,
3+
"content_hash_max_items": 333333,
4+
"hint_num_files_per_dir": 8,
5+
"fsevents_latency": 0.05
6+
}

0 commit comments

Comments
 (0)