当前位置:网站首页>Error 1105: message:\“raft entry is too large
Error 1105: message:\“raft entry is too large
2022-06-12 14:58:00 【老王笔记】
从MySQL通过DM迁移数据到TiDB的时候,报错"raft entry is too large
详细错误信息如下
"isCanceled": false,
"errors": [
{
"ErrCode": 10006,
"ErrClass": "database",
"ErrScope": "downstream",
"ErrLevel": "high",
"Message": "file jcd.pipeline_atomicerrorrecord.0000000000005.sql: execute statement failed: commit",
"RawCause": "Error 1105: message:\"raft entry is too large, region 537420, entry size 8759304\" raft_entry_too_large:\u003cregion_id:537420 entry_size:8759304 \u003e ",
"Workaround": ""
}
],
"detail": null
},
"unresolvedDDLLockID": "",
"load": {
"finishedBytes": "95843228913",
"totalBytes": "95904331149",
"progress": "99.94 %",
"metaBinlog": "(mysql-bin.001141, 242650193)",
查看 "metaBinlog": "(mysql-bin.001141, 242650193)",显示一条INSERT,也没异常
BEGIN
/*!*/;
# at 242649708
#220606 15:30:02 server id 43902 end_log_pos 242649965 CRC32 0x8325bfcd Rows_query
# INSERT INTO `changeset_searchset` (`author_id`, `requested_on`, `query_params`, `viewset`, `client`, `count`) VALUES (NULL, '2022-06-06 07:30:02.902717', 'fields=build_st
atus%2Cbuild_status_id', 'OpenedPipelineBuildViewSet', 'pc', 0)
# at 242649965
#220606 15:30:02 server id 43902 end_log_pos 242650038 CRC32 0x76f0483c Table_map: `jcd`.`changeset_searchset` mapped to number 23288
# at 242650038
#220606 15:30:02 server id 43902 end_log_pos 242650162 CRC32 0x8d3f2c28 Write_rows: table id 23288 flags: STMT_END_F
### INSERT INTO `jcd`.`changeset_searchset`
### SET
### @1=615828740 /* INT meta=0 nullable=0 is_null=0 */
### @2='2022-06-06 07:30:02.902717' /* DATETIME(6) meta=6 nullable=0 is_null=0 */
### @3='fields=build_status%2Cbuild_status_id' /* LONGBLOB/LONGTEXT meta=4 nullable=0 is_null=0 */
### @4='OpenedPipelineBuildViewSet' /* VARSTRING(600) meta=600 nullable=0 is_null=0 */
### @5='pc' /* VARSTRING(150) meta=150 nullable=0 is_null=0 */
### @6=0 /* INT meta=0 nullable=0 is_null=0 */
### @7=NULL /* INT meta=0 nullable=1 is_null=1 */
# at 242650162
#220606 15:30:02 server id 43902 end_log_pos 242650193 CRC32 0xf1e82c8f Xid = 1433163919
COMMIT/*!*/;
# at 242650193
报错:region 537420, entry size 8759304\" raft_entry_too_large表名,raft条目太大导致
RaftEntry 过大会返回用户错误不会重试,和 Region Cache 无关;
边栏推荐
- 程序构造和解释之过程抽象
- selenium进阶
- C 数据类型
- 安装PS软件时提示程序无法访问关键文件/目录,错误代码:41的解决方法
- JUnit exception, a method that asserts that the exception information is not empty
- Autofac Beginner (1)
- 三维重建系统 | L3双视角运动恢复结构(SFM双目SFM)
- About layoffs in Internet companies
- MAT的安装和使用
- [datetmeformatter] realize the conversion between localdatetime and text
猜你喜欢
随机推荐
Alibaba, Tencent et pingduo sont à la recherche d'une nouvelle logique pour l'Internet industriel
selenium之元素定位
[wechat applet] 1 Introduction to wechat applet
交换数字,异或求单,操作符相关
Common assertions in JUnit testing
IMU的学习记录
ADSL
安凯微电子冲刺科创板:年营收5亿 小米产业基金是股东
[gatewaysessioninactiveevent event] 1 Connect your own client disconnect
左对齐,右对齐,随机数,goto,比较输出bool
[Writeup]BUU SQL COURSE1[入门级]
sql跨库注入
启明云端分享| 通过Matter协议实例演示开关通过matter协议来做到对灯亮灭的控制
TC menu split
win10_ Home Edition cannot use remote desktop, and can be accessed by remote desktop.
TCP/IP 三次握手四次挥手(面试题)
Leader education was forced to be delisted: Softbank CMC suffered heavy losses only one year after listing
PHPstudy建站提示hosts文件可能不存在或被阻止打开,同步hosts失败怎么解决
PTA:自测-2 素数对猜想 (20分)
C main function