Skip to content

Releases: pingcap/tidb-binlog

v2.1.16

14 Aug 16:35
Compare
Choose a tag to compare
add node-id cmd to specify drainer's node-id (#706)

v3.0.2

05 Aug 09:38
Compare
Choose a tag to compare
  • Add the configuration item check feature when starting, which will stop the Binlog service and report an error when an invalid item is found #687
  • Add the node-id configuration in Drainer to specify a specific logic used by Drainer #684

v4.0.0-alpha

31 Jul 13:51
Compare
Choose a tag to compare
v4.0.0-alpha Pre-release
Pre-release
binlogctl: Use registry.Node to get a single node directly (#695)

v2.1.15

18 Jul 09:58
150b982
Compare
Choose a tag to compare
  • Optimize the Pump GC strategy and remove the restriction that the unconsumed binlog cannot be cleaned to make sure that the resources are not occupied for a long time #663

v3.0.1

16 Jul 10:27
Compare
Choose a tag to compare
tests: Add integration test case for view creation (#591)

v2.1.14

04 Jul 07:24
Compare
Choose a tag to compare
[release2.1] reparo: add unit test && add safe mode (#662)

* reparo/syncer: add unit test (#540)
* update log and add safe mode config (#652)

v2.1.13

21 Jun 12:19
65f9434
Compare
Choose a tag to compare
Support advertise-addr in drainer and add check for empty addrs (#644)

v3.0.0-rc.3: vlog.go: Fix wrongly maintain the offset of file in memory (#640)

21 Jun 12:19
68e94b8
Compare
Choose a tag to compare
When the write file but may successfully write some part of data
but we don's added the offset that we maintain, later successfully
write request will get a wrong offset.

Add a test when no disk space fail to write and should recover after disk space are free up
set file size resource limit to make it write fail like no disk space

v3.0.0: vlog.go: Fix wrongly maintain the offset of file in memory (#640)

28 Jun 09:53
68e94b8
Compare
Choose a tag to compare
When the write file but may successfully write some part of data
but we don's added the offset that we maintain, later successfully
write request will get a wrong offset.

Add a test when no disk space fail to write and should recover after disk space are free up
set file size resource limit to make it write fail like no disk space

v2.1.12

21 Jun 13:40
5acc00d
Compare
Choose a tag to compare
reparo: refine integration test (#623)