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

Review negative exit codes #1301

Open
davidducos opened this issue Sep 15, 2023 · 0 comments
Open

Review negative exit codes #1301

davidducos opened this issue Sep 15, 2023 · 0 comments
Labels

Comments

@davidducos
Copy link
Member

@davidducos Hey! Is there a list of Return/Exit Codes and what they mean?

I'm having the same problem, and I found this Discussion while trying to find a list of exit codes.

In my case, there was a warning due to deadlock, but it SEEMS that it was able to successfully retry the failed statement.

However, RC = -1, so my script saw this "myloader" run as Failed.

** (myloader:1): WARNING **: 09:39:50.978: Thread 17: Error restoring 1: Deadlock found when trying to get lock; try restarting transaction
** (myloader:1): WARNING **: 09:39:50.978: Thread 17: Retrying last failed executed statement
** Message: 09:39:50.999: Writing resume.partial file
** Message: 09:39:51.013: Errors found:
- Tablespace: 0
- Schema: 0
- Data: 0
- View: 0
- Sequence: 0
- Index: 0
- Trigger: 0
- Constraint: 0
- Post: 0
Retries: 1

Originally posted by @ghnp5 in #1296 (reply in thread)

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

No branches or pull requests

1 participant