Zhen Ye

Results 137 comments of Zhen Ye

In `lru-verify-32453 `. A handoff is triggered at 10:45:37.121, and next search operation reports `no sufficient resource to load segments`. ``` 2024-05-06 10:45:37.121 (no unique labels) [2024/05/06 10:45:37.121 +00:00] [INFO]...

- When handoff happens, new segment search will trigger load operation in lru-cache. - request resource for loading fails if Query node may be OOM. ``` [2024/04/24 09:34:21.414 +00:00] [WARN]...

Already fixed by add fast-fail and timeout of request resource of lazyload. Can be controlled by `queryNode.lazyLoadRequestResourceTimeout`, 5s by default. If the search task is blocked by request resource, it...

Bug: set nil struct pointer to describe nil interface. ``` func defaultSessionCreator() dataNodeCreatorFunc { return func(ctx context.Context, addr string, nodeID int64) (types.DataNodeClient, error) { return grpcdatanodeclient.NewClient(ctx, addr, nodeID) // default...