Alexey Serbin 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:

(1 comment)

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 enough 
to fit (100 << count) to int64_t, it's worth limit the 'count' to be 
max(consecutive_reconnect_failures_, 16) ?  And then it's possible to remove 
the MonoDelta::FromSeconds(10) upper boundary (instead, it will be 6553600 ms)



--
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: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Thu, 20 Feb 2020 20:00:32 +0000
Gerrit-HasComments: Yes

Reply via email to