Results 9 issues of luosjde

### Describe the bug Querying data from 19:00 to 20:00 today is successful, but querying data from the same time period next day results in an error stating that the...

question

using Exists api return true when non-ErrNoNode occurs. _, err := c.request(opExists, &existsRequest{Path: path, Watch: false}, res, nil) exists := true if err == ErrNoNode { exists = false err...

https://github.com/samuel/go-zookeeper/issues/235

I use this client to connect to the cluster. When a server node in the cluster dies, the client cannot be used. However, if a multi-node zk cluster dies one...

### Is your feature request related to a problem? Please describe When there are many configured jobs (about 100), vmagent discovers targets very slowly in serial, resulting in no data...

enhancement

### Describe the bug after upgrading vminsert to version v1.101.0-cluster, under the same conditions, the CPU usage has increased from 35% to 100%. before the upgrade, the CPU usage was...

bug
performance
waiting for release
vminsert

### Is your feature request related to a problem? Please describe As described in #5197, vmselect now supports group queries. However, as the cluster size increases and the query QPS...

enhancement

### Is your feature request related to a problem? Please describe The vmagent collects metrics without verifying their legitimacy, potentially resulting in writing of a large number of illegal metrics...

enhancement
need more info

* environment information is as follows: * gpu: H100 *8 * pytorch: 25.03-py3 * nccl: 2.21.5 * cuda: 12.3 * During the xputimer demo test, the average time consumed by...

question