You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/04/01 10:26:27 UTC

[kudu-CR] WIP: KUDU-1387. Fix a case where the scanner tight-loops and then sleeps too long

Hello Adar Dembo,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2699

to review the following change.

Change subject: WIP: KUDU-1387. Fix a case where the scanner tight-loops and then sleeps too long
......................................................................

WIP: KUDU-1387. Fix a case where the scanner tight-loops and then sleeps too long

Without this patch, linked_list-test timed out a few percent of the time
in RELEASE builds. With the patch, it seems to pass reliably.

Change-Id: I3cb3afa81cd6f75756c328b6ffe23a385f4b172d
---
M src/kudu/client/scanner-internal.cc
1 file changed, 2 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/99/2699/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2699
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cb3afa81cd6f75756c328b6ffe23a385f4b172d
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>