Closed yanliang567 closed 2 years ago
/assign @yhmo /unassign
check the get_query_segment_info immediately after bulk load completed, it returns []. While it returns the correct loading state if add 10s sleep.
Makes sense. BulkLoadPersisted
only indicates things are done on datanode/datacoord side, but there might be a gap between BulkLoadPersisted
and "bulk load data is searchable". I will take a look at this.
but the question comes to be: how can an user know the data is searchable? (and "index_built_completed" as well)
now if the bulk load task is in persisted state, it means the data was imported completely. But do they ready for search, it is still a black box to users.
@soothing-rain is this still a valid issue?
@xiaofan-luan yes, as data_queryable is not working well for now, so users are not able to know when the imported data is ready for searching.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
keep it. Should bulkload respect consistency?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Environment
Current Behavior
Expected Behavior
Search successfully as bulk load completed.
Notes: if importing entities =100, it does not reproduce. So I guess the query node is still in loading process on the backend, while the error msg is quite confusing.
Steps To Reproduce
Anything else?
No response