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/05/17 05:39:48 UTC

[kudu-CR] KUDU-63. Remove last usages of boost::condition_variable

Hello Dan Burkert,

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

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

to review the following change.

Change subject: KUDU-63. Remove last usages of boost::condition_variable
......................................................................

KUDU-63. Remove last usages of boost::condition_variable

Per the JIRA, boost's condition variable implementation is less efficient than
our own, plus doesn't properly use monotonic time. This patch removes the last
places we used the boost implementation.

Change-Id: I35a49da4760decee97e6a20ee4754803dd81ffe6
---
M src/kudu/master/catalog_manager.cc
M src/kudu/tserver/scanners.cc
M src/kudu/tserver/scanners.h
3 files changed, 22 insertions(+), 20 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I35a49da4760decee97e6a20ee4754803dd81ffe6
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Dan Burkert <da...@cloudera.com>