-
Notifications
You must be signed in to change notification settings - Fork 213
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
First node for CCF cluster failed to come up in CACI #6465
Comments
Perhaps logic can retry more and/or give a longer gap between the retries. The above logs show very fast retries. To debug this on doing curl command for the same endpoint in the container it worked, so would be an intermittent issue. |
@gaurav137 I think what we want here mainly is:
Does that make sense to you? |
@achamayou yes sounds good. I'd also suggest to have the retry attempts/timeouts configurable via the cchost config file and not baked into the code. That way tweaking them does not require new ccf builds/images. |
@gaurav137 yes, please see #6478 |
Hit this issue on CACI where the start node itself has not come up. Looking at the container logs I see:
[fail ] node/quote_endorsements_client.h:136 | Giving up retrying fetching attestation endorsements from 10.92.0.12 after 3 attempts
.The node/state endpoint reports state as
Initialized
and hasn't transitioned toPartOfNetwork
.Filing the bug to track this issue.
The text was updated successfully, but these errors were encountered: