milvus/internal
congqixia 2f691f1e67
enhance: Unify DeleteLog parsing code (#34009)
See also #33787

The parsing delete log is distributed in lots of places, which is not
recommended and hard to maintain.

This PR abstract common parsing logic into `DeleteLog.Parse` method to
unify implementation and make it easier to replace json parsing lib.

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

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-06-21 16:54:01 +08:00
..
allocator enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
core [automated] Update Knowhere Commit (#34040) 2024-06-21 01:50:01 +08:00
datacoord fix: fix l0 compaction may miss some sealed segments (#33980) 2024-06-21 16:52:15 +08:00
datanode enhance: Add deltaRowCount in l0 compaction (#33997) 2024-06-20 17:46:01 +08:00
distributed enhance: Rename Compaction to CompactionV2 (#33858) 2024-06-16 22:07:57 +08:00
http enhance: add restful api to trigger component stop (#32076) 2024-06-07 10:35:54 +08:00
indexnode fix: Fallback field type when it isn't in request (#33832) 2024-06-14 09:55:56 +08:00
kv fix: Check the correct return error in MultiRemove (#33926) 2024-06-18 15:23:59 +08:00
logservice enhance: new messsage interface for log service (#33286) 2024-06-11 10:38:01 +08:00
metastore fix: Fix meta prefix overlap bug (#33830) 2024-06-13 19:27:57 +08:00
mocks enhance: Rename Compaction to CompactionV2 (#33858) 2024-06-16 22:07:57 +08:00
mq enhance: add the includeCurrentMsg param for the Seek method (#33326) 2024-05-27 10:31:41 +08:00
parser/planparserv2 enhance: optimize plan parser pool to avoid unnessary recycle (#32869) 2024-05-11 10:51:31 +08:00
proto enhance: Rename Compaction to CompactionV2 (#33858) 2024-06-16 22:07:57 +08:00
proxy enhance: check index with data type (#33880) 2024-06-19 10:15:59 +08:00
querycoordv2 fix: Fix GetReplicas API return nil status (#33715) 2024-06-20 14:40:15 +08:00
querynodev2 enhance: support null in go payload (#32296) 2024-06-19 17:08:00 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord fix: metrics database_num is 0 after restarting rootcoord (#34011) 2024-06-21 11:36:00 +08:00
storage enhance: Unify DeleteLog parsing code (#34009) 2024-06-21 16:54:01 +08:00
tso fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
types enhance: Check by proxy rate limiter when delete get data by query. (#30891) 2024-05-23 20:03:40 +08:00
util enhance: Unify DeleteLog parsing code (#34009) 2024-06-21 16:54:01 +08:00