Todd Lipcon has posted comments on this change. Change subject: threadpool: avoid calling task destructors while holding lock ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5517/1/src/kudu/util/threadpool-test.cc File src/kudu/util/threadpool-test.cc: Line 369: ASSERT_OK(thread_pool->Submit(std::move(task))); > warning: passing result of std::move() as a const reference argument; no mo fixed in a separate commit which makes the threadpool support move semantics -- To view, visit http://gerrit.cloudera.org:8080/5517 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4cdc38c7db0a6a7fd640d82895ecaebe0718ee98 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
