Hello Yifan Zhang, Kudu Jenkins, Yao Xu,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19284
to look at the new patch set (#2).
Change subject: KUDU-3425 fix flakiness in TestSnapshotScanBeforeAHM
......................................................................
KUDU-3425 fix flakiness in TestSnapshotScanBeforeAHM
This patch fixes the flakiness in the TestSnapshotScanBeforeAHM scenario
of the TabletHistoryGcITest test. The root cause was in
IsAlterTableDone() RPC reporting 'all is done' prior the tablet replica
that served the scan request has received the update on the custom
config for the scanned table.
Setting replication factor to 1 from default 3 made the scenario stable.
before: 19 out of 1024 failed
http://dist-test.cloudera.org/job?job_id=aserbin.1669681704.94942
after: 0 out of 1024 failed
http://dist-test.cloudera.org/job?job_id=aserbin.1669686405.116123
Change-Id: Ib31e18c2a5ae68d05b4b0b0db15ff1cd00ac240b
---
M src/kudu/integration-tests/tablet_history_gc-itest.cc
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/19284/2
--
To view, visit http://gerrit.cloudera.org:8080/19284
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib31e18c2a5ae68d05b4b0b0db15ff1cd00ac240b
Gerrit-Change-Number: 19284
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yao Xu <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>