-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Full node sync failed - Peer stats: all 0, active 0, passive 0 #4524
Comments
Looks like there are other issues, the complete log file helps a lot~ |
Can you provide a complete log? |
Please find the full log file from today, from moment when i started node till node lost all peers |
Are you using docker to deploy the node? What command did you use to close the process? |
Yes, I am using docker. In this case, I just collected logs without killing the process. |
you can run Tron without docker, with the same storage. |
below you can find full from running full node directly on the node tron_node.log 11:50:29.076 ERROR [TronJClientWorker-2] net Close peer /211.72.186.238:18888, exception caught |
i have managed to run full node directly on ec2 with java-1.8.0-openjdk, but after 10 min i see the same problem `============ Peer stats: all 0, active 0, passive 0 12:36:07.985 INFO [pool-39-thread-1] net connect peer 46.4.73.115 18888 e67496deadf1d14b63990de2775d8d96090253d12d332be13700fbf550a49616535d32e4fa0216860de72e67c162eff1be8b1ff8fca39332acb4ef6d8197727a |
Building java-tron requires git and Oracle JDK 1.8 to be installed, other JDK versions are not supported yet. Make sure you operate on Linux and MacOS operating systems. It is possible that you are using the wrong JDK version |
tronlog.log Same problem ============ Peer stats: all 0, active 0, passive 0 |
After the problem occurs, can you execute this command ( |
Thanks for your contribution to java-tron, this issue will be closed as no update for a long time. Please feel free to re-open it if you still see the issue, thanks. |
System information
tronprotocol/java-tron:GreatVoyage-v4.5.1
OS & Version: Linux
1. What did you do?
I am trying to sync the full node, it was fine and synced until last approx 3weeks ago. Now i cannot synchronize the node cause after around 10 min I start the node I lost all peers and it never get new peers again. Once i restart node i can connect to peers and sync is starting for maybe 10mins , after that time I can see Peer stats : all 0.
2. What did you expect to see?
that the node is fully synchronized
Currently i am on block {"jsonrpc":"2.0","id":1,"result":"0x270bc9b"}
Node is running on dedicated machine AWS EC2 instance - r6i.xlarge
3. What did you see instead?
Node is not able to synchronize and even if sync is running for short time it's very slow
The text was updated successfully, but these errors were encountered: