Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23286 )
Change subject: KUDU-3687 higher timeout for WAL segment count in heavy workloads ...................................................................... KUDU-3687 higher timeout for WAL segment count in heavy workloads As it turns out, even with the increased default timeout parameter for WaitForMinFilesInTabletWalDirOnTS() in [1], a couple of new tests added after that [2] are failing from time to time under TSAN due to heavy workloads. This changelist addresses the issue, increasing the timeout argument for WaitForMinFilesInTabletWalDirOnTS() in a couple of particular call sites from 60 up to 120 seconds. [1] http://gerrit.cloudera.org:8080/1793 [2] http://gerrit.cloudera.org:8080/16726 Change-Id: I68f30bc8b1c59843b1485bd0924ddd51d144eff1 Reviewed-on: http://gerrit.cloudera.org:8080/23286 Reviewed-by: Gabriella Lotz <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/integration-tests/tablet_copy-itest.cc 1 file changed, 17 insertions(+), 4 deletions(-) Approvals: Gabriella Lotz: Looks good to me, but someone else must approve Alexey Serbin: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23286 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I68f30bc8b1c59843b1485bd0924ddd51d144eff1 Gerrit-Change-Number: 23286 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
