milvus/internal/util
congqixia 55b33cd3cf
fix: [2.4] Fix tracing config update logic (#35928) (#35998)
Cherry-pick from master
pr: #35928 
Related to #35927

There are serveral issue this PR addresses:
- Use `ResetTraceConfig` method instead init one in update event handler
- Implement dynamic stats.Handler to receive tracing config update event
- Update `enable_trace` flag when `ResetTraceConfig` is invoked
- Change `enable_trace` to `std::atomic<bool>` in case of data race

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-09-06 11:19:05 +08:00
..
analyzecgowrapper enhance: optimize milvus core building (#35660) 2024-08-27 18:55:00 +08:00
bloomfilter enhance: Use Blocked Bloom Filter instead of basic bloom fitler impl (#34377) 2024-07-05 17:04:10 +08:00
cgo enhance: optimize milvus core building (#35660) 2024-08-27 18:55:00 +08:00
cgoconverter enhance: move the cgo code in the pkg dir to interal dir (#30261) 2024-01-25 15:15:01 +08:00
clustering fix: [Cherry-pick]Pick major compaction fixs and optimizations (#34360) 2024-07-03 09:53:37 +08:00
componentutil enhance: improve check health (#34265) 2024-07-01 10:18:07 +08:00
dependency enhance: move rocksmq from internal to pkg (#34165) 2024-06-26 13:36:05 +08:00
exprutil enhance: [2.4] improve error msg when expr invalid during isolation (#35115) 2024-07-31 17:21:50 +08:00
flowgraph enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
funcutil Format the code (#27275) 2023-09-21 09:45:27 +08:00
grpcclient fix: [2.4] Fix tracing config update logic (#35928) (#35998) 2024-09-06 11:19:05 +08:00
hookutil fix: [2.4] Unify hook singleton implementation in proxy (#34888) 2024-07-26 18:07:53 +08:00
importutilv2 fix: Added check for validating varchar,array max length (#35499) (#35581) 2024-08-23 17:14:58 +08:00
indexcgowrapper enhance: optimize milvus core building (#35660) 2024-08-27 18:55:00 +08:00
initcore enhance: optimize milvus core building (#35660) 2024-08-27 18:55:00 +08:00
metrics enhance: optimize milvus core building (#35660) 2024-08-27 18:55:00 +08:00
mock enhance: Add BackupRBAC/RestoreRBAC API to enable rbac backup (#35444) (#35513) 2024-08-18 13:42:55 +08:00
pipeline enhance: [cherry-pick] optimize datanode cpu usage and correct the update logic of ttchecker (#34383) 2024-07-04 16:34:17 +08:00
proxyutil enhance: update shard leader cache when leader location changed (#32470) 2024-05-08 10:05:29 +08:00
quota enhance: add metric to record maxInsertRate and queryNodeMemoryHighWaterLevel (#35185) (#35188) 2024-08-02 10:16:15 +08:00
ratelimitutil fix: Fix DB limiter nodes are mistakenly cleaned up (#35991) (#35992) 2024-09-05 17:31:05 +08:00
segmentutil Format the code (#27275) 2023-09-21 09:45:27 +08:00
sessionutil fix: Make coordinator Register not blocked on ProcessActiveStandby (#32069) 2024-04-10 18:49:18 +08:00
streamrpc enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
testutil enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
tsoutil enhance: move rocksmq from internal to pkg (#34165) 2024-06-26 13:36:05 +08:00
typeutil enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
wrappers enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00