You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
创建好管道,触发构建后, 报错如下:
{"Status":"Fail","Comment":"","BeginTxnTimeMs":0,"Message":"[INTERNAL_ERROR]The size of this batch exceed the max size [104857600] of json type data data [ 107901561 ]. Split the file
MySQL表结构:
创建好管道,触发构建后, 报错如下:
{"Status":"Fail","Comment":"","BeginTxnTimeMs":0,"Message":"[INTERNAL_ERROR]The size of this batch exceed the max size [104857600] of json type data data [ 107901561 ]. Split the file
这个104857600 是在创建管道时, Writer这一步,可以看得到 maxBatchSize,默认是104857600(100M),这个参数可以手动修改。
但是我的表中的记录可能会大于100M,就会报上面的错。
我手动在页面调大这个参数, 并且生成的DataX脚本中也可以看到调大后的,但是在实际执行构建 的时候, 就报上面的错误
并且 通过直接对doris中的表,进行手动修改后,还是出现上面的报错,说明这个参数在页面上修改后 没有生效,tis程序还是使用的默认参数。
并且在之前的4.0版本也 复现了这个问题。
The text was updated successfully, but these errors were encountered: