Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Model Runs fail to Appear in OMS UI #57

Closed
Souheil-Yazji opened this issue Jan 26, 2024 · 1 comment
Closed

Bug: Model Runs fail to Appear in OMS UI #57

Souheil-Yazji opened this issue Jan 26, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working

Comments

@Souheil-Yazji
Copy link
Contributor

Souheil-Yazji commented Jan 26, 2024

Describe the bug

The model runs are currently failing to appear in the OMS UI.

Environment info

Namespace: all

Notebook/server: any

Steps to reproduce

Steps to reproduce the behavior:

  1. Start OMS
  2. Run a model
  3. Change to the Model Runs Tabs
  4. Nothing appears, no errors.

Expected behaviour

The model run should appear there.

Cause

The Models in the UI are sourced from different files than the ones which are being ran on the workers. The difference is ../models/ vs ../models/bin/. The workers write into the sqlite files found in /bin and the UI is reading the sqlite files in ../models/ which shows an empty db. This was confirmed by exploring the db files as well, then adding data to the empty one under ../models/, which then appears.

Solution

1- clean up the bin directory, and all the models inside.
2- reduce complexity of the folder structure
3- UI and workers reference the same files
4- remove all other dirs and files from ../models/

@Souheil-Yazji
Copy link
Contributor Author

Resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant