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

DHT sync performance with node volatility so that some nodes will come and go during the scenario #66

Open
Tracked by #2
abe-njama opened this issue Jul 16, 2024 · 0 comments

Comments

@abe-njama
Copy link

abe-njama commented Jul 16, 2024

trycp test logic

  • loop
    • pick online_time from 10s to 30s
    • while < online_time
      • write an entry
      • 'inner: loop
        • mark get_time
        • if get_time > 60s: break inner
        • pull and randomize peer list
        • round-robin remote call peer list with action hash to get
        • if get success: record get_time.elapsed, break inner
    • shutdown conductor
    • sleep for 2s to 10s
    • startup conductor

metrics

  • time to remote get success
  • conductor shutdown count
  • conductor startup count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants