-
Notifications
You must be signed in to change notification settings - Fork 2k
[BUG] Unable to upload segments to remote GCS store #18015
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
@varunbharadwaj Can you provide a full stack trace? Also, can you test the normal indexing path on this same cluster? Something simple line the following will be fine:
|
@varunbharadwaj Can you post the full stack trace to see all unique protection domains from the stack trace? |
I've updated the description with the available stack trace. |
Indexing in pull/push based is fine on the primary node. Also, still figuring out, but both push and pull based face this issue. At the same time, I see some successful uploads along with failures. Maybe triggering in certain scenarios. Will post more information if i find anything. |
@cwperks I was able to reproduce this with a segrep replica using S3. Here's a parsed version of the suppressed exceptions:
I think the relevant code path here is:
|
I was able to confirm the change in #17894 does fix this issue in my setup. |
@varunbharadwaj Can you test this again with the latest fix from #17894? |
@andrross sure, will test and update here |
Ran another test with the latest main branch and works fine with the fix 👍 |
Thanks for quick fix, closing this bug. |
Describe the bug
When trying to test pull-based ingestion with remote segrep using GCP, segment upload is failing with following error.
Full trace
This issue is found on a real deployment. This most likely might be related to moving away from security manager, as it was working fine previously.
Other than this, indexing on a single shard works fine and don't see any other issues at this time with the setup.
Related component
Indexing:Replication
To Reproduce
Enable segment replication using GCP. Segment upload should fail.
Latest OS main branch (3.0) was used for this test.
Expected behavior
There should be no failures.
Additional Details
Plugins
ingestion-kafka is specifically enabled here for this test for pull-based ingestion, but looks like a generic issue.
The text was updated successfully, but these errors were encountered: