Skip to content
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

Investigate slow start up of the GraphQL server in beta 3 #1428

Closed
xgreenx opened this issue Oct 18, 2023 · 0 comments · Fixed by #1456
Closed

Investigate slow start up of the GraphQL server in beta 3 #1428

xgreenx opened this issue Oct 18, 2023 · 0 comments · Fixed by #1456
Assignees

Comments

@xgreenx
Copy link
Collaborator

xgreenx commented Oct 18, 2023

The authority node in beta 3 experienced a long launch after the restart. Because the launch was longer than 30 seconds, the GraphQL server, required for liveness check, was unavailable. After 30 seconds the liveness check failed and restarted the node again. It had been happening until we removed the liveness check.

There was only one log - the version of the image:

INFO fuel_core::cli::run: 348: Fuel Core version v0.17.13

It seems something before starting the services or one of the services took a lot of time to start. Maybe opening the rocksdb after the invalid closing of it takes a lot of time.

@xgreenx xgreenx self-assigned this Oct 18, 2023
xgreenx added a commit that referenced this issue Oct 27, 2023
Closes #1428

Call the `flush` function during the end of the `FuelService` to move
the processing of WAL and SST fiels from the node's launching to the
node's shutdown.

Added additional logs to track the performance of the starting/shutdown
process.
crypto523 pushed a commit to crypto523/fuel-core that referenced this issue Oct 7, 2024
Closes FuelLabs/fuel-core#1428

Call the `flush` function during the end of the `FuelService` to move
the processing of WAL and SST fiels from the node's launching to the
node's shutdown.

Added additional logs to track the performance of the starting/shutdown
process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant