Todd Lipcon has submitted this change and it was merged.

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
Reviewed-on: http://gerrit.cloudera.org:8080/3097
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
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(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Kudu Jenkins: Verified



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I35a49da4760decee97e6a20ee4754803dd81ffe6
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>

Reply via email to