Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
997 contributions in the last year
Contribution activity
January 2020
Created a pull request in pingcap/ticdc that received 5 comments
Add ignore-txn-commit-ts to skip some txn
What problem does this PR solve?
Support ignore some txn by CommitTs
What is changed and how it works?
Add an ignore-txn-commit-ts parameter.
Che…
+125
−56
•
5
comments
- owner: record schemas info and remove tables when drop database
- retry when etcd watch meets mvcc.ErrCompacted
- update dashboard, add some sum query
- owner: release ddl puller when a changefeed is stopped
- update kvproto dep version
- set puller with precise tableIDs in debug cmd
- Add one more TiDB system schema
- support changefeed stop/pause/remove operation
- bug fix: kvclient may be output a row which value is null
- bug fix: ignore the column which is in `write only` status
- refactoring: ChangefeedInfo struct
- kvclient: fix data race about checkpoint ts
- capture: add the hostname to capture info
- test:fix ddl ts and open tests
- uniform terminology about changefeed
- rename subchangefeed info to task status
- Add support for `cdc cli` to read filter configs from file
- test: fix bug and open tests
- Only emit log when the changefeed is indeed updated
- mounter: don't build delete dml when set index key
- Refactor, get table name directly