管理员大大
请问work快照时候,对快照前的work大小有限制吗?我们对一个work进行快照时提示如下:
{
"readyState": 4,
"responseText": "{\n \"type\": \"error\",\n \"message\": \"java.lang.Exception: commit error\",\n \"date\": \"2023-08-18 10:50:16\",\n \"spent\": 2054,\n \"size\": -1,\n \"count\": 0,\n \"position\": 0\n}",
"responseJSON": {
"type": "error",
"message": "java.lang.Exception: commit error",
"date": "2023-08-18 10:50:16",
"spent": 2054,
"size": -1,
"count": 0,
"position": 0
},
"status": 500,
"statusText": "error"
}
服务器日志定位在:
Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Data truncation: Data too long for column 'xproperties' at row 1 {prepstmnt 648139000 INSERT INTO PP_C_SNAP (xid, xcreateTime, xsequence, xupdateTime, xdistributeFactor, xactivity, xactivityAlias, xactivityDescription, xactivityName, xactivityToken, xactivityType, xapplication, xapplicationAlias, xapplicationName, xcreatorIdentity, xcreatorPerson, xcreatorUnit, xjob, xperson, xprocess, xprocessAlias, xprocessName, xproperties, xstartTime, xtitle, xtype) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)} [code=1406, state=22001]
这个work的this.data大小:78K
|