crazychengmm
crazychengmm
Hi I use celery-php on my product to send data to celery. It helps me a lot. Thanks. But I found a problem that when php server lost connection with...
Hi i hava stucked on this,can you help me. Thanks weathermap.py -s mapname1 mapnameN -z http://zabbix.example.com -l admin -p admin (has changed the parameta) Traceback (most recent call last): File...
快速启动异常
问题描述 =========== 使用镜像快速启动,发现日志有报错信息  重现方法 ================ docker run -d -p 8081:8090 ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:latest  关键信息 ========= 请提供以下信息: - [x] bk-cmdb 版本: - [ ] Redis 版本: - [ ] MongoDB 版本:...
 报错404了,有空可以更新下哦,感谢
本地环境: mac m1 pro os: 12.5 (21G72) go 环境: ------ GO111MODULE="on" GOARCH="arm64" GOBIN="" GOCACHE="/Users/admin/Library/Caches/go-build" GOENV="/Users/admin/Library/Application Support/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="arm64" GOHOSTOS="darwin" GOINSECURE="" GOMODCACHE="/Users/admin/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/admin/go" GOPRIVATE="" GOPROXY="https://goproxy.cn,direct" GOROOT="/Users/admin/go/go1.17.10"...
**Describe the bug** I attempted to delete a Service using the Kubernetes Java client, and while the Service was indeed removed, an exception was thrown during the operation. 03/08 17:51:58...
**Describe the problem** operator: /mysql-operator/radondb/mysql57-sidecar:v2.3.0 Mysql /mysql-operator/percona/percona-server:5.7.34 从节点出现报错信息 [ERROR] Error reading packet from server for channel '': The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the...
Operator Version: v0.5.3 Mysql Version:bitpoke/percona:5.7 I changed mysql cluster config, such as ------------------------------------------------ mysqlConf: innodb_buffer_pool_size: 1280M **max_connections: "5000"** podSpec: resources: requests: memory: 2G cpu: 200m **limits: memory: 4G cpu: 2000m**...
Version: v0.5.3 I noticed that Headless name was named **mysql**. If i created two cluster on same namespace, it would be got problem. Code: ``` // NewHeadlessSVCSyncer returns a service...