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
Copy file name to clipboardExpand all lines: docs/en/14-reference/09-error-code.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,7 @@ Below are the business error codes for each module.
380
380
| 0x8000073D | Alter minReservedMemorySize failed since no enough system available memory | Failed to update minReservedMemorySize | Check current system memory: 1. Total available system memory should not be less than 5G; 2. Available system memory after deducting reserved portion should not be less than 4G |
381
381
| 0x8000073E | Duplicate timestamp not allowed in count/event/state window | Duplicate timestamps in the window's input primary key column. When querying supertables with count/event/state window, all subtable data will be sorted by timestamp and merged into one timeline for calculation, which may result in duplicate timestamps, causing errors in some calculations. | Ensure there are no duplicate timestamp data in subtables when querying supertables using count/event/state window. |
382
382
| 0x80000741 | VSTB slotId not found for column | Failed to map a source column to a virtual table slotId during query execution | Preserve the scene and logs, report issue on GitHub |
383
+
| 0x80000742 | Window state not found | Query execution failed to find the expected window state by its window key, which usually indicates an inconsistency in executor-side window state management. | Preserve the scene and logs, report issue on GitHub |
| 0x8000073D | Alter minReservedMemorySize failed since no enough system available memory | 更新 minReservedMemorySize 失败 | 确认当前的系统内存:1. 系统的可用内存总量不低于 5G;2. 扣除预留部分后系统的可用内存不低于 4G |
380
380
| 0x8000073E | Duplicate timestamp not allowed in count/event/state window | 窗口输入主键列有重复时间戳。对状态窗口、事件窗口、计数窗口做超级表查询时,所有子表数据会按照时间戳进行排序后合并为一条时间线进行计算,因此子表合并后的时间戳可能会出现重复,导致某些计算没有意义而报错。 | 如果需要对超级表查询并且使用这些窗口时,确保子表中不存在重复时间戳数据。 |
381
381
| 0x80000741 | VSTB slotId not found for column | 查询执行时未能将源列映射到虚拟表的 slotId | 保留现场和日志,github 上报 issue |
382
+
| 0x80000742 | Window state not found | 查询执行时未能按窗口键找到对应的窗口状态,通常表示执行器内部窗口状态管理出现异常。 | 保留现场和日志,github 上报 issue |
0 commit comments