milvus/internal/util
XuanYang-cn b850c4ae2c
Refine search logs in querynode (#21134)
- Make sure all logs logging with ctx
- Add an info log for searching on not-indexed segments
- Separate log prefix of shardleader and non-shardleaders

See also: #20975

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

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2022-12-12 14:33:22 +08:00
..
autoindex Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
cache Support an analogous Java Guava cache implementation (#20831) 2022-12-05 20:29:18 +08:00
cgoconverter Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
commonpbutil Fill SourceID (#20000) 2022-10-24 23:43:30 +08:00
compressor
concurrency Improve load performance (#17273) 2022-06-02 17:56:03 +08:00
contextutil Support meta storing on database (#17236) (#18541) 2022-08-11 12:12:38 +08:00
crypto Improve the storage method of the grant info in the metastore (#18817) 2022-08-26 19:22:56 +08:00
dependency Fix Chunk Manager Path mis use (#19141) 2022-09-23 14:40:51 +08:00
distance
errorutil Support check health for the service level (#19779) 2022-10-18 13:39:26 +08:00
etcd Make datanode unittest use embed etcd server (#20948) 2022-12-02 16:05:16 +08:00
flowgraph Refine msgstream interface (#20832) 2022-12-05 20:55:17 +08:00
funcutil Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
gc Fix GC Tuner Overflow (#20497) 2022-11-15 10:43:06 +08:00
generic Refactor grpclient, make it generic (#19791) 2022-10-17 20:05:26 +08:00
grpcclient Refine log level (#20904) 2022-12-01 20:07:15 +08:00
hardware Move disk index params to config file (#19714) 2022-10-14 17:51:24 +08:00
importutil Refine bulkinsert (#20986) 2022-12-07 14:53:18 +08:00
indexcgowrapper Fix IndexNode panic while failed to create index (#20861) 2022-11-29 15:31:15 +08:00
indexparamcheck Limit MinDim to build disk index (#20724) 2022-11-21 17:43:10 +08:00
indexparams Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
initcore Move assemble/disassemble func to core (#19420) 2022-10-16 21:17:25 +08:00
lock Support load segments/channels in parallel (#20036) 2022-10-31 13:55:33 +08:00
logutil Add RootPath field back (#20488) 2022-11-10 19:43:03 +08:00
metautil Make sure that the segment path matches the segment id (#20677) 2022-11-18 15:35:09 +08:00
metricsinfo Reduce and improve quota center log (#20058) 2022-10-25 19:39:30 +08:00
milvuserrors
mock Fix alter collection hang (#20694) 2022-11-21 10:09:10 +08:00
paramtable Fix flush didn't respect binaryvector and other schemas (#21120) 2022-12-12 10:33:26 +08:00
ratelimitutil Change limiter burst type to float64 (#20215) 2022-10-31 20:59:34 +08:00
retry
segmentutil Verify and adjust segment # of rows before saving and passing SegmentInfo (#20837) 2022-12-01 16:31:16 +08:00
sessionutil Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
timerecord Refine search logs in querynode (#21134) 2022-12-12 14:33:22 +08:00
trace Remove TraceID in mq (#20697) 2022-11-25 23:11:12 +08:00
tsoutil Add some msgstream metrics (#20296) 2022-11-07 10:15:02 +08:00
typeutil Fix empty retrieve result (#21032) 2022-12-08 10:15:19 +08:00
uniquegenerator
constant.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
OWNERS