Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/15256 )
Change subject: [test] Fix ASAN failure when Hive Metastore connections are retried. ...................................................................... Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/15256/1/src/kudu/thrift/client.h File src/kudu/thrift/client.h: http://gerrit.cloudera.org:8080/#/c/15256/1/src/kudu/thrift/client.h@260 PS1, Line 260: consecutive_reconnect_failures_ > Maybe, instead of relying on consecutive_reconnect_failures_ to be small en I think the 10s capped is still a functional expectation. FWIW MonoDelta::FromMilliseconds expects an int64_t. http://gerrit.cloudera.org:8080/#/c/15256/1/src/kudu/thrift/client.h@260 PS1, Line 260: int64_t > Nit: C++ static_cast<> instead. I used int64_t given thats what MonoDelta::FromMilliseconds expects. I could use LL as a suffix to get the equivalent type. -- To view, visit http://gerrit.cloudera.org:8080/15256 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1282ad36027b314d090e5a2dffdc3854002af761 Gerrit-Change-Number: 15256 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Thu, 20 Feb 2020 20:13:54 +0000 Gerrit-HasComments: Yes
