DMS详细报错信息:将数据写入目标库异常,正在重试,重试了9次,重试了88s,异常重试原因: java.lang.RuntimeException: Table ‘xxx
.agent_reprint_article_content
‘ with columns [agent_reprint_article_id
, content
] and batch exception is {No operations allowed after connection closed.}
CREATE TABLE agent_reprint_article_content ( agent_reprint_article_id bigint UNSIGNED NOT NULL COMMENT ‘转载文章id’ PRIMARY KEY, content longtext NOT NULL COMMENT ‘文章内容’ ) COMMENT ‘转载文章-内容’ COLLATE = utf8mb4_unicode_ci;?