-
Notifications
You must be signed in to change notification settings - Fork 78
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
Metadata API odd errors during the long pulling #1887
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
I haven't seen those errors before, we can add them to the retry-able list |
This issue has been linked to a new work item: W-12408010 |
@WillieRuemmele any ETA when this issue can be resolved? |
@steals this'll be in RC on Thursday Feb16 and the main channel the following week (Feb23). |
Commenting to subscribe but wanted to call out at GitHub we have been running into these errors a lot recently, primarily:
It causes our GitHub Actions to fail and despite the fact that the deployment continues, we need to re-run our CI/CD jobs which results in time and resources wasted |
@mshanemc that PR doesn't seem to address this error message?
This is the main one we're seeing at the moment. |
Also noticed this new error today. I guess we need to create a new GitHub ticket for that. |
that last one will go out in tomorrow's RC. |
Here is some additional information about the server side errors you're seeing during polling for deploy status:
Happy to add them to the list of "retry-errors". Letting support know about them will also help prevent them from happening at all. Thanks! |
We're using Was this fix included in 7.190.2 or in the upcoming 7.191.1? |
@hudec117 sorry for the late reply, v7.190.2 should definitely include this fix. Can you open a new GH issue with the commands you are running? Thanks! |
Summary
This issue is the continuation of #1835
During our daily deployment, we have a lot of failures because in the middle of the pulling results Metadata API hangs with some odd errors, like:
ERROR running force:source:deploy:report: Metadata API request failed: request to https://.....sandbox.my.salesforce.com/services/Soap/m/56.0 failed, reason: Client network socket disconnected before secure TLS connection was established
or
ERROR running force:source:deploy:report: Metadata API request failed: Unexpected internal servlet state
or
ERROR running force:source:deploy:report: Metadata API request failed: Unable to complete the creation of the query cursor at this time, please retry your query later.
Is it possible to add these errors to the list of ignored errors so the sfdx cli doesn't stop pulling for the results?
System Information
sfdx-cli/7.182.1 linux-x64 node-v18.12.1
running on Ubuntu 20.04 docker image
The text was updated successfully, but these errors were encountered: