hyperledger / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
434 stars 277 forks source link

[BUG] Lack of Real-Time Transactions Display in Iroha 2 Events Pipeline #3483

Open AlexStroke opened 1 year ago

AlexStroke commented 1 year ago

OS and Environment

MacOS, Docker Hub

GIT commit hash

b1855454

Minimum working example / Steps to reproduce

$  docker compose up -d    
$ ./iroha_client_cli events pipeline
$ ./iroha_client_cli domain register --id=dsfdf

Actual result

The events pipeline does not display the passing transactions in real-time. image

Expected result

The events pipeline should output all the events related to Iroha 2 in real-time

Who can help to reproduce?

@astrokov7

Notes

No response

appetrosyan commented 1 year ago

We should investigate if this is true of all peers, or just one. It's possible that the event isn't ready by the time it's supposed to be emitted.

We should also supplement (and leave in) some logs to see the process through. Pipeline events don't happent frequently and the extra diagnostics are worth the performance trade-off IMO.