当前位置:网站首页>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 无关;
边栏推荐
猜你喜欢

C scanf function

Autofac Beginner (1)

野指针理解
![[wechat applet] 1 Introduction to wechat applet](/img/7c/6e62269438a0dd7e7172cb37af9fb9.jpg)
[wechat applet] 1 Introduction to wechat applet

亿纬锂能拟募资90亿:刘金成骆锦红夫妇合计认购60亿 布局光谷

TC menu split
![[wp][入门]攻防世界-game](/img/07/1ea54d14ba3caca25a68786d5be4a6.png)
[wp][入门]攻防世界-game

Leader education was forced to be delisted: Softbank CMC suffered heavy losses only one year after listing

junit测试套件方法整理(方法二不太好用)

Dataset and dataframe in sparksql
随机推荐
函数递归示例
Process abstraction of program construction and interpretation
FIRST集与FOLLOW集白话版
ADSL
Yiwei lithium energy plans to raise 9billion yuan: liujincheng and luojinhong jointly subscribe for 6billion yuan of layout Optical Valley
[lambda operation jcf]
Writing method of JUnit multithreading
用游戏来讲序列化与反序列化机制
学习是一件逆人性的事情(成为高手的内功心法)
【LDA】LDA主题模型笔记—主要是狄利克雷
USART (rs232422485), I2C, SPI, can, USB bus
TC menu split
Function recursion example
Kinect2.0+ORBSLAM2_with_pointcloud_map
Junit异常情况,断言异常信息不为空过的方法
Raspberry pie get temperature and send pictures to email
selenium进阶
交换数字,异或求单,操作符相关
NetCore结合CAP事件总线实现分布式事务——入门(1)
[SPARK][CORE] 面试问题之什么是 external shuffle service?