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

System.InvalidOperationException: Cannot start more than one eviction process on same node. #8119

Open
MarekM25 opened this issue Jan 28, 2025 · 2 comments
Assignees
Labels
bug [Pri] Low Low priority

Comments

@MarekM25
Copy link
Contributor

Exception in logs, but it doesn't affect the node, node is progressing well

System.InvalidOperationException: Cannot start more than one eviction process on same node.
   at Nethermind.Network.Discovery.Lifecycle.NodeLifecycleManager.UpdateState(NodeLifecycleState newState) in /src/Nethermind/Nethermind.Network.Discovery/Lifecycle/NodeLifecycleManager.cs:line 342
   at Nethermind.Network.Discovery.Lifecycle.EvictionManager.StartEvictionProcess(INodeLifecycleManager evictionCandidate, INodeLifecycleManager replacementCandidate) in /src/Nethermind/Nethermind.Network.Discovery/Lifecycle/EvictionManager.cs:line 37
   at Nethermind.Network.Discovery.Lifecycle.NodeLifecycleManager.UpdateState(NodeLifecycleState newState) in /src/Nethermind/Nethermind.Network.Discovery/Lifecycle/NodeLifecycleManager.cs:line 333
   at Nethermind.Network.Discovery.Lifecycle.NodeLifecycleManager.ProcessPongMsg(PongMsg pongMsg) in /src/Nethermind/Nethermind.Network.Discovery/Lifecycle/NodeLifecycleManager.cs:line 143
   at Nethermind.Network.Discovery.DiscoveryManager.OnIncomingMsg(DiscoveryMsg msg) in /src/Nethermind/Nethermind.Network.Discovery/DiscoveryManager.cs:line 92
@LukaszRozmej
Copy link
Member

Is it a race condition? Like 2 peers try to evict same peer at the same time?

@kamilchodola
Copy link
Contributor

Just had the same on gnosis node - will have trace logs for that one once completed wirth testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [Pri] Low Low priority
Projects
None yet
Development

No branches or pull requests

4 participants