[kudu-CR] client: bump default timeouts

2018-03-02 Thread Adar Dembo (Code Review)
Adar Dembo has abandoned this change. ( http://gerrit.cloudera.org:8080/9477 )

Change subject: client: bump default timeouts
..


Abandoned
--
To view, visit http://gerrit.cloudera.org:8080/9477
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: Ie2be96f0095d2da76d943eab383b2d53d72ebe5d
Gerrit-Change-Number: 9477
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon 


[kudu-CR] client: bump default timeouts

2018-03-02 Thread Adar Dembo (Code Review)
Hello Todd Lipcon,

I'd like you to do a code review. Please visit

http://gerrit.cloudera.org:8080/9477

to review the following change.


Change subject: client: bump default timeouts
..

client: bump default timeouts

Commit 2c8aa9e introduced some new test flakiness, probably due to the
default RPC timeout being so low (2s). Let's bump it to 5s, and double
the default admin operation timeout to provide enough ceiling.

Change-Id: Ie2be96f0095d2da76d943eab383b2d53d72ebe5d
---
M src/kudu/client/client-internal.cc
M src/kudu/client/client.h
M src/kudu/client/client_builder-internal.cc
M src/kudu/client/table-internal.cc
4 files changed, 10 insertions(+), 10 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/9477/1
--
To view, visit http://gerrit.cloudera.org:8080/9477
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2be96f0095d2da76d943eab383b2d53d72ebe5d
Gerrit-Change-Number: 9477
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo 
Gerrit-Reviewer: Todd Lipcon