Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTEGRATION [PR#2521 > development/8.7] Timeout setup in data mover s3 client #2523

Merged

Conversation

bert-e
Copy link
Contributor

@bert-e bert-e commented Jul 25, 2024

This pull request has been created automatically.
It is linked to its parent pull request #2521.

Do not edit this pull request directly.
If you need to amend/cancel the changeset on branch
w/8.7/improvement/BB-594-Data-mover-S3-clients-timeout, please follow this
procedure:

 $ git fetch
 $ git checkout w/8.7/improvement/BB-594-Data-mover-S3-clients-timeout
 $ # <amend or cancel the changeset by _adding_ new commits>
 $ git push origin w/8.7/improvement/BB-594-Data-mover-S3-clients-timeout

Please always comment pull request #2521 instead of this one.

benzekrimaha and others added 2 commits July 19, 2024 15:04
The S3 client didn’t have any configured timeout
which made the request hang forever when a cloudserver worker crashesd
thus blocking the data-mover workers.
Linked issue : https://scality.atlassian.net/browse/BB-594
…tmp/octopus/w/8.7/improvement/BB-594-Data-mover-S3-clients-timeout
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.98%. Comparing base (7a4ae30) to head (b110e29).

Additional details and impacted files

Impacted file tree graph

Files Coverage Δ
extensions/replication/tasks/CopyLocationTask.js 62.23% <100.00%> (ø)

... and 3 files with indirect coverage changes

Components Coverage Δ
Bucket Notification 66.11% <ø> (ø)
Core Library 74.26% <ø> (+0.26%) ⬆️
Ingestion 68.61% <ø> (-0.63%) ⬇️
Lifecycle 74.59% <ø> (ø)
Oplog Populator 75.90% <ø> (ø)
Replication 57.22% <100.00%> (ø)
Bucket Scanner 85.76% <ø> (ø)
@@                 Coverage Diff                 @@
##           development/8.7    #2523      +/-   ##
===================================================
+ Coverage            68.92%   68.98%   +0.05%     
===================================================
  Files                  192      192              
  Lines                12683    12683              
===================================================
+ Hits                  8742     8749       +7     
+ Misses                3931     3924       -7     
  Partials                10       10              
Flag Coverage Δ
api:retry 9.75% <0.00%> (ø)
api:routes 9.64% <0.00%> (ø)
bucket-scanner 85.76% <ø> (ø)
ingestion 12.57% <0.00%> (-0.07%) ⬇️
lifecycle 19.55% <0.00%> (ø)
replication 19.22% <100.00%> (+0.11%) ⬆️
unit 42.14% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@bert-e bert-e closed this Jul 25, 2024
@bert-e bert-e merged commit b110e29 into development/8.7 Jul 25, 2024
9 checks passed
@bert-e bert-e deleted the w/8.7/improvement/BB-594-Data-mover-S3-clients-timeout branch July 25, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants