No. I cannot contribute this feature at this time.
Proposal Summary
Currently, MLflow does not support a session backend, making it difficult to maintain a consistent user session across multiple MLflow instances deployed for traffic distribution. Without session persistence, users experience the inconvenience of repeatedly re-entering session information, which reduces efficiency in a distributed environment.
Willingness to contribute
No. I cannot contribute this feature at this time.
Proposal Summary
Currently, MLflow does not support a session backend, making it difficult to maintain a consistent user session across multiple MLflow instances deployed for traffic distribution. Without session persistence, users experience the inconvenience of repeatedly re-entering session information, which reduces efficiency in a distributed environment.
Reference https://github.com/apache/airflow/blob/c1bd9c5c0141ec8b981e12232224ee1595cb83d1/airflow/www/session.py
Motivation
Details
No response
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 integrations