Skip to content

Conversation

mwtian
Copy link
Contributor

@mwtian mwtian commented Sep 13, 2024

Description

Pick improvements to detect and mitigate large block propagation delay.

Test plan

CI


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:
  • REST API:

## Description 

This metric might provide us with a better idea on blocks from which
authorities are having propagation problems.

Also, decrement the synchronizer inflight metric properly.

## Test plan 

CI
PT

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
## Description 

Count missing ancestors and new missing blocks per authority.
This may help identify bad performing validators faster.

## Test plan 

CI
PT

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
Introduce `RoundProber` to gather information from each authority, on
their received rounds from others. The gathered data on block
propagation delays across the network are exported to metrics. The
propagation delay for own blocks is used to control whether proposing
blocks can happen.

CI
PT

---

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [ ] GraphQL:
- [ ] CLI:
- [ ] Rust SDK:
- [ ] REST API:
@mwtian mwtian requested a review from mystenmark as a code owner September 13, 2024 21:27
Copy link

vercel bot commented Sep 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 9:29pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Sep 13, 2024 9:29pm
sui-kiosk ⬜️ Ignored (Inspect) Sep 13, 2024 9:29pm
sui-typescript-docs ⬜️ Ignored (Inspect) Sep 13, 2024 9:29pm

@mwtian mwtian merged commit 25eb251 into releases/sui-v1.33.0-release Sep 13, 2024
48 of 49 checks passed
@mwtian mwtian deleted the tmw/1.33-pick branch September 13, 2024 22:11
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.

2 participants