-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] S3RepositoryAnalysisRestIT testRepositoryAnalysis failing #126576
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
Comments
…itoryAnalysisRestIT testRepositoryAnalysis #126576
This has been muted on branch main Mute Reasons:
Build Scans:
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
This is bound to be #125737 - I'll look at it tomorrow, I'm rolling onto unplanned anyway by happy chance. |
Thanks for the pointer. IIUC, the In the current form, it fails with both the fixture where the S3HttpHandler is single threaded and the real s3 service because the source blob has not finished writing (and It's likely low-risk since I don't think we have this usage pattern in places other than repo analysis. But I am leaving it as |
I think it's a test bug tbh, we can make |
... tho as I mentioned here I'm also ok with dropping this extra checking for now. |
- Translate a 404 during a multipart copy into a `FileNotFoundException` - Use multiple threads in `S3HttpHandler` to avoid `CopyObject`/`PutObject` deadlock Closes elastic#126576
- Translate a 404 during a multipart copy into a `FileNotFoundException` - Use multiple threads in `S3HttpHandler` to avoid `CopyObject`/`PutObject` deadlock Closes elastic#126576
- Translate a 404 during a multipart copy into a `FileNotFoundException` - Use multiple threads in `S3HttpHandler` to avoid `CopyObject`/`PutObject` deadlock Closes elastic#126576
- Translate a 404 during a multipart copy into a `FileNotFoundException` - Use multiple threads in `S3HttpHandler` to avoid `CopyObject`/`PutObject` deadlock Closes elastic#126576
- Translate a 404 during a multipart copy into a `FileNotFoundException` - Use multiple threads in `S3HttpHandler` to avoid `CopyObject`/`PutObject` deadlock Closes elastic#126576 (cherry picked from commit b10b35f)
…itoryAnalysisRestIT testRepositoryAnalysis #126576
This has been muted on branch main Mute Reasons:
Build Scans:
|
Catching Exception instead of AmazonClientException in copyBlob and executeMultipart led to failures in S3RepositoryAnalysisRestIT due to the injected exceptions getting wrapped in IOExceptions that prevented them from being caught and handled in BlobAnalyzeAction. Closes #126576
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: