Alexey Serbin has posted comments on this change. Change subject: [client-test] ServiceUnavailable retry scenario ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/5974/2/src/kudu/client/client-test.cc File src/kudu/client/client-test.cc: PS2, Line 4688: thread(bind(&BlockCatalogManager, : catalog, : MonoDelta::FromSeconds(2))).detach(); : > yea, just: With small variation: I used variable for the lambda. That did not work :) Just using the in-lined code should work, I think. -- To view, visit http://gerrit.cloudera.org:8080/5974 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ief82add7b36c1f3875ea77e7f7503f6fb552838c Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
