Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/20958

to look at the new patch set (#4).

Change subject: [WIP][catalog_manager] Skip eviction during bootstrapping
......................................................................

[WIP][catalog_manager] Skip eviction during bootstrapping

If the leader replica shuts down and returns to the quorum, it will take
some time to bootstrap. During this time, it is possible to send a full
tablet report it still reckons itself as the leader and since it is
bootstrapping, the overall health is unknown. This can cause trouble as
it there is a check that the leader must be always healthy.
This issue is solved by checking if the tablet is bootstrapping and if
it is then eviction check is skipped. There is no need for new test
because this change fixes ToolTest::TestRecreateCMeta flakiness and
verifies the correct behaviour indirectly.

Change-Id: I0cbbe6b77d99d167fc58692047072f86d3d963cf
---
M src/kudu/master/catalog_manager.cc
1 file changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/58/20958/4
--
To view, visit http://gerrit.cloudera.org:8080/20958
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0cbbe6b77d99d167fc58692047072f86d3d963cf
Gerrit-Change-Number: 20958
Gerrit-PatchSet: 4
Gerrit-Owner: Ádám Bakai <aba...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to