deploy node has this err #678
-
git clone https://github.com/matter-labs/zksync-era.git 2024-09-04T06:31:15.463957Z INFO NamedFuture{name=node_storage_initializer}: zksync_node_framework::implementations::layers::node_storage_init: Node storage initialization task completed Caused by: Repo Link (Optional)https://github.com/matter-labs/zksync-era Additional Detailsdocker logs -f docker-compose-examples-external-node-1 Caused by: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
It appears that the error you're encountering is related to a timeout issue while trying to acquire a database connection during the node storage initialization process. This can happen if the database connection pool is exhausted or if the database is not responding in a timely manner. Here are a few steps you can take to resolve this issue:
If the issue persists after trying these steps, you might want to look into the specific configurations of your ZKsync node setup or consult with a database administrator if the problem seems to be related to the database itself. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
git clone https://github.com/matter-labs/zksync-era.git |
Beta Was this translation helpful? Give feedback.
-
the latest version of the zksync |
Beta Was this translation helpful? Give feedback.
The v24.25.0 release should resolve this issue and should be released in the next week or so.