Skip to content

Commit ddda68c

Browse files
authored
Merge pull request #1822 from lsst-it/IT-5635/s3nd-cp-pace-timeout-4s
(site/cp/cluster/lsstcam-ccs) change sdfembs3-lsstcam-s3nd timeout to 4s
2 parents 3edf788 + cbe0972 commit ddda68c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

hieradata/site/cp/cluster/lsstcam-ccs.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ s3daemon::instances:
2626
S3ND_ENDPOINT_URL: "https://s3.cp.lsst.org"
2727
S3ND_PORT: 15571
2828
S3ND_HOST: "" # allow connections from other nodes for testing
29-
S3ND_QUEUE_TIMEOUT: "30s"
29+
S3ND_QUEUE_TIMEOUT: "15s"
3030
S3ND_UPLOAD_MAX_PARALLEL: "27"
3131
S3ND_UPLOAD_PARTSIZE: "100Mi"
3232
S3ND_UPLOAD_TIMEOUT: "3s"
@@ -43,11 +43,11 @@ s3daemon::instances:
4343
S3ND_ENDPOINT_URL: "https://sdfembs3.sdf.slac.stanford.edu"
4444
S3ND_PORT: 15581
4545
S3ND_HOST: "" # allow connections from other nodes for testing
46-
S3ND_QUEUE_TIMEOUT: "30s"
46+
S3ND_QUEUE_TIMEOUT: "15s"
4747
S3ND_UPLOAD_BWLIMIT: "3Gi"
4848
S3ND_UPLOAD_MAX_PARALLEL: "27"
4949
S3ND_UPLOAD_PARTSIZE: "100Mi"
50-
S3ND_UPLOAD_TIMEOUT: "10s"
50+
S3ND_UPLOAD_TIMEOUT: "4s"
5151
S3ND_UPLOAD_TRIES: "3"
5252
sdfembs3-lsstcam-test:
5353
image: "%{alias('s3daemon_default_image')}"
@@ -59,5 +59,3 @@ s3daemon::instances:
5959
env:
6060
<<: *sdfembss3nd
6161
S3ND_PORT: 15591
62-
S3ND_QUEUE_TIMEOUT: "15s"
63-
S3ND_UPLOAD_TIMEOUT: "4s"

spec/support/spec/lsstcam.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'S3ND_ENDPOINT_URL' => 'https://s3.cp.lsst.org',
2828
'S3ND_PORT' => 15_571,
2929
'S3ND_HOST' => '',
30-
'S3ND_QUEUE_TIMEOUT' => '30s',
30+
'S3ND_QUEUE_TIMEOUT' => '15s',
3131
'S3ND_UPLOAD_MAX_PARALLEL' => '27',
3232
'S3ND_UPLOAD_PARTSIZE' => '100Mi',
3333
'S3ND_UPLOAD_TIMEOUT' => '3s',
@@ -62,11 +62,11 @@
6262
'S3ND_ENDPOINT_URL' => 'https://sdfembs3.sdf.slac.stanford.edu',
6363
'S3ND_PORT' => 15_581,
6464
'S3ND_HOST' => '',
65-
'S3ND_QUEUE_TIMEOUT' => '30s',
65+
'S3ND_QUEUE_TIMEOUT' => '15s',
6666
'S3ND_UPLOAD_BWLIMIT' => '3Gi',
6767
'S3ND_UPLOAD_MAX_PARALLEL' => '27',
6868
'S3ND_UPLOAD_PARTSIZE' => '100Mi',
69-
'S3ND_UPLOAD_TIMEOUT' => '10s',
69+
'S3ND_UPLOAD_TIMEOUT' => '4s',
7070
'S3ND_UPLOAD_TRIES' => '3',
7171
}
7272
)

0 commit comments

Comments
 (0)