[computation-governance][computation-engineconn] implement starrocks task retry mechanism#956
Open
v-kkhuang wants to merge 1 commit intoapachemasterfrom
Open
[computation-governance][computation-engineconn] implement starrocks task retry mechanism#956v-kkhuang wants to merge 1 commit intoapachemasterfrom
v-kkhuang wants to merge 1 commit intoapachemasterfrom
Conversation
- 引入ComputationEngineUtils工具类,提供向entrance发送消息的功能 - 添加配置项支持上下文语句和JDBC SET语句的错误索引调整 - 实现任务重试逻辑,支持JDBC和aiSQL类型的断点续跑 - 优化结果集别名数量管理,确保重试时状态正确恢复 - 新增TaskRetryInterceptor拦截器,动态为任务添加重试开关 - 增强错误处理机制,支持多种错误场景的正则匹配重试 - 修复任务重试时结果目录重复创建的问题 - 扩展ResponseTaskStatusWithExecuteCodeIndex协议,增加aliasNum字段 - 优化JDBC任务重试时的SQL索引调整逻辑,处理SET语句场景 - 增加StarRocks引擎类型支持和相关配置选项
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
This PR implements a retry mechanism for StarRocks tasks to improve task reliability and fault tolerance.
Related issues/PRs
Related issues: none
Related pr:none
Brief change log
Checklist