9 Commits

Author SHA1 Message Date
congqixia
5973f5aeb9
Use go-api/v2 for milvus-proto (#24723)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2023-06-07 21:32:37 +08:00
XuanYang-cn
51f5a128b3
Refine codes of datanode buffer (#23168) (#23332)
This PR refines deltabuffer of datanode:
- Add last sync time for compacted segment, see also: #23210
- Ensure all deltabuffermanager handles all delete related operations
- Change usedMemory to atomic.Int64
- Remove allocator in delete buffer

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2023-04-12 19:02:29 +08:00
XuanYang-cn
2a597cae10
Fix buffer calculate memorysize negative (#23153)
Along with the following small patches:
- And fix logging dup segmentIDs for delete buffer status
- Add String method for PriorityQueue to debug

See also: #23105

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2023-04-03 17:12:24 +08:00
XuanYang-cn
942820fbae
Fix flush deltabuf with segmentID=0 (#23063)
See also: #23062

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2023-03-28 19:42:04 +08:00
congqixia
0769e00e70
Fix BufferData limit calculation for BinaryVector (#20963) (#20971)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-12-05 15:31:19 +08:00
bigsheeper
715878c86f
Set delBuf's start-end position of compacted segment (#20615)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-11-15 19:43:08 +08:00
MrPresent-Han
8791d1c4f3
Fix panic error due to rollDeleteOp ahead by load-and-delete (#20563) (#20603)
issue:#20501
Signed-off-by: MrPresent-Han <jamesharden11122@gmail.com>

Signed-off-by: MrPresent-Han <jamesharden11122@gmail.com>
2022-11-15 17:53:07 +08:00
bigsheeper
d1ee0bb43b
Add channel level checkpoint [#20350] (#20542)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-11-15 14:07:07 +08:00
XuanYang-cn
e081eb287d
Refine flowgraph nodes for readability (#19864)
- delete compaction tasks from executor while dropping

See also: #19780

Signed-off-by: yangxuan <xuan.yang@zilliz.com>

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2022-10-20 16:39:29 +08:00