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

S3 Maven repository availability is flaky #199

Open
borgoat opened this issue Dec 27, 2023 · 0 comments
Open

S3 Maven repository availability is flaky #199

borgoat opened this issue Dec 27, 2023 · 0 comments

Comments

@borgoat
Copy link

borgoat commented Dec 27, 2023

Hi,

In a repo where I use this library, I counted at least 3 pipelines failures in the last week, due to some network issues with the Glue maven repository. I do not believe it was something on the GitHub Actions side, since other connections were unaffected.

[error] (sharedFeatureGlue / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] https://aws-glue-etl-artifacts.s3.amazonaws.com/release/com/amazonaws/AWSGlueETL/4.0.0/AWSGlueETL-4.0.0.jar: download error: Caught java.net.SocketException (Connection reset) while downloading https://aws-glue-etl-artifacts.s3.amazonaws.com/release/com/amazonaws/AWSGlueETL/4.0.0/AWSGlueETL-4.0.0.jar
[error] Total time: 36 s, completed Dec 27, 2023, 9:13:35 AM
Warning: run-commands command "sbt shared-feature-glue:assembly" exited with non-zero status code

Would it make sense to publish this package in the maven central repository or another well-known repo?1

It's just 1 line, but it would also remove the need for

resolvers += "AWS Glue ETL" at "https://aws-glue-etl-artifacts.s3.amazonaws.com/release"

or other similar configurations in other package managers...

Footnotes

  1. https://maven.apache.org/repository/guide-central-repository-upload.html

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

No branches or pull requests

1 participant