maxshuang

Results 9 issues of maxshuang

### Is your feature request related to a problem? No ### Describe the feature you'd like Need record node_id and node_ip in worker meta for easy debug Currently, when we...

type/feature
area/engine

### What did you do? Too many unneccesary command line parameters for Tiflow ### What did you expect to see? _No response_ ### What did you see instead? 1. Move...

type/enhancement
area/engine

### Is your feature request related to a problem? Refine meta pkg of engine to achieve: - support new isolation for meta(all tiflow clusters share the same store) - We...

type/feature
area/engine

### Is your feature request related to a problem? No ### Describe the feature you'd like For DM, when a DM job is finished normally, the detailed job status info...

type/feature
area/engine

## Feature Request **Is your feature request related to a problem? Please describe:** Related to issue #1584. I use m1 as the daily development machine and need to use 'tiup...

type/feature-request

### What did you do? 1. create ticdc cluster tiup playground v5.2.0 --pd 3 --kv 3 --db 1 --ticdc 1 2. create changfeed cdc cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="mysql://root:[email protected]:3306/" --changefeed-id="simple-replication-task"...

type/bug
severity/moderate
area/ticdc

### What did you do? From the oncall, There has always been 3 CDC nodes, none was added or removed. The changefeed never actually catches up as one of the...

type/bug
component/scheduler
severity/major
area/ticdc
may-affects-5.3
may-affects-5.4
may-affects-6.0
affects-6.1
may-affects-6.2
may-affects-6.3

================== WARNING: DATA RACE Read at 0x00c0006b29a8 by goroutine 95: github.com/pingcap/tidb/server.(*Server).Close() /root/go/pkg/mod/github.com/pingcap/[email protected]/server/server.go:415 +0x11e github.com/WangXiangUSTC/tidb-lite.(*TiDBServer).serverShutdown() /root/tidb-lite/tidb.go:303 +0xb0 github.com/WangXiangUSTC/tidb-lite.(*TiDBServer).Close() /root/tidb-lite/tidb.go:169 +0x847 github.com/WangXiangUSTC/tidb-lite/example.(*testExampleSuite).TestGetRowCount() /root/tidb-lite/example/example_test.go:55 +0x83

### What did you do? The semantic of `Exit` was mistakenly changed by https://github.com/pingcap/tiflow/pull/6792. Since `Exit` should trigger `StopImpl`, so It need to return `TerminateError`. ![image](https://user-images.githubusercontent.com/17703670/190837864-6bf0ae3a-57b6-4b5c-89b7-831cd0ab19b1.png) ### What did you...

type/bug
severity/moderate
area/engine