milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
28.92k stars 2.78k forks source link

[Bug]: [ERROR] [components/root_coord.go:55] #33085

Closed Storm0921 closed 2 weeks ago

Storm0921 commented 3 months ago

Is there an existing issue for this?

Environment

- Milvus version:v2.3.0-1977-g4ae7cabb0-dev
- Deployment mode(standalone or cluster):standalone 
- MQ type(rocksmq, pulsar or kafka): pulsar    
- SDK version(e.g. pymilvus v2.0.0rc2): 2.4.2
- OS(Ubuntu or CentOS): Ubuntu 22.04
- CPU/Memory: 15 vCPU Intel(R) Xeon(R) Platinum 8474C
- GPU: 4090D
- Others: Auto-DL机器

Current Behavior

我运行下面的命令得到的日志如下,怎么解决这个问题?nohup ./bin/milvus run standalone > running.log 2>&1 & 有时候还会出现Datacord的类似问题

nohup: ignoring input
[2024/05/16 11:10:54.194 +08:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"]
2024/05/16 11:10:54 maxprocs: Updating GOMAXPROCS=15: determined from CPU quota

    __  _________ _   ____  ______    
   /  |/  /  _/ /| | / / / / / __/    
  / /|_/ // // /_| |/ / /_/ /\ \    
 /_/  /_/___/____/___/\____/___/     

Welcome to use Milvus!
Version:   v2.3.0-1977-g4ae7cabb0-dev
Built:     Wed May 15 10:49:03 UTC 2024
GitCommit: 4ae7cabb0
GoVersion: go version go1.21.6 linux/amd64

TotalMem: 85899345920
UsedMem: 28434432

open pid file: /run/milvus/standalone.pid
lock pid file: /run/milvus/standalone.pid
[2024/05/16 11:10:54.248 +08:00] [INFO] [roles/roles.go:306] ["starting running Milvus components"]
[2024/05/16 11:10:54.264 +08:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/16 11:10:54.267 +08:00] [DEBUG] [config/etcd_source.go:50] ["init etcd source"] [etcdInfo="{\"UseEmbed\":false,\"EnableAuth\":false,\"UserName\":\"\",\"PassWord\":\"\",\"UseSSL\":false,\"Endpoints\":[\"localhost:2379\"],\"KeyPrefix\":\"by-dev\",\"CertFile\":\"/path/to/etcd-client.pem\",\"KeyFile\":\"/path/to/etcd-client-key.pem\",\"CaCertFile\":\"/path/to/ca.pem\",\"MinVersion\":\"1.3\",\"RefreshInterval\":5000000000}"]
[2024/05/16 11:10:54.267 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.267 +08:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"]
[2024/05/16 11:10:59.269 +08:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/16 11:10:59.269 +08:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
[2024/05/16 11:10:59.269 +08:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer]
[2024/05/16 11:10:59.270 +08:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091]
[2024/05/16 11:10:59.270 +08:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal]
[2024/05/16 11:10:59.270 +08:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."]
[2024/05/16 11:10:59.270 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.270 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.270 +08:00] [INFO] [components/index_coord.go:38] ["IndexCoord running ..."]
[2024/05/16 11:10:59.270 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.271 +08:00] [DEBUG] [querynode/service.go:104] [QueryNode] [port=21123]
[2024/05/16 11:10:59.271 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.272 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [indexnode/indexnode.go:115] ["New IndexNode ..."]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [indexnode/service.go:87] [IndexNode] ["network address"=172.17.0.2:21121] ["network port: "=21121]
[2024/05/16 11:10:59.275 +08:00] [INFO] [proxy/lb_policy.go:78] ["use look_aside policy on replica selection"]
[2024/05/16 11:10:59.275 +08:00] [INFO] [runtime/asm_amd64.s:1650] ["Start check query node health loop"]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/simple_rate_limiter.go:219] ["RateLimiter register for rateType"] [rateType=DQLQuery] [rateLimit=+inf] [burst=1.7976931348623157e+308]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/simple_rate_limiter.go:219] ["RateLimiter register for rateType"] [rateType=DDLPartition] [rateLimit=+inf] [burst=1.7976931348623157e+308]
[2024/05/16 11:10:59.275 +08:00] [INFO] [hookutil/hook.go:46] ["empty so path, skip to load plugin"]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/service.go:122] ["create a new Proxy instance"] [state=2]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/service.go:423] ["init Proxy server"]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/service.go:454] ["Proxy init service's parameter table done"]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/service.go:456] ["Proxy init http server's parameter table done"]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/service.go:463] ["init Proxy's parameter table done"] [internalAddress=172.17.0.2:19529] [externalAddress=172.17.0.2:19530]
[2024/05/16 11:10:59.275 +08:00] [DEBUG] [proxy/service.go:469] ["init Proxy's tracer done"] ["service name"="Proxy ip: 172.17.0.2, port: 19530"]
[2024/05/16 11:10:59.275 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:10:59.375 +08:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/16 11:11:04.270 +08:00] [DEBUG] [rootcoord/service.go:198] ["RootCoord connect to etcd failed"] [error="context deadline exceeded"]
[2024/05/16 11:11:04.270 +08:00] [ERROR] [components/root_coord.go:55] ["RootCoord starts error"] [error="context deadline exceeded"] [stack="github.com/milvus-io/milvus/cmd/components.(*RootCoord).Run\n\t/root/autodl-tmp/milvus/cmd/components/root_coord.go:55\ngithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n\t/root/autodl-tmp/milvus/cmd/roles/roles.go:113"]
panic: context deadline exceeded

goroutine 366 [running]:
panic({0x536d160?, 0x855b440?})
    /root/.gvm/gos/go1.21.6/src/runtime/panic.go:1017 +0x3ac fp=0xc001931f70 sp=0xc001931ec0 pc=0x1dd78cc
github.com/milvus-io/milvus/cmd/roles.runComponent[...].func1()
    /root/autodl-tmp/milvus/cmd/roles/roles.go:114 +0x108 fp=0xc001931fe0 sp=0xc001931f70 pc=0x4d20548
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc001931fe8 sp=0xc001931fe0 pc=0x1e111c1
created by github.com/milvus-io/milvus/cmd/roles.runComponent[...] in goroutine 1
    /root/autodl-tmp/milvus/cmd/roles/roles.go:105 +0x138

