-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I am run benchmark with deployment/*.yaml,i have deployed 3 nodes with id 0/1/2.
then i wanna use bench client to send tx to mir nodes(compile src code in cmd/bench)
i play cmd:
../bin/bench client -i 0 -m ./membership.json -T 1m -v
then logs shows:
Connecting to node: 10.0.5.214:10000
Node connected. id=2 addr=10.0.5.214:10000
Submitting transaction #0
Submitting transaction #1
Could not close gRPC client 2
Error: failed sending transaction to nodes: [2] first error: EOF
I tried many times, all come out to that.
it seems like the bench client can only submit one tx then close the connection with mir node, next submit will failed becase the connection is already closed, is it right?
Metadata
Metadata
Assignees
Labels
No labels