Skip to content

Commit 8913986

Browse files
authored
update CHANGELOG.md (#591)
1 parent e755d05 commit 8913986

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,42 @@
11
# 更新日志
22

3+
# 3.0.5/2.1.10
4+
35
### Fix
46

7+
- 修复 alias table sync 下 replace table/partial sync 失败的问题 (selectdb/ccr-syncer#382,selectdb/ccr-syncer#379)
8+
- 修复 alias table sync 下复用 restore job 出错的问题 (selectdb/ccr-syncer#412)
9+
- 修复 RPC 连接泄漏的问题 (selectdb/ccr-syncer#435)
10+
- 过滤 ALTER JOB 中涉及的 partition storage_policy (selectdb/ccr-syncer#480)
11+
- 修复 DROP INDEX 导致 UPSERT 找不到 index 的问题 (selectdb/ccr-syncer#490)
12+
- 修复 unknown column 导致的 VIEW 无法创建的问题 (selectdb/ccr-syncer#510)
13+
- 修复 gls 未释放导致的内存泄漏问题 (selectdb/ccr-syncer#576)
14+
15+
### Feature
16+
17+
- 支持 txn insert (selectdb/ccr-syncer#290)
18+
- 支持 lock binlog,提前释放不需要的 binlog,避免占用上游资源 (selectdb/ccr-syncer#399, selectdb/ccr-syncer#406, selectdb/ccr-syncer#407)
19+
- 支持一批获取多个 binlog (selectdb/ccr-syncer#400)
20+
- 增加 `metrics` 接口用于获取 ccr metrics (selectdb/ccr-syncer#402, selectdb/ccr-syncer#461)
21+
- 支持修改 view comment (selectdb/ccr-syncer#408)
22+
- 支持幂等性 (selectdb/ccr-syncer#409, selectdb/ccr-syncer#416, selectdb/ccr-syncer#415, selectdb/ccr-syncer#424, ...)
23+
- 增加 `desync.sh` 脚本 (selectdb/ccr-syncer#452)
24+
- 支持 pipline txn(并行 ingest,串行提交)(selectdb/ccr-syncer#585)
25+
26+
### Improve
27+
28+
- 增加 flag `log_retain_num``log_retain_days` 用于控制日志保留时间和天数 (selectdb/ccr-syncer#368)
29+
- 保存最近一次触发 fullsync 的原因,可以通过 `job_progress` 接口查询 (selectdb/ccr-syncer#389)
30+
- `get_lag` 接口返回更详细的信息 (selectdb/ccr-syncer#395)
31+
- restore 增加 `force_replace` 参数,直接跳过 signature 不匹配的 table/view (selectdb/ccr-syncer#396)
32+
- non-strict 或者 tmp partition 替换时,使用 partial sync (selectdb/ccr-syncer#455)
33+
- 根据 UPSERT delta rows 估算超时时间 (selectdb/ccr-syncer#476)
34+
- 增加 label name 检查 (selectdb/ccr-syncer#474)
35+
- 中断 job routine 避免阻塞用户 API 请求 (selectdb/ccr-syncer#496)
36+
- 允许不等待事务 publish 就执行下一条 ingest (selectdb/ccr-syncer#502)
37+
- 过滤跟 async mv 相关的 binlog (selectdb/ccr-syncer#509)
38+
39+
540
## 3.0.4/2.1.8
641

742
注意:从这个版本开始 doris 和 ccr-syncer 的 2.0 版本将不再更新,需要使用 ccr-syncer 的需要先升级到 2.1 及以上版本。

0 commit comments

Comments
 (0)