Todd Lipcon has posted comments on this change. Change subject: Replace uses of boost::thread with std::thread ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/1868/1//COMMIT_MSG Commit Message: Line 7: Replace uses of boost::thread with std::thread > Okay, we can defer the kudu::thread transition to later, but then what's th I think we still have 2 kinds of threads, right? We just swapped boost for std. Not sure if this completely avoids boost thread dependency (we probably have some boost mutex or something somewhere) but seems like incremental progress. -- To view, visit http://gerrit.cloudera.org:8080/1868 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I27e14c505cbfacf791f9730dc343196ea720134b Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
