-
Notifications
You must be signed in to change notification settings - Fork 62
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
Accounting DB errors with Changelog Reader #93
Comments
Same error (robinhood 3.1.5 on Lustre 2.10):
|
Hello, we're wondering if this error could come from the fact that the sz0 column is unsigned but the trigger uses SIGNED cast: https://github.com/cea-hpc/robinhood/blob/master/src/list_mgr/listmgr_init.c#L2493
Shouldn't be the cast as UNSIGNED? |
Hello Stephan, |
I think this may fix the issue: https://review.gerrithub.io/c/cea-hpc/robinhood/+/521073/2 |
I am getting a lot of errors in my log files when accounting is enabled for the changelog reader. I don't get the errors when just performing a scan however. Error is always the same for any of the database operations.
Out of range value for column 'sz0' at row 1
I was going to work around this by running the scanner and the CL reader via separate configs but the ACCT table is dropped when "accounting=no" is in the config.
The text was updated successfully, but these errors were encountered: