Volodymyr Verovkin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14212


Change subject: KUDU-2920: Block cache capacity validator shouldn't run on an 
NVM block cache
......................................................................

KUDU-2920: Block cache capacity validator shouldn't run on an NVM block
cache

Validator should fail for options:
--block_cache_type=DRAM
--block_cache_capacity_mb=1000000
and succeed for options:
--block_cache_type=NVM
--block_cache_capacity_mb=1000000
--nvm_cache_path=/path/to/your/tmp/dir
where 1000000 means "size of cache bigger than RAM" (1000GB)

Change-Id: I9f50e9dd901280b5c32576e43165292299922995
---
M src/kudu/cfile/block_cache.cc
M src/kudu/cfile/block_cache.h
M src/kudu/cfile/cfile-test.cc
3 files changed, 43 insertions(+), 19 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/12/14212/1
--
To view, visit http://gerrit.cloudera.org:8080/14212
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f50e9dd901280b5c32576e43165292299922995
Gerrit-Change-Number: 14212
Gerrit-PatchSet: 1
Gerrit-Owner: Volodymyr Verovkin <verjov...@cloudera.com>

Reply via email to