milvus/internal/util
yihao.dai 4204c0473e
fix: [2.5] Ignore 2.6 Proxy to avoid timetick lag (#43519)
During the rolling upgrade from 2.5 to 2.6, the 2.5 coordinator detects
newly started 2.6 proxies. However, 2.6 proxies do not sync timetick,
which leads to timetick delay. This PR ignores 2.6 proxies to prevent
ttDelay during the upgrade process.

issue: https://github.com/milvus-io/milvus/issues/43518

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-07-23 22:40:54 +08:00
..
analyzecgowrapper enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
bloomfilter enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
cgo enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
cgoconverter enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
clustering enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
componentutil enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
ctokenizer feat: [2.5] Support run analyzer and more tokenizer. (#41444) 2025-04-24 10:48:39 +08:00
dependency enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
exprutil fix: [2.5] OR binary expr is prunable only when both children are prunable (#42912) (#42915) 2025-06-24 17:30:42 +08:00
flowgraph fix: [2.5] flow graph should free function resource after all node close (#42731) (#42775) 2025-06-17 14:40:39 +08:00
function fix:[2.5] add concurrency and close protect for bm25 function (#42599) 2025-06-10 14:18:35 +08:00
funcutil fix: [2.5] Update logging context and upgrade dependencies (#41319) 2025-04-24 23:50:40 +08:00
grpcclient fix: [2.5] Update logging context and upgrade dependencies (#41319) 2025-04-24 23:50:40 +08:00
hookutil enhance: [2.5] Add mutex preventing concurrent plugin.Open (#41761) (#41764) 2025-05-12 23:20:57 +08:00
idalloc fix: [2.5] Update logging context and upgrade dependencies (#41319) 2025-04-24 23:50:40 +08:00
importutilv2 enhance: Add Size interface to FileReader to eliminate the StatObject call during Read (#42911) 2025-06-25 15:26:42 +08:00
indexcgowrapper fix: [2.5] Update logging context and upgrade dependencies (#41319) 2025-04-24 23:50:40 +08:00
indexparamcheck fix: Check cast type is array for json contains expr (#42185) 2025-06-06 11:00:33 +08:00
initcore enhance: supporting separate chunk cache pool(#42803) (#42901) 2025-06-26 15:52:43 +08:00
metrics fix: [2.5] Fix ineffective log level setting in ThreadWatcher (#41887) 2025-05-16 12:02:27 +08:00
mock fix: add ShowLoadCollections and ShowLoadPartitions for compatibale mixcoord (#42514) 2025-06-05 15:46:33 +08:00
nullutil enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
pipeline fix: pipeline/delegator leak (#42583) 2025-06-07 02:06:33 +08:00
proxyutil fix: [2.5] Ignore 2.6 Proxy to avoid timetick lag (#43519) 2025-07-23 22:40:54 +08:00
quota feat: [2.5] add DDLDB rate type and related quota configurations (#40653) 2025-03-14 15:36:17 +08:00
ratelimitutil feat: [2.5] support to deny dll according to database property (#40784) 2025-03-23 11:18:28 +08:00
reduce fix: iterator cursor progress too fast(#36179) (#36180) 2024-09-24 11:45:13 +08:00
searchutil fix: [2.5] Fix ants.Pool goroutine leak (#41893) 2025-05-16 19:12:22 +08:00
segcore fix: support TTL expiration with queries returning no results (#42103) 2025-05-27 15:18:28 +08:00
segmentutil enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
sessionutil fix: filter the streaming query node from resource group when upgrading (#42594) 2025-06-09 22:10:35 +08:00
streamingutil enhance: better logging for grpc resolver (#40338) 2025-03-05 15:14:01 +08:00
streamrpc fix: [2.5] Update logging context and upgrade dependencies (#41319) 2025-04-24 23:50:40 +08:00
testutil enhance: bulkinsert supports parsing sparse vector form parquet struct (#40874) 2025-03-31 14:20:31 +08:00
tokenizerapi feat: [2.5] Support run analyzer and more tokenizer. (#41444) 2025-04-24 10:48:39 +08:00
tsoutil enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
typeutil enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
vecindexmgr enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
wrappers enhance: [2.5] support run analyzer by loaded collection field (#42119) 2025-05-29 10:26:30 +08:00