-
Notifications
You must be signed in to change notification settings - Fork 55
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
Master failure #988
Master failure #988
Conversation
faa7842
to
a3eb0e9
Compare
Very wierd Jenkins failure: https://stratis-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/stratisd/1375/. Error where actual blockdev size is 1/10 the size of the recorded block dev size. I'm going to restart Jenkins and see what happens. |
Blocked by #1004. |
No longer blocked. |
It's been a month and no feedback, so I'm moving it back to in-progress and seeing what more I can do w/ it. |
5a30179
to
41f159a
Compare
rebased. |
1c8a0ce
to
f6ffc91
Compare
I'm putting this into Stratis 1.1 preliminary review again as we may consider the problem of identifying the context of errors more urgent. We might want to consider a restricted goal, which does not attempt chaining, but does use failure crate to capture stack trace at point of error. If we did that, we could perhaps start by sticking in failure errors only at leaf errors, i.e., locations where the error is picked up from an external crate. |
There is another possibility worth exploring. Perhaps we can simply make our existing error types implement |
I'm taking this off in-progress, because it is now one of several alternatives that I'm exploring. |
rebased. Keeping around for reference only. |
Signed-off-by: mulhern <[email protected]>
Superceded by #1499. We can always take a look at this as a reference if need to, but might as well close at this time. |
Related: #530.
Related: #776.
Related: #766.