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

get progress from right db #15390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

get progress from right db #15390

wants to merge 1 commit into from

Conversation

areshand
Copy link
Contributor

Description

after sharding enabled, we need to get the progress from right db to resume restoring

How Has This Been Tested?

Key Areas to Review

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Performance improvement
  • Refactoring
  • Dependency update
  • Documentation update
  • Tests

Which Components or Systems Does This Change Impact?

  • Validator Node
  • Full Node (API, Indexer, etc.)
  • Move/Aptos Virtual Machine
  • Aptos Framework
  • Aptos CLI/SDK
  • Developer Infrastructure
  • Move Compiler
  • Other (specify)

Checklist

  • I have read and followed the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I identified and added all stakeholders and component owners affected by this change as reviewers
  • I tested both happy and unhappy path of the functionality
  • I have made corresponding changes to the documentation

Copy link

trunk-io bot commented Nov 25, 2024

⏱️ 1h 46m total CI duration on this PR
Slowest 15 Jobs Cumulative Duration Recent Runs
execution-performance / single-node-performance 32m 🟥🟩
rust-move-tests 13m 🟩
rust-move-tests 13m 🟩
rust-move-tests 12m 🟩
check-dynamic-deps 7m 🟩🟩🟩
rust-doc-tests 5m 🟩
rust-cargo-deny 5m 🟩🟩🟩
execution-performance / test-target-determinator 5m 🟩
test-target-determinator 4m 🟩
check 4m 🟩
general-lints 2m 🟩🟩🟩
semgrep/ci 1m 🟩🟩🟩
fetch-last-released-docker-image-tag 1m 🟥
file_change_determinator 33s 🟩🟩🟩
file_change_determinator 10s 🟩

🚨 1 job on the last run was significantly faster/slower than expected

Job Duration vs 7d avg Delta
execution-performance / single-node-performance 26m 17m +54%

settingsfeedbackdocs ⋅ learn more about trunk.io

@areshand areshand enabled auto-merge (rebase) November 26, 2024 23:16

This comment has been minimized.

Copy link
Contributor

✅ Forge suite realistic_env_max_load success on a3583cac74df750f55797bdcff66d3d1385be9d1

two traffics test: inner traffic : committed: 14143.73 txn/s, latency: 2808.92 ms, (p50: 2700 ms, p70: 2700, p90: 3000 ms, p99: 5200 ms), latency samples: 5377740
two traffics test : committed: 99.96 txn/s, latency: 2284.93 ms, (p50: 2000 ms, p70: 2100, p90: 2400 ms, p99: 16100 ms), latency samples: 1800
Latency breakdown for phase 0: ["MempoolToBlockCreation: max: 2.191, avg: 1.248", "ConsensusProposalToOrdered: max: 0.324, avg: 0.292", "ConsensusOrderedToCommit: max: 0.377, avg: 0.364", "ConsensusProposalToCommit: max: 0.665, avg: 0.657"]
Max non-epoch-change gap was: 0 rounds at version 0 (avg 0.00) [limit 4], 0.60s no progress at version 2095996 (avg 0.20s) [limit 15].
Max epoch-change gap was: 0 rounds at version 0 (avg 0.00) [limit 4], 15.62s no progress at version 2095994 (avg 14.24s) [limit 16].
Test Ok

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.

3 participants