[BUG] Error when creating new experiment through UI: Experiment already exists. #13321
Closed
3 of 23 tasks
Labels
area/tracking
Tracking service, tracking client APIs, autologging
area/uiux
Front-end, user experience, plotting, JavaScript, JavaScript dev server
bug
Something isn't working
Issues Policy acknowledgement
Where did you encounter this bug?
Other
Willingness to contribute
Yes. I would be willing to contribute a fix for this bug with guidance from the MLflow community.
MLflow version
System information
Self Hosted MLflow instance: 2.1.1
Describe the problem
We recently migrated our existing MLflow instance to a new environment. While all the old experiments are present in the instance; we noticed that we are not able to add new experiments through the UI. Every time we try to add in a new experiment we get the following error on the UI:
Looking through the postgres backend of the instance, we do see some experiments (old ones before the migration) in the
experiments
table.Now as mentioned in the error above, the
experiment_id=(10) already exists
on every retry, theexperiment_id
increments. I assume there is some flag that we forgot to update or maybe change. Requesting help regarding the same.Also, one dirty solution (might not work as well) is to keep adding new experiments until it can put in new experiments (we have around 100 of them as of now). But probably for last resort.
Tracking information
Code to reproduce issue
Stack trace
Other info / logs
What component(s) does this bug affect?
area/artifacts
: Artifact stores and artifact loggingarea/build
: Build and test infrastructure for MLflowarea/deployments
: MLflow Deployments client APIs, server, and third-party Deployments integrationsarea/docs
: MLflow documentation pagesarea/examples
: Example codearea/model-registry
: Model Registry service, APIs, and the fluent client calls for Model Registryarea/models
: MLmodel format, model serialization/deserialization, flavorsarea/recipes
: Recipes, Recipe APIs, Recipe configs, Recipe Templatesarea/projects
: MLproject format, project running backendsarea/scoring
: MLflow Model server, model deployment tools, Spark UDFsarea/server-infra
: MLflow Tracking server backendarea/tracking
: Tracking Service, tracking client APIs, autologgingWhat interface(s) does this bug affect?
area/uiux
: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/docker
: Docker use across MLflow's components, such as MLflow Projects and MLflow Modelsarea/sqlalchemy
: Use of SQLAlchemy in the Tracking Service or Model Registryarea/windows
: Windows supportWhat language(s) does this bug affect?
language/r
: R APIs and clientslanguage/java
: Java APIs and clientslanguage/new
: Proposals for new client languagesWhat integration(s) does this bug affect?
integrations/azure
: Azure and Azure ML integrationsintegrations/sagemaker
: SageMaker integrationsintegrations/databricks
: Databricks integrationsThe text was updated successfully, but these errors were encountered: