Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14122
Change subject: KUDU-2907: add a dir to dir groups when full ...................................................................... KUDU-2907: add a dir to dir groups when full This patch extends the directory-picking behavior when selecting directories for new blocks if all directories in the given tablet's group are full. It now allows the expansion of a tablet's data dir group if healthy directories are available. This doesn't change the policy for picking directories for groups; it only extends the usage of the policy to potentially add directories when getting a directory for a new block. Change-Id: Ic8e05bdfe1fc2ac0e7152d493f289d3ac6e850d7 --- M src/kudu/fs/data_dirs-test.cc M src/kudu/fs/data_dirs.cc M src/kudu/fs/data_dirs.h M src/kudu/fs/file_block_manager.cc M src/kudu/fs/log_block_manager.cc M src/kudu/tserver/tablet_server-test.cc 6 files changed, 317 insertions(+), 67 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/14122/1 -- To view, visit http://gerrit.cloudera.org:8080/14122 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8e05bdfe1fc2ac0e7152d493f289d3ac6e850d7 Gerrit-Change-Number: 14122 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
