question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error 1114: The table 'run_details' is full"

See original GitHub issue

What 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:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Bobgycommented, Jan 13, 2021

Immediate workaround could be resize the PV backing your mysql DB or delete old run records from the DB using KFP SDK/API

0reactions
stale[bot]commented, Apr 28, 2022

This issue has been automatically closed because it has not had recent activity. Please comment “/reopen” to reopen it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found