goroutine 1 [semacquire]:
runtime.gopark(0x0?, 0xc001286008?, 0xa0?, 0x74?, 0xc0017fc000?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc001e07630 sp=0xc001e07610 pc=0x1ddb8ee
runtime.goparkunlock(...)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:404
runtime.semacquire1(0xc001088d28, 0x80?, 0x1, 0x0, 0x1?)
    /root/.gvm/gos/go1.21.6/src/runtime/sema.go:160 +0x218 fp=0xc001e07698 sp=0xc001e07630 pc=0x1ded558
sync.runtime_Semacquire(0x59c3d50?)
    /root/.gvm/gos/go1.21.6/src/runtime/sema.go:62 +0x25 fp=0xc001e076d0 sp=0xc001e07698 pc=0x1e0c9e5
sync.(*WaitGroup).Wait(0xc000db6e50?)
    /root/.gvm/gos/go1.21.6/src/sync/waitgroup.go:116 +0x48 fp=0xc001e076f8 sp=0xc001e076d0 pc=0x1e333c8
github.com/milvus-io/milvus/cmd/roles.(*MilvusRoles).Run(0xc00026db30)
    /root/autodl-tmp/milvus/cmd/roles/roles.go:393 +0xa4e fp=0xc001e07bb8 sp=0xc001e076f8 pc=0x4d1f28e
github.com/milvus-io/milvus/cmd/milvus.(*run).execute(0xc0016bfcf0?, {0xc000052870?, 0x3, 0x3}, 0xc000044690)
    /root/autodl-tmp/milvus/cmd/milvus/run.go:47 +0x2c9 fp=0xc001e07c88 sp=0xc001e07bb8 pc=0x4d2a6e9
github.com/milvus-io/milvus/cmd/milvus.RunMilvus({0xc000052870?, 0x3, 0x3})
    /root/autodl-tmp/milvus/cmd/milvus/milvus.go:60 +0x204 fp=0xc001e07d00 sp=0xc001e07c88 pc=0x4d2a384
main.main()
    /root/autodl-tmp/milvus/cmd/main.go:95 +0x425 fp=0xc001e07f40 sp=0xc001e07d00 pc=0x4d2eea5
runtime.main()
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:267 +0x2bb fp=0xc001e07fe0 sp=0xc001e07f40 pc=0x1ddb47b
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc001e07fe8 sp=0xc001e07fe0 pc=0x1e111c1

goroutine 2 [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000236fa8 sp=0xc000236f88 pc=0x1ddb8ee
runtime.goparkunlock(...)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:404
runtime.forcegchelper()
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:322 +0xb3 fp=0xc000236fe0 sp=0xc000236fa8 pc=0x1ddb753
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000236fe8 sp=0xc000236fe0 pc=0x1e111c1
created by runtime.init.6 in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:310 +0x1a

goroutine 3 [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000237778 sp=0xc000237758 pc=0x1ddb8ee
runtime.goparkunlock(...)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:404
runtime.bgsweep(0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/mgcsweep.go:321 +0xdf fp=0xc0002377c8 sp=0xc000237778 pc=0x1dc377f
runtime.gcenable.func1()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:200 +0x25 fp=0xc0002377e0 sp=0xc0002377c8 pc=0x1db8525
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002377e8 sp=0xc0002377e0 pc=0x1e111c1
created by runtime.gcenable in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:200 +0x66

goroutine 4 [GC scavenge wait]:
runtime.gopark(0xc000064070?, 0x5e4ce40?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000237f70 sp=0xc000237f50 pc=0x1ddb8ee
runtime.goparkunlock(...)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:404
runtime.(*scavengerState).park(0x850c840)
    /root/.gvm/gos/go1.21.6/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000237fa0 sp=0xc000237f70 pc=0x1dc0de9
runtime.bgscavenge(0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000237fc8 sp=0xc000237fa0 pc=0x1dc13b9
runtime.gcenable.func2()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:201 +0x25 fp=0xc000237fe0 sp=0xc000237fc8 pc=0x1db84c5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000237fe8 sp=0xc000237fe0 pc=0x1e111c1
created by runtime.gcenable in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:201 +0xa5

goroutine 5 [finalizer wait]:
runtime.gopark(0x0?, 0x59c2c20?, 0x0?, 0x0?, 0x2000000020?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000236620 sp=0xc000236600 pc=0x1ddb8ee
runtime.runfinq()
    /root/.gvm/gos/go1.21.6/src/runtime/mfinal.go:193 +0x107 fp=0xc0002367e0 sp=0xc000236620 pc=0x1db74c7
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002367e8 sp=0xc0002367e0 pc=0x1e111c1
created by runtime.createfing in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mfinal.go:163 +0x3d

goroutine 6 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000238750 sp=0xc000238730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002387e0 sp=0xc000238750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002387e8 sp=0xc0002387e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 7 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000238f50 sp=0xc000238f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000238fe0 sp=0xc000238f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000238fe8 sp=0xc000238fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 18 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000232750 sp=0xc000232730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002327e0 sp=0xc000232750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002327e8 sp=0xc0002327e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 19 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000232f50 sp=0xc000232f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000232fe0 sp=0xc000232f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000232fe8 sp=0xc000232fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 20 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000233750 sp=0xc000233730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002337e0 sp=0xc000233750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002337e8 sp=0xc0002337e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 21 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000233f50 sp=0xc000233f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000233fe0 sp=0xc000233f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000233fe8 sp=0xc000233fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 22 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000234750 sp=0xc000234730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002347e0 sp=0xc000234750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002347e8 sp=0xc0002347e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 8 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000239750 sp=0xc000239730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002397e0 sp=0xc000239750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002397e8 sp=0xc0002397e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 34 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000294750 sp=0xc000294730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002947e0 sp=0xc000294750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002947e8 sp=0xc0002947e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 35 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000294f50 sp=0xc000294f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000294fe0 sp=0xc000294f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000294fe8 sp=0xc000294fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 9 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000239f50 sp=0xc000239f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000239fe0 sp=0xc000239f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000239fe8 sp=0xc000239fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 10 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000290750 sp=0xc000290730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002907e0 sp=0xc000290750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002907e8 sp=0xc0002907e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 11 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000290f50 sp=0xc000290f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000290fe0 sp=0xc000290f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000290fe8 sp=0xc000290fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 36 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000295750 sp=0xc000295730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002957e0 sp=0xc000295750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002957e8 sp=0xc0002957e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 37 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000295f50 sp=0xc000295f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000295fe0 sp=0xc000295f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000295fe8 sp=0xc000295fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 38 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000296750 sp=0xc000296730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002967e0 sp=0xc000296750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002967e8 sp=0xc0002967e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 39 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000296f50 sp=0xc000296f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000296fe0 sp=0xc000296f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000296fe8 sp=0xc000296fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 40 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000297750 sp=0xc000297730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002977e0 sp=0xc000297750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002977e8 sp=0xc0002977e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 41 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000297f50 sp=0xc000297f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000297fe0 sp=0xc000297f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000297fe8 sp=0xc000297fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 42 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029c750 sp=0xc00029c730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029c7e0 sp=0xc00029c750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029c7e8 sp=0xc00029c7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 43 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029cf50 sp=0xc00029cf30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029cfe0 sp=0xc00029cf50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029cfe8 sp=0xc00029cfe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 44 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029d750 sp=0xc00029d730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029d7e0 sp=0xc00029d750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029d7e8 sp=0xc00029d7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 12 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000291750 sp=0xc000291730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002917e0 sp=0xc000291750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002917e8 sp=0xc0002917e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 45 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029df50 sp=0xc00029df30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029dfe0 sp=0xc00029df50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029dfe8 sp=0xc00029dfe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 46 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029e750 sp=0xc00029e730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029e7e0 sp=0xc00029e750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029e7e8 sp=0xc00029e7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 47 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029ef50 sp=0xc00029ef30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029efe0 sp=0xc00029ef50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029efe8 sp=0xc00029efe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 13 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000291f50 sp=0xc000291f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000291fe0 sp=0xc000291f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000291fe8 sp=0xc000291fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 50 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000298750 sp=0xc000298730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002987e0 sp=0xc000298750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002987e8 sp=0xc0002987e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 23 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000234f50 sp=0xc000234f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000234fe0 sp=0xc000234f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000234fe8 sp=0xc000234fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 24 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000235750 sp=0xc000235730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002357e0 sp=0xc000235750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002357e8 sp=0xc0002357e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 14 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000292750 sp=0xc000292730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002927e0 sp=0xc000292750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002927e8 sp=0xc0002927e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 15 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000292f50 sp=0xc000292f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000292fe0 sp=0xc000292f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000292fe8 sp=0xc000292fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 25 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000235f50 sp=0xc000235f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000235fe0 sp=0xc000235f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000235fe8 sp=0xc000235fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 26 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007ea750 sp=0xc0007ea730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007ea7e0 sp=0xc0007ea750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007ea7e8 sp=0xc0007ea7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 27 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007eaf50 sp=0xc0007eaf30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007eafe0 sp=0xc0007eaf50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007eafe8 sp=0xc0007eafe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 28 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007eb750 sp=0xc0007eb730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007eb7e0 sp=0xc0007eb750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007eb7e8 sp=0xc0007eb7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 29 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007ebf50 sp=0xc0007ebf30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007ebfe0 sp=0xc0007ebf50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007ebfe8 sp=0xc0007ebfe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 30 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007ec750 sp=0xc0007ec730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007ec7e0 sp=0xc0007ec750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007ec7e8 sp=0xc0007ec7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 31 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007ecf50 sp=0xc0007ecf30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007ecfe0 sp=0xc0007ecf50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007ecfe8 sp=0xc0007ecfe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 32 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007ed750 sp=0xc0007ed730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007ed7e0 sp=0xc0007ed750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007ed7e8 sp=0xc0007ed7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 16 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000293750 sp=0xc000293730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002937e0 sp=0xc000293750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002937e8 sp=0xc0002937e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 33 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007edf50 sp=0xc0007edf30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007edfe0 sp=0xc0007edf50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007edfe8 sp=0xc0007edfe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 66 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e6750 sp=0xc0007e6730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e67e0 sp=0xc0007e6750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e67e8 sp=0xc0007e67e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 51 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000298f50 sp=0xc000298f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000298fe0 sp=0xc000298f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000298fe8 sp=0xc000298fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 52 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000299750 sp=0xc000299730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002997e0 sp=0xc000299750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002997e8 sp=0xc0002997e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 53 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000299f50 sp=0xc000299f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000299fe0 sp=0xc000299f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000299fe8 sp=0xc000299fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 54 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029a750 sp=0xc00029a730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029a7e0 sp=0xc00029a750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029a7e8 sp=0xc00029a7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 82 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000293f50 sp=0xc000293f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc000293fe0 sp=0xc000293f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000293fe8 sp=0xc000293fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 48 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029f750 sp=0xc00029f730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029f7e0 sp=0xc00029f750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029f7e8 sp=0xc00029f7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 49 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029ff50 sp=0xc00029ff30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029ffe0 sp=0xc00029ff50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029ffe8 sp=0xc00029ffe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 98 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002ae750 sp=0xc0002ae730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002ae7e0 sp=0xc0002ae750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002ae7e8 sp=0xc0002ae7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 99 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002aef50 sp=0xc0002aef30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002aefe0 sp=0xc0002aef50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002aefe8 sp=0xc0002aefe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 100 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002af750 sp=0xc0002af730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002af7e0 sp=0xc0002af750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002af7e8 sp=0xc0002af7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 101 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002aff50 sp=0xc0002aff30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002affe0 sp=0xc0002aff50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002affe8 sp=0xc0002affe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 67 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e6f50 sp=0xc0007e6f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e6fe0 sp=0xc0007e6f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e6fe8 sp=0xc0007e6fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 68 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e7750 sp=0xc0007e7730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e77e0 sp=0xc0007e7750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e77e8 sp=0xc0007e77e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 55 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc00029af50 sp=0xc00029af30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc00029afe0 sp=0xc00029af50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00029afe8 sp=0xc00029afe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 102 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002b0750 sp=0xc0002b0730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002b07e0 sp=0xc0002b0750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002b07e8 sp=0xc0002b07e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 103 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002b0f50 sp=0xc0002b0f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002b0fe0 sp=0xc0002b0f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002b0fe8 sp=0xc0002b0fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 104 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002b1750 sp=0xc0002b1730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002b17e0 sp=0xc0002b1750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002b17e8 sp=0xc0002b17e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 105 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002b1f50 sp=0xc0002b1f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002b1fe0 sp=0xc0002b1f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002b1fe8 sp=0xc0002b1fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 106 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002aa750 sp=0xc0002aa730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002aa7e0 sp=0xc0002aa750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002aa7e8 sp=0xc0002aa7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 107 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002aaf50 sp=0xc0002aaf30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002aafe0 sp=0xc0002aaf50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002aafe8 sp=0xc0002aafe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 108 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0002ab750 sp=0xc0002ab730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0002ab7e0 sp=0xc0002ab750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0002ab7e8 sp=0xc0002ab7e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 69 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e7f50 sp=0xc0007e7f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e7fe0 sp=0xc0007e7f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e7fe8 sp=0xc0007e7fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 70 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e8750 sp=0xc0007e8730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e87e0 sp=0xc0007e8750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e87e8 sp=0xc0007e87e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 71 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e8f50 sp=0xc0007e8f30 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e8fe0 sp=0xc0007e8f50 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e8fe8 sp=0xc0007e8fe0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c

goroutine 72 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc0007e9750 sp=0xc0007e9730 pc=0x1ddb8ee
runtime.gcBgMarkWorker()
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1295 +0xe5 fp=0xc0007e97e0 sp=0xc0007e9750 pc=0x1dba0a5
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0007e97e8 sp=0xc0007e97e0 pc=0x1e111c1
created by runtime.gcBgMarkStartWorkers in goroutine 1
    /root/.gvm/gos/go1.21.6/src/runtime/mgc.go:1219 +0x1c
-----
goroutine 780 [select]:
runtime.gopark(0xc000be5f38?, 0x3?, 0x60?, 0x6f?, 0xc000be5ef2?)
    /root/.gvm/gos/go1.21.6/src/runtime/proc.go:398 +0xce fp=0xc000be5d40 sp=0xc000be5d20 pc=0x1ddb8ee
runtime.selectgo(0xc000be5f38, 0xc000be5eec, 0x5e69ac0?, 0x0, 0x1?, 0x1)
    /root/.gvm/gos/go1.21.6/src/runtime/select.go:327 +0x725 fp=0xc000be5e60 sp=0xc000be5d40 pc=0x1dec3a5
google.golang.org/grpc.(*addrConn).resetTransport(0xc000d9b500)
    /root/.gvm/pkgsets/go1.21.6/global/pkg/mod/google.golang.org/grpc@v1.57.1/clientconn.go:1368 +0x3a9 fp=0xc000be5f78 sp=0xc000be5e60 pc=0x24bd329
google.golang.org/grpc.(*addrConn).connect(0xc000d9b500)
    /root/.gvm/pkgsets/go1.21.6/global/pkg/mod/google.golang.org/grpc@v1.57.1/clientconn.go:993 +0x99 fp=0xc000be5fc8 sp=0xc000be5f78 pc=0x24bb239
google.golang.org/grpc.(*acBalancerWrapper).Connect.func1()
    /root/.gvm/pkgsets/go1.21.6/global/pkg/mod/google.golang.org/grpc@v1.57.1/balancer_conn_wrappers.go:398 +0x25 fp=0xc000be5fe0 sp=0xc000be5fc8 pc=0x24b5685
runtime.goexit()
    /root/.gvm/gos/go1.21.6/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000be5fe8 sp=0xc000be5fe0 pc=0x1e111c1
created by google.golang.org/grpc.(*acBalancerWrapper).Connect in goroutine 709
    /root/.gvm/pkgsets/go1.21.6/global/pkg/mod/google.golang.org/grpc@v1.57.1/balancer_conn_wrappers.go:398 +0x56

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

yanliang567 commented 3 months ago

I am not sure what release are you running, please retry on milvus 2.3.15 or 2.4.1 /assign @Storm0921 /unassign

xiaofan-luan commented 3 months ago

seems that your etcd is running. please check the etcd state and the network connection between milvus and etcd

njjry commented 2 months ago

Hello,

I am facing the same problem with a self-built milvus (I build milvus following the instruction here: https://github.com/milvus-io/milvus/blob/master/DEVELOPMENT.md#docker--docker-compose), the milvus version is 2.4.2. I used command line sudo ./scripts/start_standalone.sh. I am pasting my error message here:

"/tmp/standalone.log" [readonly] 1189L, 85523B                                                                                  1,2           Top
[2024/05/22 20:35:46.536 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"]
2024/05/22 20:35:46 run subprocess with cmd: [../bin/milvus run standalone]
[2024/05/22 20:35:46.842 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"]
2024/05/22 20:35:46 maxprocs: Leaving GOMAXPROCS=32: CPU quota undefined

    __  _________ _   ____  ______
   /  |/  /  _/ /| | / / / / / __/
  / /|_/ // // /_| |/ / /_/ /\ \
 /_/  /_/___/____/___/\____/___/

Welcome to use Milvus!
Version:   v2.4.2-70-ge1bafd710
Built:     Wed May 22 18:45:19 UTC 2024
GitCommit: e1bafd710
GoVersion: go version go1.21.0 linux/amd64

TotalMem: 135048794112
UsedMem: 35815424

open pid file: /run/milvus/standalone.pid
lock pid file: /run/milvus/standalone.pid
[2024/05/22 20:35:46.869 +00:00] [INFO] [roles/roles.go:306] ["starting running Milvus components"]
[2024/05/22 20:35:46.883 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/22 20:35:46.885 +00:00] [DEBUG] [config/etcd_source.go:50] ["init etcd source"] [etcdInfo="{\"UseEmbed\":false,\"EnableAuth\":false,\"UserName\":\"\",\"PassWord\":\"\",\"UseSSL\":false,\"Endpoints\":[\"localhost:2379\"],\"KeyPrefix\":\"by-dev\",\"CertFile\":\"/path/to/etcd-client.pem\",\"KeyFile\":\"/path/to/etcd-client-key.pem\",\"CaCertFile\":\"/path/to/ca.pem\",\"MinVersion\":\"1.3\",\"RefreshInterval\":5000000000}"]
[2024/05/22 20:35:46.885 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.886 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"]
[2024/05/22 20:35:51.895 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
[2024/05/22 20:35:51.895 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/22 20:35:51.895 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal]
[2024/05/22 20:35:51.895 +00:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."]
[2024/05/22 20:35:51.895 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.886 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"]
[2024/05/22 20:35:51.895 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
[2024/05/22 20:35:51.895 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/22 20:35:51.895 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal]
[2024/05/22 20:35:51.895 +00:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."]
[2024/05/22 20:35:51.895 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.898 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.899 +00:00] [INFO] [components/index_coord.go:38] ["IndexCoord running ..."]
[2024/05/22 20:35:51.899 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.899 +00:00] [DEBUG] [querynode/service.go:104] [QueryNode] [port=21123]
[2024/05/22 20:35:51.900 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.900 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.901 +00:00] [DEBUG] [indexnode/indexnode.go:115] ["New IndexNode ..."]
[2024/05/22 20:35:51.901 +00:00] [DEBUG] [indexnode/service.go:87] [IndexNode] ["network address"=10.168.113.68:21121] ["network port: "=21121]
[2024/05/22 20:35:51.901 +00:00] [INFO] [proxy/lb_policy.go:78] ["use look_aside policy on replica selection"]
[2024/05/22 20:35:51.902 +00:00] [INFO] [runtime/asm_amd64.s:1650] ["Start check query node health loop"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/simple_rate_limiter.go:226] ["RateLimiter register for rateType"] [rateType=DMLInsert] [rateLimit=+inf] [burst=1.7976931348623157e+308]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/simple_rate_limiter.go:226] ["RateLimiter register for rateType"] [rateType=DMLDelete] [rateLimit=+inf] [burst=1.7976931348623157e+308]
[2024/05/22 20:35:51.902 +00:00] [INFO] [hookutil/hook.go:46] ["empty so path, skip to load plugin"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:122] ["create a new Proxy instance"] [state=2]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:423] ["init Proxy server"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:454] ["Proxy init service's parameter table done"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:456] ["Proxy init http server's parameter table done"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:463] ["init Proxy's parameter table done"] [internalAddress=10.168.113.68:19529] [externalAddress=10.168.113.68:19530]
[2024/05/22 20:35:51.902 +00:00] [INFO] [accesslog/global.go:146] ["Init access logger success"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:470] ["init Proxy's tracer done"] ["service name"="Proxy ip: 10.168.113.68, port: 19530"]
[2024/05/22 20:35:51.902 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:52.002 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:56.896 +00:00] [DEBUG] [rootcoord/service.go:198] ["RootCoord connect to etcd failed"] [error="context deadline exceeded"]
[2024/05/22 20:35:56.896 +00:00] [ERROR] [components/root_coord.go:55] ["RootCoord starts error"] [error="context deadline exceeded"] [stack="github.com/milvus-io/milvus/cmd/components.(*RootCoord).Run\n\t/home/lisa/milvus/milvus_code/milvus/cmd/components/root_coord.go:55\ngithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n\t/home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:113"]
panic: context deadline exceeded

goroutine 230 [running]:
panic({0x53975c0?, 0x8584b40?})
        /usr/local/go/src/runtime/panic.go:1017 +0x3ac fp=0xc0017ddf70 sp=0xc0017ddec0 pc=0x1dec88c
github.com/milvus-io/milvus/cmd/roles.runComponent[...].func1()
        /home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:114 +0x108 fp=0xc0017ddfe0 sp=0xc0017ddf70 pc=0x4d399a8
runtime.goexit()
        /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0017ddfe8 sp=0xc0017ddfe0 pc=0x1e260c1
created by github.com/milvus-io/milvus/cmd/roles.runComponent[...] in goroutine 1
        /home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:105 +0x138

goroutine 1 [semacquire]:
runtime.gopark(0x0?, 0xc0017a4c70?, 0x60?, 0x49?, 0xc0010922c0?)
        /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc001a1f630 sp=0xc001a1f610 pc=0x1df08ae
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:404
runtime.semacquire1(0xc0019a4598, 0x60?, 0x1, 0x0, 0x1?)

May I know how to solve the problem? @xiaofan-luan mentioned about the etcd, may I know how to check if my etcd is running?

Thank you for the help!

xiaofan-luan commented 2 months ago

Hello,

I am facing the same problem with a self-built milvus (I build milvus following the instruction here: https://github.com/milvus-io/milvus/blob/master/DEVELOPMENT.md#docker--docker-compose), the milvus version is 2.4.2. I used command line sudo ./scripts/start_standalone.sh. I am pasting my error message here:

"/tmp/standalone.log" [readonly] 1189L, 85523B                                                                                  1,2           Top
[2024/05/22 20:35:46.536 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"]
2024/05/22 20:35:46 run subprocess with cmd: [../bin/milvus run standalone]
[2024/05/22 20:35:46.842 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"]
2024/05/22 20:35:46 maxprocs: Leaving GOMAXPROCS=32: CPU quota undefined

    __  _________ _   ____  ______
   /  |/  /  _/ /| | / / / / / __/
  / /|_/ // // /_| |/ / /_/ /\ \
 /_/  /_/___/____/___/\____/___/

Welcome to use Milvus!
Version:   v2.4.2-70-ge1bafd710
Built:     Wed May 22 18:45:19 UTC 2024
GitCommit: e1bafd710
GoVersion: go version go1.21.0 linux/amd64

TotalMem: 135048794112
UsedMem: 35815424

open pid file: /run/milvus/standalone.pid
lock pid file: /run/milvus/standalone.pid
[2024/05/22 20:35:46.869 +00:00] [INFO] [roles/roles.go:306] ["starting running Milvus components"]
[2024/05/22 20:35:46.883 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/22 20:35:46.885 +00:00] [DEBUG] [config/etcd_source.go:50] ["init etcd source"] [etcdInfo="{\"UseEmbed\":false,\"EnableAuth\":false,\"UserName\":\"\",\"PassWord\":\"\",\"UseSSL\":false,\"Endpoints\":[\"localhost:2379\"],\"KeyPrefix\":\"by-dev\",\"CertFile\":\"/path/to/etcd-client.pem\",\"KeyFile\":\"/path/to/etcd-client-key.pem\",\"CaCertFile\":\"/path/to/ca.pem\",\"MinVersion\":\"1.3\",\"RefreshInterval\":5000000000}"]
[2024/05/22 20:35:46.885 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.886 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"]
[2024/05/22 20:35:51.895 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
[2024/05/22 20:35:51.895 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/22 20:35:51.895 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal]
[2024/05/22 20:35:51.895 +00:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."]
[2024/05/22 20:35:51.895 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.886 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"]
[2024/05/22 20:35:51.895 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
[2024/05/22 20:35:51.895 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/05/22 20:35:51.895 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal]
[2024/05/22 20:35:51.895 +00:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091]
[2024/05/22 20:35:51.895 +00:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."]
[2024/05/22 20:35:51.895 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.898 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.899 +00:00] [INFO] [components/index_coord.go:38] ["IndexCoord running ..."]
[2024/05/22 20:35:51.899 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.899 +00:00] [DEBUG] [querynode/service.go:104] [QueryNode] [port=21123]
[2024/05/22 20:35:51.900 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.900 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:51.901 +00:00] [DEBUG] [indexnode/indexnode.go:115] ["New IndexNode ..."]
[2024/05/22 20:35:51.901 +00:00] [DEBUG] [indexnode/service.go:87] [IndexNode] ["network address"=10.168.113.68:21121] ["network port: "=21121]
[2024/05/22 20:35:51.901 +00:00] [INFO] [proxy/lb_policy.go:78] ["use look_aside policy on replica selection"]
[2024/05/22 20:35:51.902 +00:00] [INFO] [runtime/asm_amd64.s:1650] ["Start check query node health loop"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/simple_rate_limiter.go:226] ["RateLimiter register for rateType"] [rateType=DMLInsert] [rateLimit=+inf] [burst=1.7976931348623157e+308]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/simple_rate_limiter.go:226] ["RateLimiter register for rateType"] [rateType=DMLDelete] [rateLimit=+inf] [burst=1.7976931348623157e+308]
[2024/05/22 20:35:51.902 +00:00] [INFO] [hookutil/hook.go:46] ["empty so path, skip to load plugin"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:122] ["create a new Proxy instance"] [state=2]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:423] ["init Proxy server"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:454] ["Proxy init service's parameter table done"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:456] ["Proxy init http server's parameter table done"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:463] ["init Proxy's parameter table done"] [internalAddress=10.168.113.68:19529] [externalAddress=10.168.113.68:19530]
[2024/05/22 20:35:51.902 +00:00] [INFO] [accesslog/global.go:146] ["Init access logger success"]
[2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:470] ["init Proxy's tracer done"] ["service name"="Proxy ip: 10.168.113.68, port: 19530"]
[2024/05/22 20:35:51.902 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:52.002 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3]
[2024/05/22 20:35:56.896 +00:00] [DEBUG] [rootcoord/service.go:198] ["RootCoord connect to etcd failed"] [error="context deadline exceeded"]
[2024/05/22 20:35:56.896 +00:00] [ERROR] [components/root_coord.go:55] ["RootCoord starts error"] [error="context deadline exceeded"] [stack="github.com/milvus-io/milvus/cmd/components.(*RootCoord).Run\n\t/home/lisa/milvus/milvus_code/milvus/cmd/components/root_coord.go:55\ngithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n\t/home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:113"]
panic: context deadline exceeded

goroutine 230 [running]:
panic({0x53975c0?, 0x8584b40?})
        /usr/local/go/src/runtime/panic.go:1017 +0x3ac fp=0xc0017ddf70 sp=0xc0017ddec0 pc=0x1dec88c
github.com/milvus-io/milvus/cmd/roles.runComponent[...].func1()
        /home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:114 +0x108 fp=0xc0017ddfe0 sp=0xc0017ddf70 pc=0x4d399a8
runtime.goexit()
        /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0017ddfe8 sp=0xc0017ddfe0 pc=0x1e260c1
created by github.com/milvus-io/milvus/cmd/roles.runComponent[...] in goroutine 1
        /home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:105 +0x138

goroutine 1 [semacquire]:
runtime.gopark(0x0?, 0xc0017a4c70?, 0x60?, 0x49?, 0xc0010922c0?)
        /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc001a1f630 sp=0xc001a1f610 pc=0x1df08ae
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:404
runtime.semacquire1(0xc0019a4598, 0x60?, 0x1, 0x0, 0x1?)

May I know how to solve the problem? @xiaofan-luan mentioned about the etcd, may I know how to check if my etcd is running?

Thank you for the help!

etcd seems not running as expect. did you check the etcd docker ?

njjry commented 2 months ago

May I know how to check the etcd docker? I just ran the milvus locally, didn’t start docker containers.

On Wed, May 22, 2024 at 22:48 Xiaofan @.***> wrote:

Hello,

I am facing the same problem with a self-built milvus (I build milvus following the instruction here: https://github.com/milvus-io/milvus/blob/master/DEVELOPMENT.md#docker--docker-compose https://urldefense.com/v3/__https://github.com/milvus-io/milvus/blob/master/DEVELOPMENT.md*docker--docker-compose__;Iw!!IKRxdwAv5BmarQ!dVJQi6nxsnNwMFk69x2gcI6Wx1QDksqBR-gwW0uOwoLixu-EwRw5D9yk5OGRnbFs_BdZGkE0T1ws0wzG_Zl61qYfLFQ$), the milvus version is 2.4.2. I used command line sudo ./scripts/start_standalone.sh. I am pasting my error message here:

"/tmp/standalone.log" [readonly] 1189L, 85523B 1,2 Top [2024/05/22 20:35:46.536 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"] 2024/05/22 20:35:46 run subprocess with cmd: [../bin/milvus run standalone] [2024/05/22 20:35:46.842 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"] 2024/05/22 20:35:46 maxprocs: Leaving GOMAXPROCS=32: CPU quota undefined

__  _________ _   ____  ______

/ |/ / _/ /| | / / / / / / / /|/ // // /| |/ / // /\ \ // ///__/_/__/_/

Welcome to use Milvus! Version: v2.4.2-70-ge1bafd710 Built: Wed May 22 18:45:19 UTC 2024 GitCommit: e1bafd710 GoVersion: go version go1.21.0 linux/amd64

TotalMem: 135048794112 UsedMem: 35815424

open pid file: /run/milvus/standalone.pid lock pid file: /run/milvus/standalone.pid [2024/05/22 20:35:46.869 +00:00] [INFO] [roles/roles.go:306] ["starting running Milvus components"] [2024/05/22 20:35:46.883 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource] [2024/05/22 20:35:46.885 +00:00] [DEBUG] [config/etcd_source.go:50] ["init etcd source"] [etcdInfo="{\"UseEmbed\":false,\"EnableAuth\":false,\"UserName\":\"\",\"PassWord\":\"\",\"UseSSL\":false,\"Endpoints\":[\"localhost:2379\"],\"KeyPrefix\":\"by-dev\",\"CertFile\":\"/path/to/etcd-client.pem\",\"KeyFile\":\"/path/to/etcd-client-key.pem\",\"CaCertFile\":\"/path/to/ca.pem\",\"MinVersion\":\"1.3\",\"RefreshInterval\":5000000000}"] [2024/05/22 20:35:46.885 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.886 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"] [2024/05/22 20:35:51.895 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}] [2024/05/22 20:35:51.895 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer] [2024/05/22 20:35:51.895 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource] [2024/05/22 20:35:51.895 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal] [2024/05/22 20:35:51.895 +00:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091] [2024/05/22 20:35:51.895 +00:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."] [2024/05/22 20:35:51.895 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.886 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"] [2024/05/22 20:35:51.895 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}] [2024/05/22 20:35:51.895 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer] [2024/05/22 20:35:51.895 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource] [2024/05/22 20:35:51.895 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal] [2024/05/22 20:35:51.895 +00:00] [INFO] [http/server.go:112] ["management listen"] [addr=:9091] [2024/05/22 20:35:51.895 +00:00] [DEBUG] [rootcoord/service.go:184] ["init params done.."] [2024/05/22 20:35:51.895 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.898 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.899 +00:00] [INFO] [components/index_coord.go:38] ["IndexCoord running ..."] [2024/05/22 20:35:51.899 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.899 +00:00] [DEBUG] [querynode/service.go:104] [QueryNode] [port=21123] [2024/05/22 20:35:51.900 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.900 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:51.901 +00:00] [DEBUG] [indexnode/indexnode.go:115] ["New IndexNode ..."] [2024/05/22 20:35:51.901 +00:00] [DEBUG] [indexnode/service.go:87] [IndexNode] ["network address"=10.168.113.68:21121] ["network port: "=21121] [2024/05/22 20:35:51.901 +00:00] [INFO] [proxy/lb_policy.go:78] ["use look_aside policy on replica selection"] [2024/05/22 20:35:51.902 +00:00] [INFO] [runtime/asm_amd64.s:1650] ["Start check query node health loop"] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/simple_rate_limiter.go:226] ["RateLimiter register for rateType"] [rateType=DMLInsert] [rateLimit=+inf] [burst=1.7976931348623157e+308] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/simple_rate_limiter.go:226] ["RateLimiter register for rateType"] [rateType=DMLDelete] [rateLimit=+inf] [burst=1.7976931348623157e+308] [2024/05/22 20:35:51.902 +00:00] [INFO] [hookutil/hook.go:46] ["empty so path, skip to load plugin"] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:122] ["create a new Proxy instance"] [state=2] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:423] ["init Proxy server"] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:454] ["Proxy init service's parameter table done"] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:456] ["Proxy init http server's parameter table done"] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:463] ["init Proxy's parameter table done"] [internalAddress=10.168.113.68:19529] [externalAddress=10.168.113.68:19530] [2024/05/22 20:35:51.902 +00:00] [INFO] [accesslog/global.go:146] ["Init access logger success"] [2024/05/22 20:35:51.902 +00:00] [DEBUG] [proxy/service.go:470] ["init Proxy's tracer done"] ["service name"="Proxy ip: 10.168.113.68, port: 19530"] [2024/05/22 20:35:51.902 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:52.002 +00:00] [INFO] [etcd/etcd_util.go:47] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[localhost:2379]"] [minVersion=1.3] [2024/05/22 20:35:56.896 +00:00] [DEBUG] [rootcoord/service.go:198] ["RootCoord connect to etcd failed"] [error="context deadline exceeded"] [2024/05/22 20:35:56.896 +00:00] [ERROR] [components/root_coord.go:55] ["RootCoord starts error"] [error="context deadline exceeded"] [stack="github.com/milvus-io/milvus/cmd/components.(RootCoord).Run\n\t/home/lisa/milvus/milvus_code/milvus/cmd/components/root_coord.go:55\ngithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n\t/home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:113 <http://github.com/milvus-io/milvus/cmd/components.(RootCoord).Run%5Cn%5Ct/home/lisa/milvus/milvus_code/milvus/cmd/components/root_coord.go:55%5Cngithub.com/milvus-io/milvus/cmd/roles.runComponent%5B...%5D.func1%5Cn%5Ct/home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:113>"] panic: context deadline exceeded

goroutine 230 [running]: panic({0x53975c0?, 0x8584b40?}) /usr/local/go/src/runtime/panic.go:1017 +0x3ac fp=0xc0017ddf70 sp=0xc0017ddec0 pc=0x1dec88cgithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1() http://github.com/milvus-io/milvus/cmd/roles.runComponent%5B...%5D.func1() /home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:114 +0x108 fp=0xc0017ddfe0 sp=0xc0017ddf70 pc=0x4d399a8 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0017ddfe8 sp=0xc0017ddfe0 pc=0x1e260c1 created by github.com/milvus-io/milvus/cmd/roles.runComponent[.. http://github.com/milvus-io/milvus/cmd/roles.runComponent%5B...] in goroutine 1 /home/lisa/milvus/milvus_code/milvus/cmd/roles/roles.go:105 +0x138

goroutine 1 [semacquire]: runtime.gopark(0x0?, 0xc0017a4c70?, 0x60?, 0x49?, 0xc0010922c0?) /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc001a1f630 sp=0xc001a1f610 pc=0x1df08ae runtime.goparkunlock(...) /usr/local/go/src/runtime/proc.go:404 runtime.semacquire1(0xc0019a4598, 0x60?, 0x1, 0x0, 0x1?)

May I know how to solve the problem? @xiaofan-luan https://urldefense.com/v3/__https://github.com/xiaofan-luan__;!!IKRxdwAv5BmarQ!dVJQi6nxsnNwMFk69x2gcI6Wx1QDksqBR-gwW0uOwoLixu-EwRw5D9yk5OGRnbFs_BdZGkE0T1ws0wzG_Zl6XX49IkQ$ mentioned about the etcd, may I know how to check if my etcd is running?

Thank you for the help!

etcd seems not running as expect. did you check the etcd docker ?

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/milvus-io/milvus/issues/33085*issuecomment-2126284047__;Iw!!IKRxdwAv5BmarQ!dVJQi6nxsnNwMFk69x2gcI6Wx1QDksqBR-gwW0uOwoLixu-EwRw5D9yk5OGRnbFs_BdZGkE0T1ws0wzG_Zl6eUggP4I$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ADMNK6TZH4YJ2E4I7DGCDF3ZDV7JPAVCNFSM6AAAAABHZKZ4UGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRWGI4DIMBUG4__;!!IKRxdwAv5BmarQ!dVJQi6nxsnNwMFk69x2gcI6Wx1QDksqBR-gwW0uOwoLixu-EwRw5D9yk5OGRnbFs_BdZGkE0T1ws0wzG_Zl6WYqKq9g$ . You are receiving this because you commented.Message ID: @.***>

xiaofan-luan commented 2 months ago
  1. check from docker see if the etcd docker is running
  2. use etcdcli or birdwatcher to connect to etcd see if it can succeed
njjry commented 2 months ago

Hello,

I don't have etcd docker container running. I only built Milvus and then run ./bin/milvus, does this step automatically start etcd container? Or how can I start etcd container manually? Thanks

$ docker ps -a
CONTAINER ID   IMAGE         COMMAND    CREATED       STATUS                   PORTS     NAMES
ceba7a018dfb   hello-world   "/hello"   6 weeks ago   Exited (0) 6 weeks ago             modest_antonelli
09f3ff05dbed   hello-world   "/hello"   6 weeks ago   Exited (0) 6 weeks ago             flamboyant_knuth
njjry commented 2 months ago

Hello,

are there any updates on the issue?

yanliang567 commented 2 months ago

/assign @czs007 please help to take a look

uniquejava commented 1 month ago

I met the same issue on OpenShift 4

$ oc project xxxx

$ helm repo add milvus https://zilliztech.github.io/milvus-helm/
"milvus" has been added to your repositories

$ helm repo update

# 最小安装, 见: https://milvus.io/docs/install_standalone-helm.md
# helm install my-milvus milvus/milvus --set cluster.enabled=false --set etcd.replicaCount=1 --set minio.mode=standalone --set pulsar.enabled=false --set persistence.storageClass=milvus-storage
$ helm install my-milvus milvus/milvus --set cluster.enabled=false --set etcd.replicaCount=1 --set minio.mode=standalone --set pulsar.enabled=false

NAME: my-milvus
LAST DEPLOYED: Fri Jun 14 16:29:00 2024
NAMESPACE: xxxxx
STATUS: deployed
REVISION: 1
TEST SUITE: None

# 关闭  milvus standalone pod
$ oc scale deployment my-milvus-standalone --replicas=0

# 给 etcd 打补丁
$ oc scale statefulset my-milvus-etcd --replicas=0
$ oc patch sts my-milvus-etcd --type='json' -p='[{"op": "remove", "path": "/spec/template/spec/securityContext"}]'
$ oc patch sts my-milvus-etcd --type='json' -p='[{"op": "remove", "path": "/spec/template/spec/containers/0/securityContext"}]'
$ oc scale statefulset my-milvus-etcd --replicas=1

# wait for etcd starting
$ oc get po -w
NAME                                    READY   STATUS    RESTARTS   AGE
my-milvus-etcd-0                        1/1     Running   0          30m
my-milvus-minio-b94d9974-9z8k6          1/1     Running   0          4h34m
my-milvus-standalone-7d97c86f9b-srpb8   1/1     Running   0          27m

# 重启  milvus standalone pod
$ oc scale deployment my-milvus-standalone --replicas=1

# wait for etcd starting
$ oc get po -w

$ oc logs my-milvus-standalone-7d97c86f9b-8fn6v  | grep -C 3 failed
Defaulted container "standalone" out of: standalone, config (init)
[2024/06/18 16:11:59.626 +00:00] [INFO] [distance/calc_distance_amd64.go:14] ["Hook avx for go simd distance computation"]
2024/06/18 16:11:59 maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined
Set runtime dir at /run/milvus failed, set it to /tmp/milvus directory

    __  _________ _   ____  ______    
   /  |/  /  _/ /| | / / / / / __/    
--
[2024/06/18 16:11:59.643 +00:00] [DEBUG] [config/refresher.go:67] ["start refreshing configurations"] [source=FileSource]
[2024/06/18 16:11:59.644 +00:00] [DEBUG] [config/etcd_source.go:50] ["init etcd source"] [etcdInfo="{\"UseEmbed\":false,\"EnableAuth\":false,\"UserName\":\"\",\"PassWord\":\"\",\"UseSSL\":false,\"Endpoints\":[\"my-milvus-etcd:2379\"],\"KeyPrefix\":\"by-dev\",\"CertFile\":\"/path/to/etcd-client.pem\",\"KeyFile\":\"/path/to/etcd-client-key.pem\",\"CaCertFile\":\"/path/to/ca.pem\",\"MinVersion\":\"1.3\",\"RefreshInterval\":5000000000}"]
[2024/06/18 16:11:59.644 +00:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[my-milvus-etcd:2379]"] [minVersion=1.3]
[2024/06/18 16:12:04.644 +00:00] [INFO] [paramtable/base_table.go:209] ["init with etcd failed"] [error="context deadline exceeded"]
[2024/06/18 16:12:04.647 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
[2024/06/18 16:12:04.647 +00:00] [INFO] [roles/roles.go:255] [setupPrometheusHTTPServer]
[2024/06/18 16:12:04.647 +00:00] [INFO] [rootcoord/root_coord.go:154] ["update rootcoord state"] [state=Abnormal]
--
[2024/06/18 16:12:04.654 +00:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[my-milvus-etcd:2379]"] [minVersion=1.3]
[2024/06/18 16:12:04.653 +00:00] [INFO] [runtime/asm_amd64.s:1598] ["Start check query node health loop"]
[2024/06/18 16:12:04.754 +00:00] [INFO] [etcd/etcd_util.go:49] ["create etcd client"] [useEmbedEtcd=false] [useSSL=false] [endpoints="[my-milvus-etcd:2379]"] [minVersion=1.3]
[2024/06/18 16:12:09.649 +00:00] [DEBUG] [rootcoord/service.go:198] ["RootCoord connect to etcd failed"] [error="context deadline exceeded"]
[2024/06/18 16:12:09.649 +00:00] [ERROR] [components/root_coord.go:55] ["RootCoord starts error"] [error="context deadline exceeded"] [stack="github.com/milvus-io/milvus/cmd/components.(*RootCoord).Run\n\t/go/src/github.com/milvus-io/milvus/cmd/components/root_coord.go:55\ngithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n\t/go/src/github.com/milvus-io/milvus/cmd/roles/roles.go:113"]
panic: context deadline exceeded
stale[bot] commented 4 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

ENg-122 commented 1 week ago

root@fddfcd2e4283:/# etcdctl --endpoints=10.166.192.142:2379 get foo {"level":"warn","ts":"2024-08-09T09:52:27.952Z","logger":"etcd-client","caller":"v3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc0002d4000/10.166.192.142:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = \"transport: Error while dialing dial tcp 10.166.192.142:2379: connect: connection refused\""} Error: context deadline exceeded这个报错咋解决啊?

xiaofan-luan commented 1 week ago

seems that etcd crash? did you check your etcd state?

ENg-122 commented 1 week ago

docker ps | grep milvusEtcd

7f8b4c5248ca quay.io/coreos/etcd:v3.5.5 "etcd -advertise-c..." 16 hours ago Up 7 minutes (healthy) 2379-2380/tcp milvusEtcd docker状态正常 日志也没有报错

ENg-122 commented 1 week ago

root@89b74812630b:/# etcdctl endpoint health 127.0.0.1:2379 is healthy: successfully committed proposal: took = 2.533804ms root@89b74812630b:/# etcdctl endpoint status 127.0.0.1:2379, 8e9e05c52164694d, 3.5.5, 25 kB, true, false, 22, 314, 314, root@89b74812630b:/# etcdctl member list 8e9e05c52164694d, started, default, http://localhost:2380, http://127.0.0.1:2379, false

xiaofan-luan commented 6 days ago

10.166.192.142 seems to be your etcd ip? maybe you can use etcdctl to test

xiaofan-luan commented 6 days ago

at least at the time you offer this log etcd is timeout. it could be a network issue or etcd crash, we don't have enough information on that

ENg-122 commented 5 days ago

解决了 我这边通过域名连接不了 换了ip连接可以了