Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When mutiple threads are writing the same database, sqlite database will be locked. The reason is that sqlite is not suitable for real-world application. Therefore we should replace it with MySQL db.
https://github.com/apache/submarine/blob/master/dev-support/docker-images/mlflow/Dockerfile#L33
Attachments
Issue Links
- links to