Junbo Wang
Junbo Wang
Could you please assist in reviewing this PR? Thank you. @lvyanquan
> I agree that the issue of duplicate commits still exists. Our testing in the case of abnormal failover is relatively lacking, can you try adding corresponding test case for...
The test fails because the checkpointId is always 1. I'll fix it. https://github.com/apache/flink-cdc/pull/3652/files
What if a gh-ost process is interrupted after executing `alter /* gh-ost */ table db._tb1_gho add column c varchar(255)`, and after a while another gh-ost job is initiated on the...
Not supporting tables with a primary key id AUTO_INCREMENT: gh-ost generates two schema change DDLs as shown below. We need to emit the first one. Additionally, we might consider adding...