Alexey Serbin has uploaded this change for review. ( 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 --- M src/kudu/integration-tests/tablet_copy-itest.cc 1 file changed, 17 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/23286/1 -- 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: newchange Gerrit-Change-Id: I68f30bc8b1c59843b1485bd0924ddd51d144eff1 Gerrit-Change-Number: 23286 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
