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

[R4R] add timeout for stopping p2p server #643

Merged
merged 4 commits into from
Dec 13, 2021
Merged

[R4R] add timeout for stopping p2p server #643

merged 4 commits into from
Dec 13, 2021

Conversation

yutianwu
Copy link
Contributor

@yutianwu yutianwu commented Dec 8, 2021

Description

For now, when accepting p2p peers in p2p server, we will run runEthPeer and RunPeer in diffHandler and snapHandler concurrently, so sometimes runEthPeer will hang there for waiting for the signal that it missed before it runninng.

This will cause we can not stop the bsc node gracefully, so we add a timeout for stopping p2p server and a timeout for handling p2p peers.

Rationale

When we can not stop the bsc node gracefully, we will see this in the profile:

goroutine 78355508 [chan receive, 100 minutes]:
github.com/ethereum/go-ethereum/eth.(*peerSet).waitDiffExtension(0xc000eb69b0, 0xc06931f5e0)
	github.com/ethereum/go-ethereum/eth/peerset.go:206 +0x17e
github.com/ethereum/go-ethereum/eth.(*handler).runEthPeer(0xc0031fe000, 0xc06931f5e0, 0xc193063f68)
	github.com/ethereum/go-ethereum/eth/handler.go:261 +0x19c
github.com/ethereum/go-ethereum/eth.(*ethHandler).RunPeer(0x43, 0xc2c490a600, 0x18c6a78)
	github.com/ethereum/go-ethereum/eth/handler_eth.go:46 +0x19
github.com/ethereum/go-ethereum/eth/protocols/eth.MakeProtocols.func1(0x47bcd9, {0x18c6a78, 0xc23a41eb40})
	github.com/ethereum/go-ethereum/eth/protocols/eth/handler.go:117 +0x122
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1()
	github.com/ethereum/go-ethereum/p2p/peer.go:396 +0x8c
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	github.com/ethereum/go-ethereum/p2p/peer.go:394 +0xb3

Changes

Notable changes:

  • add a timeout for handling p2p peers
  • add a timeout for stop p2p server

p2p/server.go Show resolved Hide resolved
p2p/server.go Outdated Show resolved Hide resolved
@yutianwu yutianwu force-pushed the fix_p2p_stop branch 2 times, most recently from 09962cc to 75130cd Compare December 8, 2021 08:51
eth/peerset.go Outdated Show resolved Hide resolved
@yutianwu yutianwu changed the title add timeout for stopping p2p server [R4R] add timeout for stopping p2p server Dec 9, 2021
@KeefeL
Copy link
Contributor

KeefeL commented Dec 9, 2021

LGTM

@KeefeL KeefeL self-requested a review December 13, 2021 03:14
@kyrie-yl kyrie-yl requested review from kyrie-yl and KeefeL and removed request for KeefeL December 13, 2021 03:14
@yutianwu yutianwu merged commit 7c1c8e2 into develop Dec 13, 2021
unclezoro pushed a commit that referenced this pull request Dec 20, 2021
* add timeout for stopping p2p server

* extend extension wait time

* add unit tests

* fix lint issue
unclezoro pushed a commit that referenced this pull request Dec 20, 2021
* add timeout for stopping p2p server

* extend extension wait time

* add unit tests

* fix lint issue
KeefeL pushed a commit to KeefeL/bsc that referenced this pull request Dec 20, 2021
* add timeout for stopping p2p server

* extend extension wait time

* add unit tests

* fix lint issue
This was referenced Jan 26, 2022
@unclezoro unclezoro deleted the fix_p2p_stop branch May 10, 2022 12:30
KeefeL pushed a commit to KeefeL/bsc that referenced this pull request Jun 6, 2022
* add timeout for stopping p2p server

* extend extension wait time

* add unit tests

* fix lint issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants