-
Object store client exhibits race condition using SDK version v65.79.0 when attempting to use multiple clients in different go routines.
e.g.
client, err := objectstorage.NewObjectStorageClientWi…
-
![image](https://cloud.githubusercontent.com/assets/1687443/4491568/e765db2c-4a39-11e4-9313-836d4406d65b.png)
![image](https://cloud.githubusercontent.com/assets/1687443/4491603/2f4f8f6e-4a3a-11e4-813…
hit9 updated
10 years ago
-
**Version of dd-trace-go**
1.70.1
**Describe what happened:**
After updating our services depending on dd-trace-go that rely on APM features as, we detected leaks in go routines. Likely caused by te …
-
```
$ go run main.go
2024-11-19T10:30:44+01:00 INF Downloading https://github.com//releases/download//core--.iso...
2024-11-19T10:30:44+01:00 INF Downloading h…
-
```
import (
proclientApi "github.com/prometheus/client_golang/api"
)
var ProClientMap = make(map[string]proclientApi.Client, 0)
func PromQueryRange(){
ProClient := proclientV1.NewAPI(Pr…
-
# Descrição
Foi observado que o código atual demora ~3s para enfileirar 1.000 registros. Esse tempo deve ser melhorado, visto que o arquivo original possui pouco menos de 1.000.000 de registros para …
-
Found many patterns like:
```
wg := WaitGroup{}
for {
wg.Add(1)
go func() {
defer wg.Done(1)
}
}
wg.Wait()
```
Examples:
`getDutiesProposer`
`connectWithAllPeers`
`batchVer…
-
I get this panic after running [AyanDict](https://github.com/ilius/ayandict/tree/miqt)
```
SIGSEGV: segmentation violation
PC=0x202539b m=0 sigcode=1 addr=0x1d0
signal arrived during cgo executi…
-
Running on v2.60.9, just encountered this:
```
runtime: program exceeds 10000-thread limit
fatal error: thread exhaustion
runtime stack:
runtime.throw({0x298f5ef?, 0x4a2ac0?})
runtime/panic…
-
## Bug Report
use tikv-client get region info from pd server, GetRegion QPS 66k, leader CPU 3600%, Goroutine count 244k
### What did you do?
pressure test on online tikv culster
### What d…