Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19594
Change subject: [KUDU-3452] Make validate table creating task not affected ...................................................................... [KUDU-3452] Make validate table creating task not affected Create a three-replicas table when one of three tablet servers will timeout. After that, create a two-replicas table also will timeout even if there are enough tablet servers to place its replicas. The validate two-replicas table will be affected by invalidate three-replicas table. This patch fix this problem. If a task of creating tablet fail, it will not return immediately, but let other tasks of creating other tablets keep on running. Change-Id: I64668651d0e8f58b92cfb841bdb20617de6776f9 --- M src/kudu/master/catalog_manager.cc M src/kudu/tools/kudu-admin-test.cc 2 files changed, 62 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/19594/1 -- To view, visit http://gerrit.cloudera.org:8080/19594 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I64668651d0e8f58b92cfb841bdb20617de6776f9 Gerrit-Change-Number: 19594 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
