-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Squash network inbound queues #13956
Merged
Merged
Changes from 16 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
374aa04
squash inbound path inital work. local cluster works.
brianolson 9865dd7
clippy passes
brianolson 9573f16
network test fixes
brianolson 5c1a6e3
Merge branch 'main' into squash-inbound
brianolson f5b929f
cleanup. fmt. metrics.
brianolson 3af93ab
delete dead code
brianolson 6f364dd
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson b645b2e
PeerNotification goes away
brianolson 841d909
PeerNotification goes away
brianolson dac4777
comment deprecate PeerManagerNotification
brianolson 1bc9f43
Merge branch 'squash-inbound' into squash-inbound-2
brianolson 62b6dff
add inbound queue delay metric aptos_network_inbound_queue_time
brianolson 64f3ea8
Merge branch 'squash-inbound' into squash-inbound-2
brianolson 026c14a
fmt
brianolson 34bac4e
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson 085901a
fmt
brianolson f41fc0d
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson aec0b06
rx_at -> receive_timestamp_micros
brianolson 28435c3
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson b3c2b64
Merge branch 'squash-inbound' into squash-inbound-2
brianolson adce732
less PeerManagerNotification
brianolson c8a822c
PR cleanup
brianolson b135f3b
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson f935228
cleanup and PR refactor
brianolson 7e4d5bb
unix_micros() util
brianolson 26ec289
cleanup
brianolson ddba8aa
Merge branch 'squash-inbound' into squash-inbound-2
brianolson 834ab52
fix mempool tests
brianolson 925ed26
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson 09081fd
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson 506982b
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson 504162b
drop unused max_concurrent_network_reqs
brianolson f5dfe7d
drop unused PeerManagerNotification
brianolson 9298a59
count UNKNOWN_LABEL inbound messages
brianolson c04a29c
Merge remote-tracking branch 'origin/main' into squash-inbound-2
brianolson a744ce8
Merge remote-tracking branch 'origin/main' into squash-inbound
brianolson 5634764
PR cleanup
brianolson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bchocho, any thoughts on updating or removing all these tests? Should that be done before this PR?
(My feeling is that these should be fixed/removed first, e.g., to ensure we don't accidentally miss something. Feels odd just ignoring them all.)