You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
3 days ago I updated Milvus from 2.3.1 to 2.4.10 by changing images for Milvus, Attu and config-tool.
Sometimes when I change the DB in WebIU Attu pod restarts with message in the log bellow.
The thing is that collection "beauty_filtered" really isn't in database "cv_search". This collection in the "default" DB.
Steps to reproduce:
Login to Attu
Change the BD from default to any other
Attu log:
GET 200 /api/v1/collections 4.417 ms @ Thu, 12 Sep 2024 06:36:52 GMT ::ffff:10.97.47.24 from undefined Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
/app/dist/src/crons/crons.service.js:74
throw new Error(error);
^
Error: can't find collection[database=cv_search][collection=beauty_filtered]
at CronsService.<anonymous> (/app/dist/src/crons/crons.service.js:74:27)
at Generator.throw (<anonymous>)
at rejected (/app/dist/src/crons/crons.service.js:6:65)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.20.4
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Describe the bug:
3 days ago I updated Milvus from 2.3.1 to 2.4.10 by changing images for Milvus, Attu and config-tool.
Sometimes when I change the DB in WebIU Attu pod restarts with message in the log bellow.
The thing is that collection "beauty_filtered" really isn't in database "cv_search". This collection in the "default" DB.
Steps to reproduce:
Attu log:
Attu deployment spec:
The text was updated successfully, but these errors were encountered: