Skip to content
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.

Support joining and leaving validators #262

Open
HerbertJordan opened this issue Nov 4, 2024 · 1 comment
Open

Support joining and leaving validators #262

HerbertJordan opened this issue Nov 4, 2024 · 1 comment

Comments

@HerbertJordan
Copy link
Collaborator

No description provided.

@kjezek
Copy link
Collaborator

kjezek commented Nov 15, 2024

I guess after removal of a lot of unfishned and perhpas buggy code, it seems to work at the moment.

It ried this scenario:

# The network scenario to exercise.
nodes:
  # We include three additional non-validator nodes for the full duration.
  - name: A
    instances: 2
    features: [validator]

  - name: B
    start: 120          # start time
    end: 200            # termination time
    instances: 2
    features: [validator]

  - name: C
    start: 240          # start time
    end: 300            # termination time
    instances: 3
    features: [validator]

# In the network there is a single application producing constant load.
applications:
  - name: load
    type: counter
    start: 10          # start time
    end: 500            # termination time
    users: 20          # number of users using the app
    rate:
      constant: 20     # Tx/s

and it was producing load while validators were added and removed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants