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

capture errored filesystems to provide to tezos devs #391

Open
orcutt989 opened this issue Mar 10, 2022 · 0 comments
Open

capture errored filesystems to provide to tezos devs #391

orcutt989 opened this issue Mar 10, 2022 · 0 comments

Comments

@orcutt989
Copy link
Contributor

Errors such as

│ init-tezos-filesystem Error:                                                                                                                                                      ││ init-tezos-filesystem   "Assert_failure src/log_file.ml:73:4"                                                                                                                     │
│ init-tezos-filesystem tezos-node: Error:                                                                                                                                          ││ init-tezos-filesystem               "Assert_failure src/log_file.ml:73:4"

Occur frequently during storage initialization. Right now we just time the initalization to 2 minutes and toss the job because Tezos does not exit when it encounters such an error.

The Tezos Devs are interested in looking at these errors, but they need a tarballed filesystem to do this.

SInce we toss the job, we lose the filesystem. We will need to implement some way to tarball and label the artifact as an error with the specific error message to provide to them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant