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

Offloaded nodes does not fit into MySQL TEXT field #2246

Closed
paveq opened this issue Feb 16, 2020 · 0 comments · Fixed by #2250
Closed

Offloaded nodes does not fit into MySQL TEXT field #2246

paveq opened this issue Feb 16, 2020 · 0 comments · Fixed by #2250

Comments

@paveq
Copy link
Contributor

paveq commented Feb 16, 2020

What happened:

Used nodes offloading feature. When offloading started, I immediately received error:
msg="Updated message -> Error 1406: Data too long for column 'nodes' at row 1"

This seems to be due to TEXT field being limited to 64 kilobytes. Instead of TEXT, we should use at least MEDIUMTEXT which allows to store 16 megabytes of data.

What you expected to happen:

Offloading works.

How to reproduce it (as minimally and precisely as possible):

I think it might depend on your workflow, but in general this should happen when large nodes are offloaded into mysql database.

Anything else we need to know?:

Environment:

  • Argo version: v2.5.0-rc12
  • Kubernetes version : v1.13.12-gke.25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
3 participants