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

log-processing fails #3

Open
apenzk opened this issue Sep 11, 2024 · 0 comments
Open

log-processing fails #3

apenzk opened this issue Sep 11, 2024 · 0 comments
Assignees

Comments

@apenzk
Copy link
Collaborator

apenzk commented Sep 11, 2024

Log-processing fails

What is the goal?

We would like to obtain the transaction sequence.
To do so we want to check what is the output of the logs, and whether we can extract any output on the sequence of transactions from there.

What is the issue?

Running with logs exists with error:

Downloading clients logs ... [1/5]Error: 
   0: Failed to run benchmarks
   1: Failed to create ssh session with 34.215.21.75:22: [Session(-28)] Failed to recv file
Location:
   orchestrator/src/main.rs:338
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

The benchmark run did not fail (as shown by error 0. But error 1 seems accurate.

Setup description

Check you have access with the following. The ssh login will be displayed per node.

cargo run --bin orchestrator testbed status

Instantiate 6 instances. We need at least 5 (an error occured with 4). One instance may be required for grafana monitoring.

cargo run --bin orchestrator -- testbed deploy --instances 3

Start with monitoring and logging. The grafana address will be displayed.

cargo run --bin orchestrator -- benchmark --committee 5 fixed-load --loads 200 --duration 180 --monitoring --log-processing

Destroy everything in the end.

cargo run --bin orchestrator -- testbed destroy
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

No branches or pull requests

2 participants