Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19284
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(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/19284/1 -- 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: newchange Gerrit-Change-Id: Ib31e18c2a5ae68d05b4b0b0db15ff1cd00ac240b Gerrit-Change-Number: 19284 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
