-
Notifications
You must be signed in to change notification settings - Fork 50
add code E12 = download erros #949
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
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| | Error Code | Issue | How to Identify in Logs | Steps to Resolve | | ||
| | :--- | :--- | :--- | :--- | | ||
| | E12 | Data Download Failure | Look for log messages containing `"E12: Data Download Failure"` along with `"Failed to load"` errors from `RotatingStoreVerticle`. These will include HTTP status codes (e.g., `"HTTP response code 403"`) or exception types (e.g., `"exception: IOException"`). | Check the HTTP status code or exception in the error message: <br/>**404 errors** - Verify operator key is valid and configuration paths are correct.<br/>**403 errors** - Check IAM permissions for S3 access and verify operator credentials.<br/>**Timeout errors** - Verify network connectivity, check firewall/security group settings allow outbound HTTPS, and ensure UID2 service endpoints are accessible.<br/>**500 errors** - Temporary UID2 service issue, retry or contact UID2 support if persistent. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify operator key is valid and configuration paths are correct.
config path isn't configured by customers. It's baked in.
Check IAM permissions for S3 access and verify operator credentials.
No IAM permission is needed for s3 access, IAM permission is needed only for secret manager access which will throw E02/E03 before getting to this stage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will solve these comments as a part of "UID2-6295: public documentation coordination" in later stage of private operator release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, don't we need this error message in GCP, Azure as well ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed above comments
|
|
||
| ### Runtime Errors | ||
|
|
||
| The following errors occur during operator runtime: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we add everything in Azure-cc here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lizk886 could you add ### Startup Errors in another PR?
No description provided.