Yifan Zhang has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/19284 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> --- M src/kudu/integration-tests/tablet_history_gc-itest.cc 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Alexey Serbin: Verified Yifan Zhang: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Ib31e18c2a5ae68d05b4b0b0db15ff1cd00ac240b Gerrit-Change-Number: 19284 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yao Xu <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]>
