-
Notifications
You must be signed in to change notification settings - Fork 441
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
[production][submissions#create] Mysql2::Error: Data too long for column 'payload' at row 1 #15104
Labels
Bug
Frontend
Things related to the OBS RoR app
good first issue
Easy task, perfect for a first contribution
Comments
danidoni
added
Bug
Frontend
Things related to the OBS RoR app
good first issue
Easy task, perfect for a first contribution
labels
Oct 24, 2023
I think it would just be a matter of slicing what comes into the payload field... |
FiloSpaTeam
added a commit
to UnitooTeam/open-build-service
that referenced
this issue
Jan 19, 2024
…this solves the openSUSE#15104 and may others issues related to notify system. When a description hit the char limit (65535 ~ 64kb), the event payload that has the same limit, add more info over the description, like author and so on making the after_create notify crash due to oversized payload (> 65535 chars)
FiloSpaTeam
added a commit
to UnitooTeam/open-build-service
that referenced
this issue
Jan 19, 2024
…this solves the openSUSE#15104 and may others issues related to notify system. When a description hit the char limit (65535 ~ 64kb), the event payload that has the same limit, add more info over the description, like author and so on making the after_create notify crash due to oversized payload (> 65535 chars)
FiloSpaTeam
added a commit
to UnitooTeam/open-build-service
that referenced
this issue
Jan 19, 2024
Basically this solves the openSUSE#15104 and may others issues related to notify system. When a description hit the char limit (65535 ~ 64kb), the event payload that has the same limit, add more info over the description, like author and so on making the after_create notify crash due to oversized payload (> 65535 chars)
FiloSpaTeam
added a commit
to UnitooTeam/open-build-service
that referenced
this issue
Jan 19, 2024
Basically this solves the openSUSE#15104 and may others issues related to notify system. When a description hit the char limit (65535 ~ 64kb), the event payload that has the same limit, add more info over the description, like author and so on making the after_create notify crash due to oversized payload (> 65535 chars)
rubhanazeem
pushed a commit
to rubhanazeem/open-build-service
that referenced
this issue
Feb 15, 2024
Basically this solves the openSUSE#15104 and may others issues related to notify system. When a description hit the char limit (65535 ~ 64kb), the event payload that has the same limit, add more info over the description, like author and so on making the after_create notify crash due to oversized payload (> 65535 chars)
Should be fixed after #15649 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Frontend
Things related to the OBS RoR app
good first issue
Easy task, perfect for a first contribution
See this exception on Errbit
Mysql2::Error: Data too long for column 'payload' at row 1
Summary
URL
https://build.opensuse.org/projects/home:wkazubski:test:science/packages/fldigi/submissions"
Where
submissions#create
Occured
May 14 10:37am
Similar
24
Params
Session
Backtrace
Environment
The text was updated successfully, but these errors were encountered: