Hello Todd Lipcon, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6880 to look at the new patch set (#2). Change subject: block manager: require file cache ...................................................................... block manager: require file cache The file cache has been in Kudu since 1.2 and we've yet to see any major issues. So let's make it required; doing so lets us clean up some branches. As for block_manager_max_open_files, I changed the meaning of the value 0 from "no limit" to "error"; this seemed net less disruptive than changing the meaning of -1 from "40%" to "error" and 0 from "no limit" to "40%". Change-Id: I9946e537e0b4abd66a9a90fc05df04232db68bc0 --- M src/kudu/fs/block_manager.cc M src/kudu/fs/file_block_manager.cc M src/kudu/fs/file_block_manager.h M src/kudu/fs/log_block_manager.cc M src/kudu/fs/log_block_manager.h 5 files changed, 54 insertions(+), 100 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/6880/2 -- To view, visit http://gerrit.cloudera.org:8080/6880 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I9946e537e0b4abd66a9a90fc05df04232db68bc0 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <t...@apache.org>