milvus/internal/proto
congqixia 02bc0d0dd5
fix: Add scope limit for querynode DeleteRequest (#29474)
See also #27515

When Delegator processes delete data, it forwards delete data with only
segment id specified. When two segments has same segment id but one is
growing and the other is sealed, the delete will be applied to both
segments which causes delete data out of order when concurrent load
segment occurs.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2023-12-26 14:28:47 +08:00
..
data_coord.proto feat: support enable/disable mmap for index (#29005) 2023-12-21 18:07:24 +08:00
etcd_meta.proto [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +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 feat: support enable/disable mmap for index (#29005) 2023-12-21 18:07:24 +08:00
internal.proto enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
plan.proto Support array datatype (#26369) 2023-09-19 14:23:23 +08:00
proxy.proto Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
query_coord.proto fix: Add scope limit for querynode DeleteRequest (#29474) 2023-12-26 14:28:47 +08:00
root_coord.proto [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
segcore.proto add growing segment index (#23615) 2023-04-26 10:14:41 +08:00