Todd Lipcon has posted comments on this change. Change subject: Replace uses of boost::thread with std::thread ......................................................................
Patch Set 12: the TSAN bug looks legit - you're now putting ClientThread objects in a vector, and those threads access 'this' (even though they might move due to vector resizing) -- 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: 12 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: No
