-
Notifications
You must be signed in to change notification settings - Fork 129
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
Error in viewing collection information when there is a schedule with more than a certain number of collections in the database menu. #550
Comments
Thanks, I will test it later. |
@shanghaikid To assist with the verification, I am attaching a video. When the page first loads, everything appears normal. What is particularly notable is that the collection order is inconsistent with each refresh, and it is always the bottom three collections that do not display information. |
I will test it with your condition. |
I've created 31 collections, here is my test. Since the information needed for the page comes from multiple APIs, I retrieve it in batches of five collections at a time. I sort collections by loadedPercentage and if it has index or not, then createdTime. Which order do you prefer? |
@shanghaikid One difference between your video and my situation is that you clicked the Refresh button to refresh, whereas I waited for the auto-refresh. 20240625_142258.mp4As you may know, the auto-refresh interval is quite long (1 minute? 2 minutes?). The data was generated using the insert sample data feature in attu, with the schema consisting of only an auto_id field and a vector field. Additionally, when the dimension is large (e.g., OpenAI dimension 1536), an error occurs when inserting 10k entries of sample data, as shown below. And like in most databases when displaying names, alphabetical order is preferred. |
Describe the bug:
When there are more than 4-5 collections, as shown in the picture, an error appears in the status, and the information is not displayed when auto-refresh occurs or when the refresh button is clicked.
Milvus is in a normal state, and refreshing the browser displays correctly until the next auto-refresh.
Steps to reproduce:
Attu version:
2.4.2
Milvus version:
2.4.4
The text was updated successfully, but these errors were encountered: