Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 3137bee

Browse files
fix: increase timeout for ClusterController in v1 (#36)
* fix: dataproc/v1 raise timeouts in gapic v2 PiperOrigin-RevId: 314840739 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Jun 4 18:03:14 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 150cfa0d994f9656c57eb4ed50f49c2f2add93f2 Source-Link: googleapis/googleapis@150cfa0
1 parent 3571b93 commit 3137bee

6 files changed

Lines changed: 16 additions & 12 deletions

File tree

google/cloud/dataproc_v1/gapic/cluster_controller_client_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"initial_retry_delay_millis": 100,
1111
"retry_delay_multiplier": 1.3,
1212
"max_retry_delay_millis": 60000,
13-
"initial_rpc_timeout_millis": 10000,
13+
"initial_rpc_timeout_millis": 30000,
1414
"rpc_timeout_multiplier": 1.0,
15-
"max_rpc_timeout_millis": 10000,
15+
"max_rpc_timeout_millis": 30000,
1616
"total_timeout_millis": 300000,
1717
}
1818
},

google/cloud/dataproc_v1/proto/jobs.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ message SparkRJob {
435435

436436
// A Dataproc job for running [Presto](https://prestosql.io/) queries.
437437
// **IMPORTANT**: The [Dataproc Presto Optional
438-
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
439-
// the cluster is created to submit a Presto job to the cluster.
438+
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
439+
// must be enabled when the cluster is created to submit a Presto job to the
440+
// cluster.
440441
message PrestoJob {
441442
// Required. The sequence of Presto queries to execute, specified as
442443
// either an HCFS file URI or as a list of queries.

google/cloud/dataproc_v1/proto/jobs_pb2.py

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/dataproc_v1beta2/proto/jobs.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ message SparkRJob {
435435

436436
// A Dataproc job for running [Presto](https://prestosql.io/) queries.
437437
// **IMPORTANT**: The [Dataproc Presto Optional
438-
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
439-
// the cluster is created to submit a Presto job to the cluster.
438+
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
439+
// must be enabled when the cluster is created to submit a Presto job to the
440+
// cluster.
440441
message PrestoJob {
441442
// Required. The sequence of Presto queries to execute, specified as
442443
// either an HCFS file URI or as a list of queries.

google/cloud/dataproc_v1beta2/proto/jobs_pb2.py

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "3a4894c4f0da3e763aca2c67bd280ae915177450",
15-
"internalRef": "314363155"
14+
"sha": "cd804bab06e46dd1a4f16c32155fd3cddb931b52",
15+
"internalRef": "314879617"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)