We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RPC failed
f39d22d
localhost
config.docker
docker run --rm --name iroha_postgres \ -e POSTGRES_USER=postgres \ -e POSTGRES_PASSWORD=mysecretpassword \ --network=host \ -d postgres \ -c 'max_prepared_transactions=100' \ -c 'port=5432'
cd $(IROHA_REPOSITORY_ROOT) /home/student/Desktop/iroha_code/baziorek/build-iroha-Desktop_Qt_6_3_2_GCC_64bit-Debug/bin/irohad \ -config example/config.sample \ -genesis_block example/genesis.block \ -keypair_name example/node0 \ -drop_state -overwrite_ledger
[2022-10-12 06:28:47.016924727][W][Irohad/Consensus/Network]: RPC failed: bddd58404d1315e0eb27902c5d7c8eb0602c16238f005773df406bc191308929
is appearing every few seconds.
I've checked with iroha:docker official image and result was the same:
iroha:docker
cd $(IROHA_REPOSITORY_ROOT) docker run --name irohad_develop \ --network=host \ -v "$(pwd)/example/:/opt/iroha_data" \ -e KEY=node0 \ hyperledger/iroha:develop -drop_state -overwrite_ledger ... [2022-10-12 06:27:30.793802052][I][Init]: Irohad version: 1.6.0-rc.1-34-ge82726d2 ... [2022-10-12 06:28:47.016924727][W][Irohad/Consensus/Network]: RPC failed: bddd58404d1315e0eb27902c5d7c8eb0602c16238f005773df406bc191308929
But when I use iroha:1.5.0 docker image everything works:
iroha:1.5.0
docker run --name irohad_1.5.0 \ --network=host \ -v "$(pwd)/example/:/opt/iroha_data" \ -e KEY=node0 \ hyperledger/iroha:1.5.0 -drop_state -overwrite_ledger
No warnings like that, committing commands
Warnings like:
And commands hanging until timeout
Ubuntu 22.04 and docker
ldd (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Source code build
Replace this text with a JSON log, so it doesn't grow too large and has highlighting.
@iceseer
The text was updated successfully, but these errors were encountered:
created_time
Probably the bug was fixed by @iceseer fdb8e79 #2749
Because after rebasing #1776 with develop I don't see the problem.
develop
Sorry, something went wrong.
@baziorek let's discuss it and try to replicate. If it doesn't repeat anymore, I think we can close this issue.
Yes, it was fixed: #2749 so I think it can be closed
No branches or pull requests
GIT commit hash
f39d22d
Minimum working example
localhost
inconfig.docker
is appearing every few seconds.
I've checked with
iroha:docker
official image and result was the same:But when I use
iroha:1.5.0
docker image everything works:Expected behaviour
No warnings like that, committing commands
Actual behaviour
Warnings like:
And commands hanging until timeout
Operating system
Ubuntu 22.04 and docker
LibC type and version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Current environment
Source code build
Logs in JSON format
Log contents
Who can help?
@iceseer
The text was updated successfully, but these errors were encountered: