-
Notifications
You must be signed in to change notification settings - Fork 589
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
CI Failure (BadLogLines ptree_bad_path (No such node (DeleteResult)) in ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy
#14014
Comments
sev/medium because the exception may be a symptom that we are not correctly handling an error response |
It looks like the 200 OK response contains the error (quite possibly slowdown as there are many of them in the broker logs). Some AWS operations can return an error with 200 OK status eg https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html
The DeleteObjects API does not mention this but quite possibly we are facing the same issue here. The AWS rust SDK has a very similar issue recently: We might need to handle the 200 response as potentially containing an error. AFAIK there have been some changes to this area recently. |
This happened again yesterday on nightly: https://buildkite.com/redpanda/vtools/builds/10097 |
https://buildkite.com/redpanda/vtools/builds/9804#018afee9-476c-416b-b96d-5a2a2d6f674c
The text was updated successfully, but these errors were encountered: