milvus/internal
Bingyi Sun bf956a3ec2
fix: fix string field has invalid utf-8 (#37104)
issue: https://github.com/milvus-io/milvus/issues/37083
We use vector of string_view to save data temporally but real string
data will be released after record batch is deconstructed.
Change it to vector of string to avoid memory corruption.

---------

Signed-off-by: sunby <sunbingyi1992@gmail.com>
2024-10-24 18:33:47 -07:00
..
allocator fix: Rootcoord stuck at graceful stop progress (#36880) 2024-10-17 12:15:25 +08:00
core fix: fix string field has invalid utf-8 (#37104) 2024-10-24 18:33:47 -07:00
datacoord enhance: Add metrics for querynode delete buffer info (#37081) 2024-10-24 10:47:28 +08:00
datanode feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
distributed enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
flushcommon fix: loss small bm25 binlogs (#36942) 2024-10-17 14:49:23 +08:00
http feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
indexnode feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
json enhance: Gin & restfulv1 handler use sonic json (#35020) 2024-08-05 16:44:17 +08:00
kv fix: fix make generate-mockery panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
metastore fix: Load original key if ts is MaxTimestamp (#36934) 2024-10-17 14:11:29 +08:00
mocks enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
parser/planparserv2 enhance: Update antlr version and refine parsing not in (#36745) 2024-10-11 14:03:21 +08:00
proto enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
proxy enhance: support retry search when topk is reduced and result not enough (#35645) 2024-10-23 19:19:30 +08:00
querycoordv2 fix: Delegator may becomes unserviceable after querycoord restart (#37055) 2024-10-24 12:21:28 +08:00
querynodev2 enhance: Skip load delta data in delegater when using RemoteLoad (#37082) 2024-10-24 16:21:37 +08:00
registry
rootcoord feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
storage feat: added more checks for function creation check (#36766) 2024-10-13 17:43:22 +08:00
streamingcoord enhance: add streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00
streamingnode fix: use binlog counter to trigger flush but not stats log (#37037) 2024-10-23 15:07:29 +08:00
tso
types feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
util enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
.mockery.yaml fix: mockery config (#35834) 2024-08-30 09:49:00 +08:00