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

Seeing multiple error messages like this in our production instance: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(255) #3366

Closed
portante opened this issue Mar 30, 2023 · 1 comment · Fixed by #3389

Comments

@portante
Copy link
Member

2023-03-30T11:47:03.121168 WARNING 8309 140708314549120 pbench-index sync error 207 -- INDEX fio__2023.03.28T03.58.19 'error' (9) error updating message: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(255)

[SQL: UPDATE dataset_operations SET state=%(state)s, message=%(message)s WHERE dataset_operations.id = %(dataset_operations_id)s]
[parameters: {'state': 'FAILED', 'message': "Could not fetch tar ball size for /srv/pbench/archive/fs-version-001/virtlab722.virt.lab.xxx.xxx.xxxxxx.com/fio__2023.03.28T03.58.19.tar.xz: [Errno 2] No such file or directory: '/srv/pbench/archive/fs-version-001/virtlab722.virt.lab.xxx.xxx.xxxxxx.com/fio__2023.03.28T03.58.19.tar.xz'", 'dataset_operations_id': 1823}]
(Background on this error at: https://sqlalche.me/e/14/9h9h)
@dbutenhof
Copy link
Member

dbutenhof commented Mar 30, 2023 via email

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

Successfully merging a pull request may close this issue.

2 participants