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

[BUG] This peer is faulty after 1.5 hours of iroha downtime. #3166

Closed
AlexStroke opened this issue Feb 17, 2023 · 1 comment
Closed

[BUG] This peer is faulty after 1.5 hours of iroha downtime. #3166

AlexStroke opened this issue Feb 17, 2023 · 1 comment
Assignees
Labels
Bug Something isn't working Dev defect The defect was found at the development stage. Did not have an impact on users. iroha2-dev The re-implementation of a BFT hyperledger in RUST QA-confirmed This bug is reproduced and needs a fix

Comments

@AlexStroke
Copy link
Contributor

AlexStroke commented Feb 17, 2023

OS and Environment

MacOS, Docker Hub

GIT commit hash

4ee707a

Minimum working example / Steps to reproduce

  1. docker compose up
  2. Just wait 1.5 hours
    image

Actual result

iroha-iroha1-1  | 2023-02-17T12:09:46.555187Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=Leader
iroha-iroha0-1  | 2023-02-17T12:09:46.674023Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ValidatingPeer
iroha-iroha2-1  | 2023-02-17T12:09:48.588423Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ProxyTail
iroha-iroha3-1  | 2023-02-17T12:09:49.220245Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ObservingPeer
iroha-iroha1-1  | 2023-02-17T12:09:49.573967Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=Leader
iroha-iroha0-1  | 2023-02-17T12:09:49.675306Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ValidatingPeer
iroha-iroha0-1  | 2023-02-17T12:09:50.645770Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha2-1  | 2023-02-17T12:09:50.764237Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha2-1  | 2023-02-17T12:09:51.625035Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ProxyTail
iroha-iroha3-1  | 2023-02-17T12:09:52.171543Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ObservingPeer
iroha-iroha1-1  | 2023-02-17T12:09:52.515576Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=Leader
iroha-iroha0-1  | 2023-02-17T12:09:52.615514Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ValidatingPeer
iroha-iroha1-1  | 2023-02-17T12:09:52.687375Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha3-1  | 2023-02-17T12:09:52.694003Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha1-1  | 2023-02-17T12:09:53.232625Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha0-1  | 2023-02-17T12:09:53.242050Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha2-1  | 2023-02-17T12:09:53.591693Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha0-1  | 2023-02-17T12:09:53.599164Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha2-1  | 2023-02-17T12:09:53.703294Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha3-1  | 2023-02-17T12:09:53.709998Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha2-1  | 2023-02-17T12:09:54.578374Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ProxyTail
iroha-iroha3-1  | 2023-02-17T12:09:55.124516Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ObservingPeer
iroha-iroha1-1  | 2023-02-17T12:09:55.458997Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=Leader
iroha-iroha0-1  | 2023-02-17T12:09:55.575338Z  INFO run: iroha_core::sumeragi::main_loop: No new transactions, requesting view change... role=ValidatingPeer
iroha-iroha1-1  | 2023-02-17T12:09:55.613468Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel
iroha-iroha3-1  | 2023-02-17T12:09:55.659568Z ERROR iroha_core::sumeragi: This peer is faulty. Incoming messages have to be dropped due to low processing speed. error=sending on a full channel

Expected result

No errors during downtime.

Who can help to reproduce?

@astrokov7

@AlexStroke AlexStroke added Bug Something isn't working iroha2-dev The re-implementation of a BFT hyperledger in RUST Dev defect The defect was found at the development stage. Did not have an impact on users. labels Feb 17, 2023
@AlexStroke AlexStroke changed the title [BUG] This peer is faulty after 1.5 hours of system downtime. [BUG] This peer is faulty after 1.5 hours of iroha downtime. Feb 17, 2023
@AlexStroke AlexStroke added the QA-confirmed This bug is reproduced and needs a fix label Feb 17, 2023
mversic added a commit to mversic/iroha that referenced this issue Feb 17, 2023
…e. there are no incoming transactions

Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
appetrosyan pushed a commit that referenced this issue Feb 17, 2023
…e no incoming transactions

Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
@AlexStroke AlexStroke self-assigned this Feb 18, 2023
@appetrosyan
Copy link
Contributor

After testing it was found that #3167 indeed resolved the issue

@alexstroke1 alexstroke1 assigned alexstroke1 and unassigned AlexStroke Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Dev defect The defect was found at the development stage. Did not have an impact on users. iroha2-dev The re-implementation of a BFT hyperledger in RUST QA-confirmed This bug is reproduced and needs a fix
Projects
None yet
Development

No branches or pull requests

3 participants