Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19594
to look at the new patch set (#2).
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, 67 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/19594/2
--
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: newpatchset
Gerrit-Change-Id: I64668651d0e8f58b92cfb841bdb20617de6776f9
Gerrit-Change-Number: 19594
Gerrit-PatchSet: 2
Gerrit-Owner: Wang Xixu <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)