iroha icon indicating copy to clipboard operation
iroha copied to clipboard

[BUG] Query results are not synchronised across peers

Open appetrosyan opened this issue 3 years ago • 1 comments

GIT commit hash

7ed7b4c8000db5505b445a61c03c3bc08c572b56

Minimum working example

Taken from Orillion deployment.

Given: An asset (with 10 metadata entries) is not seen at the peer X but present on peer Y When: Modifying the asset metadata attribute A to value V using peer X explicitly

Expected behaviour

Then: Commit success, peer X sees the asset,

Actual behaviour

but in metadata there is only A->V, no other attributes, peer Y sees the whole updated picture (10 entries, including A->V)

Operating system

Docker

LibC type and version

None

Current environment

Docker Hub

Logs in JSON format

None

Who can help?

@appetrosyan

appetrosyan avatar Jul 25 '22 11:07 appetrosyan

I'd add to Expected behaviour a phrase the asset state must be identical at both peers in the start and in the end of the flow

Mingela avatar Jul 25 '22 11:07 Mingela

Cannot reproduce

Tohanich avatar Sep 27 '22 08:09 Tohanich

Another potentially valuable addition, an asset minting happens via a smart contract, if possible please try reproducing considering that too

Mingela avatar Sep 27 '22 10:09 Mingela