Jean-Daniel Cryans has submitted this change and it was merged. Change subject: Bump up some default timeouts ......................................................................
Bump up some default timeouts The clients have longer default timeouts. For Java, the default operation timeout and the default admin timeout are now set to 30 seconds instead of 10. The default socket read timeout is now 10 seconds instead of 5. For the C++ client, the default admin timeout is now 30 seconds instead of 10, the default RPC timeout is now 10 seconds instead of 5, and the default scan timeout is now 30 seconds instead of 15. Change-Id: I49d2faced9011256e7ec7ab16241967bee6c6dd9 Reviewed-on: http://gerrit.cloudera.org:8080/2872 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- 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 M java/kudu-client/src/test/java/org/kududb/client/ITClient.java M src/kudu/client/client-test.cc M src/kudu/client/client.h M src/kudu/client/client_builder-internal.cc M src/kudu/client/predicate-test.cc M src/kudu/integration-tests/all_types-itest.cc 9 files changed, 23 insertions(+), 19 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2872 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I49d2faced9011256e7ec7ab16241967bee6c6dd9 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
