-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: 第三方文件源任务支持无损更新 #3017
Labels
Comments
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 4, 2024
1.清理实际上并不使用的冗余代码; 2.优化部分代码格式。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 4, 2024
1.启动任务过程添加事务保证; 2.针对UnknownHostException导致的任务启动失败进行重试。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 5, 2024
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 6, 2024
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 6, 2024
1.重调度过程开启事务; 2.添加重调度相关度量指标。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 7, 2024
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 7, 2024
1.增加File-Worker状态管理机制,解除心跳逻辑与状态管理的耦合; 2.确保心跳在File-Worker可被外界访问后再开始,避免UnknownHost问题。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 11, 2024
1.增加下线后等待File-Gateway内存中存量已调度请求完成。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 11, 2024
1.修改on duplicate update实现,避免可能产生的死锁; 2.针对insert可能产生的死锁进行重试。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 12, 2024
1.去除启动任务过程的事务,避免任务启动日志上报时启动事务未完成导致任务找不到的问题。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 12, 2024
1.去除启动任务过程的事务,避免任务启动日志上报时启动事务未完成导致任务找不到的问题。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Jun 12, 2024
1.去除启动任务过程的事务,避免任务启动日志上报时启动事务未完成导致任务找不到的问题。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当前处于销毁过程的File-Worker依然会被调度到,导致任务失败,需要有一定的重试策略。
The text was updated successfully, but these errors were encountered: