-
Notifications
You must be signed in to change notification settings - Fork 3
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
indexer sync stops #269
Comments
Hi, which release are you currently using? |
hi, im using the latest version, i just cloned the repository and ran the indexer
im on this commit
|
It's normal that the indexer loses the connection from time to time, but it reconnects. But this isn't the case for you? |
I am trying to get the latest block via
but sometimes the response is not changing until restarting, is it normal? |
The connection losses of the indexer shouldn't be too long and it should get the connection back without a restart. Did the node already reached the tip? A workaround for now would be to let the node reach the tip and then restart the indexer then all components will be running smoothly. |
thanks, its the |
also i dont understand why node stops syncing when idnexer stops? i dont understand why but when i restart it continues from where its left |
In the docker compose not-reached-the-tip state the node should not stop. Just the indexer. |
i just realized my node has stopped, latest logs from it are like hits
i cant see any problem, is this related to resources or something like that? |
I assume you started to restart the node? Are there any logs, which might help, since out of the logs you shared I can't come up with an issue? |
nope, this is the last log it printed before dying, anyways i stopped and restarted the docker-compose everytime the node stopped and its synced now also there was a worse issue 😄 my ram was getting full after sometime while syncing, was that normal? it was using the whole 128gb ram and swap |
Hm no that is not normal, do you know which container filled the RAM? |
yeah, cardano node was %93, yaci indexer was %3 😄 as i said, after synchronization its all fine, im just telling you this to detect a potential memory leak |
We will observe this and if it's an issue I will report it to the Cardano Node team. I will close this issue now, if you need anything else let me know. The issue with the indexer is reported to the dev. |
hi, i installed rosetta via your docker compose, after some point it stops synchronizing, when i restart it starts again.
i dont have resource issue, 128 ram, 24 cores, more than enough disk space
can you help me whats the problem? thanks
heres the outputs of
cardanofoundation/cardano-rosetta-java-indexer:main
node outputs are looking normal
and these are the
cardanofoundation/cardano-rosetta-java-api:main
, its looking normal and keeps flowingThe text was updated successfully, but these errors were encountered: