Revision b7220077789b8b1ebab1d2c52c849065d8a4c827 authored by Andres Notzli on 01 September 2015, 06:11:12 UTC, committed by Andres Notzli on 01 September 2015, 06:11:12 UTC
Summary:
Flushes in listener_test happened to early when ROCKSDB_MALLOC_USABLE_SIZE was
active (e.g. when compiling with ROCKSDB_FBCODE_BUILD_WITH_481=1) due to
malloc_usable_size() reporting a better estimate (similar to
https://reviews.facebook.net/D43317 ). This patch grows the write buffer size
slightly to compensate for this.

Test Plan: ROCKSDB_FBCODE_BUILD_WITH_481=1 make listener_test && ./listener_test

Reviewers: rven, anthony, yhchiang, igor, sdong

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D45921
1 parent 40cd91b
History
File Mode Size
README -rw-r--r-- 945 bytes
env_hdfs.h -rw-r--r-- 10.8 KB
setup.sh -rw-r--r-- 408 bytes

README

back to top