Neil Shen

Results 83 issues of Neil Shen

### Is your feature request related to a problem? Sequence support is incomplete in TiCDC. The current capability of TiCDC: > The [DDL operation CREATE SEQUENCE](https://docs.pingcap.com/tidb/stable/sql-statement-create-sequence) and the [SEQUENCE function](https://docs.pingcap.com/tidb/stable/sql-statement-create-sequence#sequence-function)...

component/ddl
subject/new-feature
area/ticdc
type/feature
MariaDB

Collect gRPC core metrics: * Counters: * client_calls_created * server_calls_created * client_channels_created * client_subchannels_created * server_channels_created * insecure_connections_created * syscall_write * syscall_read * tcp_read_alloc_8k * tcp_read_alloc_64k * http2_settings_writes * http2_pings_sent...

### What did you do? Cluster: * tikv 4 nodes, 16GB memory * ticdc 1 node, 32GB memory Run a large txn in upstream. ```shell $ sysbench --db-driver=mysql --mysql-host=10.2.12.11 --mysql-port=31030...

severity/major
type/enhancement
area/ticdc
may-affects-5.3
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
affects-7.5
affects-8.1

Currently we support generating Golang and Rust code. We should also consider to generate Cpp code, because there are many projects written in Cpp. It would be convenient for them...

enhancement
help wanted

The idea is borrowed from RocksDB `bytes_per_sync`. It uses `sync_file_range`[^1] that allows asynchronously incrementally sync files to disk while they are being written. It smoothes out write I/Os over time...

## Bug Report On a 4-node TiKV cluster, we stops two nodes and then starts unsafe recovery using pd-ctl. After unsafe recovery, we find there are lots of PD server...

type/bug
severity/major
affects-7.5
affects-8.1

### What is changed and how it works? Issue Number: Close #16653 What's Changed: ```commit-message Fix an issue that a large number of concurrent coprocessor requests may cause OOM. This...

status/LGT1
size/XL
release-note