rocksdb/java/rocksjni
Yueh-Hsuan Chiang 03d433ee65 [RocksJava] Fixed test failures
Summary:
The option bottommost_level_compaction was introduced lately.
This option breaks the Java API behavior. To prevent the library
from doing so we set that option to a fixed value in Java.

In future we are going to remove that portion and replace the
hardcoded options using a more flexible way.

Fixed bug introduced by WriteBatchWithIndex Patch

Lately icanadi changed the behavior of WriteBatchWithIndex.
See commit: 821cff114e

This commit solves problems introduced by above mentioned commit.

Test Plan:
make rocksdbjava
make jtest

Reviewers: adamretter, ankgup87, yhchiang

Reviewed By: yhchiang

Subscribers: igor, dhruba

Differential Revision: https://reviews.facebook.net/D40647
2015-07-01 23:22:03 -07:00
..
backupablejni.cc [RocksJava] Fixed MacOS build of RocksJava 2014-11-26 20:53:23 +01:00
checkpoint.cc
columnfamilyhandle.cc
comparator.cc
comparatorjnicallback.cc
comparatorjnicallback.h
env.cc [RocksJava] Expose MemEnv in RocksJava 2015-03-23 18:59:31 +01:00
filter.cc
iterator.cc Abstractions for common iterator behaviour 2015-01-14 21:16:06 +00:00
loggerjnicallback.cc RocksJava - JNI Logger callback 2015-03-14 20:57:18 +01:00
loggerjnicallback.h RocksJava - JNI Logger callback 2015-03-14 20:57:18 +01:00
memtablejni.cc [RocksJava] 32-Bit adjustments 2015-03-19 20:45:55 +01:00
merge_operator.cc
options.cc Support saving history in memtable_list 2015-05-28 16:34:24 -07:00
portal.h [RocksJava] Add compression per level to API 2015-03-23 18:58:56 +01:00
ratelimiterjni.cc
restorejni.cc [RocksJava] Fixed MacOS build of RocksJava 2014-11-26 20:53:23 +01:00
rocksjni.cc Use CompactRangeOptions for CompactRange 2015-06-17 14:36:14 -07:00
slice.cc [RocksJava] Integrated proposed simplificiation 2015-01-17 01:22:29 +01:00
snapshot.cc [RocksJava] Snapshot - GetSequenceNumber 2015-01-31 15:50:34 +01:00
statistics.cc
table.cc [RocksJava] BlockBasedTableConfig 3.10 2015-01-22 23:46:38 +01:00
transaction_log.cc [RocksJava] Incorporated changes for D32151 2015-01-31 15:15:49 +01:00
ttl.cc [RocksJava] CF Name shall handle bytes correctly 2015-02-10 21:00:00 +01:00
write_batch.cc Moved Java test classes into src/test/java 2015-02-01 19:30:31 +00:00
write_batch_test.cc Optimistic Transactions 2015-05-29 14:36:35 -07:00
write_batch_with_index.cc [RocksJava] Fixed test failures 2015-07-01 23:22:03 -07:00
writebatchhandlerjnicallback.cc
writebatchhandlerjnicallback.h