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

Consensus not reached during tx validation #397

Closed
ghost opened this issue Jun 23, 2022 · 4 comments
Closed

Consensus not reached during tx validation #397

ghost opened this issue Jun 23, 2022 · 4 comments
Assignees
Labels
bug Something isn't working mining Involve transaction validation and mining to-analyze

Comments

@ghost
Copy link

ghost commented Jun 23, 2022

Describe the problem you discovered

image

image

Describe the solution you'd like

No response


Epic: #306

@ghost ghost added bug Something isn't working mining Involve transaction validation and mining labels Jun 23, 2022
@ghost ghost mentioned this issue Jun 27, 2022
@ghost
Copy link
Author

ghost commented Jul 1, 2022

Hey team! Please add your planning poker estimate with ZenHub @apoorv-2204 @imnik11 @Neylix @prix-uniris

@Neylix
Copy link
Member

Neylix commented Jul 1, 2022

I think we can reproduce this error by running the benchmark with mix dev.lbench

@Neylix
Copy link
Member

Neylix commented Jul 5, 2022

This error is caused by a problem of latency between nodes when there is several transactions including the same transaction chain in the same time :

Consensus error

In my opinion this error is "normal" and cannot be resolved as it is the result of decentralized system and atomic commitment

@Neylix
Copy link
Member

Neylix commented Jul 5, 2022

For network transaction we can see in log that there is a timestamp inconsistencie causing the consensus not reached :

image

This insconsistencie should be fixed by dd0d0bc

@ghost ghost added the to-analyze label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mining Involve transaction validation and mining to-analyze
Projects
None yet
Development

No branches or pull requests

3 participants