pingcap / pingcap/tidb

consider support `show cluster processlist` or `show full cluster processlist`

Open
#35,899 0 comments 0 reactions 0 assignees View on GitHub
type/feature-request
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Feature Request

**Is your feature request related to a problem? Please describe:**

From TiDB, we have supported global kill, see https://docs.pingcap.com/tidb/stable/tidb-configuration-file#enable-global-kill-new-in-v610

But unlike using `show processlist` can get the ID easily, we need to select from `information_schema.cluster_processlist` to get the remote ID.

**Describe the feature you'd like:**

Maybe we can support `show cluster processlist` or `show full cluster processlist`

**Describe alternatives you've considered:**
Above, use `select * from information_schema.cluster_processlist`;

**Teachability, Documentation, Adoption, Migration Strategy:**
No

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.