This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 455
Node tries to sync with itself #336
Labels
Comments
We could address this here, https://github.com/LiskHQ/lisk/blob/ccd58052aa33148ab2652d97e0a85edcf8ffd016/modules/loader.js#L403 But instead we would probably want to have some validation that the IP is not our own. The best place to address this would instead be here: https://github.com/LiskHQ/lisk/blob/ccd58052aa33148ab2652d97e0a85edcf8ffd016/modules/peers.js#L245
We could add logic to remove peers that match our IP address to prevent the peer from becoming a valid selection target and to be put on the DB table. |
karmacoma
changed the title
Stucking on syncing with itself
Node tries to sync with itself
Dec 7, 2016
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 10, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 10, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 10, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 11, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 18, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 23, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 25, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
MaciejBaj
added a commit
to MaciejBaj/lisk
that referenced
this issue
Jan 25, 2017
Secure that list of peers won't be extended with node's public address and port. closes LiskArchive#336
This fix does not work.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed that after some time after starting 0.5.0. Node stucks on getting blocks from itself.
Possible solutions:
Restarting node fix problems temporary, usually for not so long.
The text was updated successfully, but these errors were encountered: