feat: td-mysql data lock model definition#2982
Conversation
PR Code Suggestions ✨Latest suggestions up to 9eee7e6 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 591789f
Suggestions up to commit 591789f
Suggestions up to commit fe23797
Suggestions up to commit 74152c0
|
# Conflicts: # sqle/locale/message_zh.go
|
Persistent review updated to latest commit 74152c0 |
|
Persistent review updated to latest commit fe23797 |
|
Persistent review updated to latest commit 591789f |
1 similar comment
|
Persistent review updated to latest commit 591789f |
|
Persistent review updated to latest commit 9eee7e6 |
- 通用化 SelectDistinct 函数,支持查询不同列 - 优化数据锁删除逻辑,仅删除特定审计计划相关的记录 - 调整 pushSQLToDataLock 函数签名,增加审计计划参数 - 优化 TaskWrapper 中的相关函数调用
|
Persistent review updated to latest commit c999c48 |
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
关联的 issue
https://github.com/actiontech/sqle-ee/issues/2280
描述你的变更
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatibleneed_update_docDescription
新增分布式锁数据模型与处理逻辑
更新本地化信息文件添加分布式锁相关术语
修改审计计划任务以支持分布式锁
优化数据锁相关的数据库操作
Changes walkthrough 📝
3 files
添加分布式锁相关本地化信息添加Distributed Lock相关英文本地化添加分布式锁相关中文本地化5 files
引入DataLock模型及相关数据库操作更新自动迁移列表以包含DataLock模型添加分布式锁类型至审计计划类型增加锁相关指标名称处理分布式锁的SQL收集任务