[BUG] - Duplicate key validation error on conda-store-server
#1070
Labels
type: bug 🐛
Something isn't working
conda-store-server
#1070
Describe the bug
I tested the latest release as part of Nebari's integration (upcoming) release and found the following error message from the conda-store-server pod:
full log attached
dev-nebari-conda-store-server-59448568dd-7mbn9-1738275853668991320.log
Since I was not entirely sure if this was my own workspace (nebari's fault), I shifted to this repo's docker-compose to reach the same workspace I had on k8s. To my surprise, as soon as the service went online,e it crashed with a similar error message, as seen in the screenshot bellow:
Curiously, the issue went away, and the service started its usual self-checks, though the same can't be said for its Kubernetes counterpart since it enters a CrashLoopBack state.
Expected behavior
At least on Nebari's side, it will be usual running pods
How to Reproduce the problem?
From a local nebari (Kubernetes):
pip install nebari
withnebari init local -p mytest
and subsequentlynebari deploy -c nebari-config.yaml
;pip install git+https://github.com/nebari-dev/nebari.git@upgrade-conda-store
and run the deploy command once again -- check with k9s for pod statusFrom docker-compose:
Output
No response
Versions and dependencies used.
conda-store==2025.1.1
Anything else?
No response
The text was updated successfully, but these errors were encountered: