You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/04/26 21:56:22 UTC

[kudu-CR] [java client] Bump up default timeouts

Jean-Daniel Cryans has uploaded a new change for review.

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

Change subject: [java client] Bump up default timeouts
......................................................................

[java client] Bump up default timeouts

Makes the default admin and operation timeout 30 seconds, and the
default socket timeout 10 seconds. It's often something we recommend
changing when folks are loading data and things get slow.

Change-Id: I49d2faced9011256e7ec7ab16241967bee6c6dd9
---
M docs/release_notes.adoc
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java
M java/kudu-client/src/main/java/org/kududb/client/KuduClient.java
3 files changed, 14 insertions(+), 8 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49d2faced9011256e7ec7ab16241967bee6c6dd9
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans