David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/6227
Change subject: [ts_recovery-itest] Reduce the number of rows written ...................................................................... [ts_recovery-itest] Reduce the number of rows written This test is failing frequently with a timeout on the scan (set to 60 secs) because bootstrap of the tablet may take a long time, e.g: I0301 23:49:59.183423 25364 ts_tablet_manager.cc:728] T bc65854351c541aa858c6483cf78a51b P b7d33205ce694ead90de42aad89ec157: Time spent bootstrapping tablet: real 61.689s The fix is to reduce the amount of rows written so that boostrap may run faster. Change-Id: I43a8eec7dd7fd07d880a294a96f189e712e12ebd --- M src/kudu/integration-tests/ts_recovery-itest.cc 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/6227/1 -- To view, visit http://gerrit.cloudera.org:8080/6227 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43a8eec7dd7fd07d880a294a96f189e712e12ebd Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <dral...@apache.org>