milvus/internal
chyezh 950624d8d3
fix: nil ptr is used as nil interface in grpc client (#30754)
issue: #30715

- Bug: Set nil struct pointer to describe nil interface.
Panic with segment violation when calling method on this nil struct
pointer.

Signed-off-by: chyezh <chyezh@outlook.com>
2024-02-23 10:26:53 +08:00
..
allocator enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
core fix: pattern match use incorrect raw data (#30764) 2024-02-22 19:56:52 +08:00
datacoord fix: Skip filling segmentID in indexBuildCh to prevent flush blocked (#30747) 2024-02-22 20:40:53 +08:00
datanode test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
distributed fix: nil ptr is used as nil interface in grpc client (#30754) 2024-02-23 10:26:53 +08:00
http enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
indexnode enhance: Limit index pool size of standalone server (#30170) 2024-01-30 16:47:03 +08:00
kv enhance: disallow tikv/rawkv usages (#30027) 2024-02-06 10:41:41 +08:00
metastore fix: not store timestampTo and timestampFrom (#30450) 2024-02-04 14:23:05 +08:00
mocks test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
mq enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
parser/planparserv2 enhance: Return parse expression failed error with reason (#30548) 2024-02-20 16:02:52 +08:00
proto enhance: Add L2 segment level (#29595) 2024-02-18 14:12:49 +08:00
proxy fix: fix upsert using wrong field to compute partition key (#30772) 2024-02-23 09:54:53 +08:00
querycoordv2 fix: Make leader checker generate leader task instead of segment task (#30258) 2024-02-21 11:08:51 +08:00
querynodev2 enhance: Use defer to clean legacy growing segment (#30770) 2024-02-23 10:02:55 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord fix: should return collectionName in response of ListAliases (#30532) 2024-02-12 08:30:55 +08:00
storage enhance: Adding a generic stream payload reader (#30682) 2024-02-21 17:10:52 +08:00
tso Format the code (#27275) 2023-09-21 09:45:27 +08:00
types test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
util enhance: decrease coordinator init time (#29822) 2024-02-05 14:00:12 +08:00