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

--chaos.monkey producing non-recoverable error #12884

Open
AskAlexSharov opened this issue Nov 27, 2024 · 0 comments
Open

--chaos.monkey producing non-recoverable error #12884

AskAlexSharov opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
imp2 Medium importance

Comments

@AskAlexSharov
Copy link
Collaborator

return fmt.Errorf("monkey in the datacenter: %w: %v", consensus.ErrInvalidBlock, txTaskErr)

ErrInvalidBlock - is not recoverable error. Node marking this block as bad and doesn't have other forks to switch. Probably need return some recoverable error. But anyway: current version is useful - for testing how node behave when doesn't have good forks.

@AskAlexSharov AskAlexSharov added the imp2 Medium importance label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp2 Medium importance
Projects
None yet
Development

No branches or pull requests

2 participants