TDengine icon indicating copy to clipboard operation
TDengine copied to clipboard

failed to init dnode since too many Ref Objs

Open AllanZyne opened this issue 3 months ago • 3 comments

Bug Description 使用 dockers 启动 tdengine 失败,无法连接

09/28 11:01:47.411079 00000038 C UTL INFO  check global fqdn:localhost and port:6030
09/28 11:01:47.411143 00000038 C UTL INFO  total memory size: 395346336KB
09/28 11:01:47.411192 00000038 C UTL INFO  mempool taosd opened
09/28 11:01:47.411235 00000038 C UTL INFO  memory pool initialized, reservedSize:77216MB, freeAfterReserved:298318MB, jobQuota:0MB
09/28 11:01:47.411394 00000038 C DND INFO  start to init dnode env
09/28 11:01:47.411625 00000038 C DND INFO  dnode file:/var/lib/taos//dnode/dnode.json not exist
09/28 11:01:47.411693 00000038 C DND INFO  mnode file:/var/lib/taos//mnode/mnode.json not exist, reason:No such file or directory
09/28 11:01:47.411694 00000038 C DND INFO  deploy mnode required. dnodeId:0<=0, clusterId:0x0<=0, localEp:localhost:6030==firstEp
09/28 11:01:47.411698 00000038 C DND INFO  file:/var/lib/taos//qnode/qnode.json not exist
09/28 11:01:47.411700 00000038 C DND INFO  file:/var/lib/taos//snode/snode.json not exist
09/28 11:01:47.456270 00000038 C RPC ERROR failed to init rpc handle
09/28 11:01:47.456279 00000038 C DND ERROR failed to init dnode rpc server since:too many Ref Objs
09/28 11:01:47.456286 00000038 C DND ERROR failed to init module at line 579 since too many Ref Objs
09/28 11:01:47.456295 00000038 C DND ERROR failed to create dnode since too many Ref Objs
09/28 11:01:47.456298 00000038 C DND ERROR failed to init dnode since too many Ref Objs

AllanZyne avatar Sep 28 '25 11:09 AllanZyne

哪个版本,是第一次启动吗?

yu285 avatar Oct 10 '25 02:10 yu285

第一次启动,3.3.6.13 有问题,3.3.6.9 可以

AllanZyne avatar Oct 10 '25 06:10 AllanZyne

docker-compose.yaml里面,挂载taos.cfg 把配置里面的线程数降低点就能正常运行了

yyh357 avatar Oct 28 '25 05:10 yyh357