milvus/internal/proto
congqixia 0bf176a7e1
Add SyncReplicaSegments interface for QueryNode (#16672)
Add SyncReplicaSegments for LoadCollection/LoadPartition child task
This API notifies related ShardCluster to record segment Loaded
Preventing the Etcd events is delayed, which will cause some segment not search

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-04-27 10:41:46 +08:00
..
commonpb Fix panic: Set Base of GetReplicas request (#16578) 2022-04-22 14:47:42 +08:00
datapb Resolve an issue with bulk load where segments in flow graph replica are not updated (#16609) 2022-04-25 11:07:47 +08:00
etcdpb Add consistency level field in collection meta (#13766) 2021-12-21 19:49:02 +08:00
indexcgopb Unify interface of vector index & scalar index. (#15959) 2022-03-21 14:23:24 +08:00
indexpb Use indexInfo SerializedSize when estimating segment size (#13969) 2021-12-22 20:27:34 +08:00
internalpb Support login with username and password (#15656) (#16341) 2022-04-11 19:49:34 +08:00
milvuspb Add list import tasks api (#16605) 2022-04-25 17:37:46 +08:00
planpb Support arithmetic operations on numerical fields for scalar filtering (#16520) 2022-04-24 16:43:45 +08:00
proxypb Support login with username and password (#15656) (#16341) 2022-04-11 19:49:34 +08:00
querypb Add SyncReplicaSegments interface for QueryNode (#16672) 2022-04-27 10:41:46 +08:00
rootcoordpb Add list import tasks api (#16605) 2022-04-25 17:37:46 +08:00
schemapb modify import rpc interface (#16129) 2022-03-22 15:11:24 +08:00
segcorepb
common.proto Fix panic: Set Base of GetReplicas request (#16578) 2022-04-22 14:47:42 +08:00
data_coord.proto Resolve an issue with bulk load where segments in flow graph replica are not updated (#16609) 2022-04-25 11:07:47 +08:00
etcd_meta.proto Add consistency level field in collection meta (#13766) 2021-12-21 19:49:02 +08:00
index_cgo_msg.proto Unify interface of vector index & scalar index. (#15959) 2022-03-21 14:23:24 +08:00
index_coord.proto Use indexInfo SerializedSize when estimating segment size (#13969) 2021-12-22 20:27:34 +08:00
internal.proto Support login with username and password (#15656) (#16341) 2022-04-11 19:49:34 +08:00
milvus.proto Add list import tasks api (#16605) 2022-04-25 17:37:46 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
plan.proto Support arithmetic operations on numerical fields for scalar filtering (#16520) 2022-04-24 16:43:45 +08:00
proxy.proto Support login with username and password (#15656) (#16341) 2022-04-11 19:49:34 +08:00
query_coord.proto Add SyncReplicaSegments interface for QueryNode (#16672) 2022-04-27 10:41:46 +08:00
root_coord.proto Add list import tasks api (#16605) 2022-04-25 17:37:46 +08:00
schema.proto Support delete varChar value (#16229) 2022-04-02 17:43:29 +08:00
segcore.proto