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

Delete Experiment is not working in Local Monitoring Mode #1456

Open
shekhar316 opened this issue Jan 10, 2025 · 0 comments
Open

Delete Experiment is not working in Local Monitoring Mode #1456

shekhar316 opened this issue Jan 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@shekhar316
Copy link
Contributor

shekhar316 commented Jan 10, 2025

Describe the bug

The delete experiment API consistently fails with a 400 status code in local monitoring mode. Although the experiment appears in the listExperiments output, the delete experiment operation returns an error. The logs display the following message:

2025-01-09 18:02:54.400 ERROR [qtp1789268516-48][CreateExperiment.java(204)] - Exception occurred while deleting the experiment: Experiment not found!

How to reproduce it
Deploy Kruize in Local Monitoring mode, create an experiment and try to delete the experiment using createExperiment API.

Expected behavior
Experiment should be delete if it exists.

Relevant logs

2025-01-0918:02:54.400 ERROR [qtp1789268516-48][CreateExperiment.java(204)]-Exception occurred while deleting the experiment: Experiment not found!

Environment:

  • Kubernetes Cluster: Openshift
  • Version: Kruize Version 0.0.3

Additional context
Looks like delete operation is still pointing to old table.

@shekhar316 shekhar316 added the bug Something isn't working label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant