You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.
Instantiate 6 instances. We need at least 5 (an error occured with 4). One instance may be required for grafana monitoring.
Start with monitoring and logging. The grafana address will be displayed.
Destroy everything in the end.
The text was updated successfully, but these errors were encountered: