Error 1114: The table 'run_details' is full"
See original GitHub issueWhat steps did you take:
Kubeflow was already running ~50 pipelines at the time when new pipeline runs were submitted resulting in about ~500 pipeline runs running.
Volume size : 20 gigs, where mysql
deployment was running.
What happened:
Pipeline runs failed to run with error :
{"error":"Failed to create a new run.: InternalServerError: Failed to store run abc-xyz to table:
Error 1114: The table 'run_details' is full","message":"Failed to create a new run.:
InternalServerError: Failed to store run abc-xyz to table: Error 1114: The table 'run_details' is full",
"code":13,"details":[{"@type":"type.googleapis.com/api.Error","error_message":"Internal Server Error",
"error_details":"Failed to create a new run.: InternalServerError: Failed to store run abc-xyz to table:
Error 1114: The table 'run_details' is full"}]}
Kubeflow UI was also unresponsive when trying to check a pipeline run status.
What did you expect to happen:
Kubeflow UI should return/display appropriate error. Installation instructions should have this limitation documented. Also there should be a way to auto-clean this particular table or any other table which might be taking large amount of storage to keep KFP functional.
Environment:
KFP version: 1.0.1
KFP SDK version: 1.0.1
Anything else you would like to add:
checking mlpipelines.run_details
table showed that table size has grown to 20 gigs.
/kind bug /area frontend /area backend
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
MySQL ERROR 1114 - The table is full - Virtual-DBA
MySQL reports a “Table is full” error where, in most cases, the issue involves running out of disk space. By default, limits are...
Read more >1114 (HY000): The table is full - Stack Overflow
I was experiencing this issue... in my case, I'd run out of storage on my dedicated server. Check that if everything else fails...
Read more >How to fix MySQL ERROR 1114 the table is full issue
To fix this error, you need to first check the disk space in where your MySQL server is installed and see if the...
Read more >MySQL Error: 'the table is full' - SingleStore
This error usually means that your table has reached its maximum capacity. There are several reasons why this could be the case, and...
Read more >mysql - `ERROR 1114 (HY000) the table ... is full` with ...
You are probably saying "I am loading an empty Sample table". How are Undo Logs involved? Before the Sample table was loaded with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Immediate workaround could be resize the PV backing your mysql DB or delete old run records from the DB using KFP SDK/API
This issue has been automatically closed because it has not had recent activity. Please comment “/reopen” to reopen it.