【TDengine 使用环境】
测试
【TDengine 版本】
社区版 3.3.6
【操作系统以及版本】
Red Hat Enterprise Linux release 8.7 (Ootpa)
【部署方式】非容器部署
【集群节点数】3节点,3个dnode,3个mnode
【集群副本数】3副本
【描述业务影响】备份报错,只备份了1张表,第二张表没有备份。
【问题复现路径/shan】每次备份都报错,而且,报错的那个表不是我们创建的,是不是数据库自动创建的?
【遇到的问题:问题现象及影响】无法备份
【资源配置】3台4核8G内存100G磁盘
【报错完整截图】(不要大段的粘贴报错代码,论坛直接看报错代码不直观)
INFO: connection 0x10feed0 is dumping out schema: 111234 from oneesg_value.oneesg_value_ef210941704c589d9ae8e367e3708f05
INFO: connection 0x10feed0 is dumping out schema: 111235 from oneesg_value.oneesg_value_25f9b74a22f71622640428ea17b68bd6
INFO: connection 0x10feed0 is dumping out schema: 111236 from oneesg_valueOK: total 111236 table(s) of stable: oneesg_value schema dumped.
ERROR: convertTbDesToJsonImplMore() LN2755, wrong type: 0
ERROR: prepareAvroWface() LN2142, Unable to parse:
{“type”:“record”,“name”:“global_one_esg._record”,“fields”:[{“name”:“tbname”,“type”:[“null”,“string”]},{“name”:“ts”,“type”:[“null”,“long”]},{“name”:“col0”,“type”:[“null”,“int”]},{“name”:“col1”,“type”:[“null”,“int”]},},{“name”:“col3”,“type”:[“null”,“bytes”]},{“name”:“col4”,“type”:[“null”,“long”]},{“name”:“col5”,“type”:[“null”,“long”]},{“name”:“col6”,“type”:[“null”,“boolean”]},{“name”:“col7”,“type”:[“null”,“bytes”]},{“name”:“col8”,“type”:[“null”,“bytes”]},{“name”:“col9”,“type”:[“null”,“bytes”]},{“name”:“col10”,“type”:[“null”,“bytes”]},{“name”:“col11”,“type”:[“null”,“bytes”]},{“name”:“col12”,“type”:[“null”,“int”]}]}
to schema
error message: Error parsing JSON: unexpected token near ‘}’
ERROR: convertTbDesToJsonImplMore() LN2755, wrong type: 0
ERROR: prepareAvroWface() LN2142, Unable to parse:
{“type”:“record”,“name”:“global_one_esg._record”,“fields”:[{“name”:“tbname”,“type”:[“null”,“string”]},{“name”:“ts”,“type”:[“null”,“long”]},{“name”:“col0”,“type”:[“null”,“int”]},{“name”:“col1”,“type”:[“null”,“int”]},},{“name”:“col3”,“type”:[“null”,“bytes”]},{“name”:“col4”,“type”:[“null”,“long”]},{“name”:“col5”,“type”:[“null”,“long”]},{“name”:“col6”,“type”:[“null”,“boolean”]},{“name”:“col7”,“type”:[“null”,“bytes”]},{“name”:“col8”,“type”:[“null”,“bytes”]},{“name”:“col9”,“type”:[“null”,“bytes”]},{“name”:“col10”,“type”:[“null”,“bytes”]},{“name”:“col11”,“type”:[“null”,“bytes”]},{“name”:“col12”,“type”:[“null”,“int”]}]}
to schema
error message: Error parsing JSON: unexpected token near ‘}’
.oneesg_value_357d05ea0afd16972c5158972445479b
INFO: create 8 thread(s) to export data …

