You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/03/02 20:39:45 UTC

[kudu-CR] [ts recovery-itest] Reduce the number of rows written

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 <dr...@apache.org>

[kudu-CR] [ts recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
Todd Lipcon has submitted this change and it was merged.

Change subject: [ts_recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize
......................................................................


[ts_recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize

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
Reviewed-on: http://gerrit.cloudera.org:8080/6227
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>
---
M src/kudu/integration-tests/ts_recovery-itest.cc
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Todd Lipcon: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/6227
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I43a8eec7dd7fd07d880a294a96f189e712e12ebd
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>

[kudu-CR] [ts recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
Todd Lipcon has posted comments on this change.

Change subject: [ts_recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize
......................................................................


Patch Set 2: Code-Review+2

-- 
To view, visit http://gerrit.cloudera.org:8080/6227
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I43a8eec7dd7fd07d880a294a96f189e712e12ebd
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-HasComments: No

[kudu-CR] [ts recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize

Posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org>.
David Ribeiro Alves has uploaded a new patch set (#2).

Change subject: [ts_recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize
......................................................................

[ts_recovery-itest] Reduce the number of rows written in TestChangeMaxCellSize

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/2
-- 
To view, visit http://gerrit.cloudera.org:8080/6227
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I43a8eec7dd7fd07d880a294a96f189e712e12ebd
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins