Results 64 issues of Jay

## Feature Request **Is your feature request related to a problem? Please describe:** Sometimes we may want to deploy a customize binary to check what's going wrong in the cluster....

type/enhancement
type/feature-request

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Deploy a cluster with 4 nodes and using tiup to scale-in one of...

type/bug
help wanted
component/cluster

## Feature Request **Is your feature request related to a problem? Please describe:** For most enterprise users, they use tiup just to maintain a cluster. Most of the time, what...

difficulty/easy
type/enhancement
status/TODO
good first issue

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? A TiKV node fails for bugs, I build a new one and try...

type/bug

When PD moves replicas around, it's possible that client still keeps a stale cache and send request to a removed leader. In this case, TiKV doesn't know what's the requested...

enhancement

**Is your feature request related to a problem? Please describe.** fail-rs utilizes global registry to expose simple APIs and convenient FailPoint definition. But it also means all parallel tests have...

enhancement

For steaming calls, every subsequent messages will allocate a Batch OpSet and a new tag. By design grpc core does not expect user to send next message for the same...

Enhancement

**Is your feature request related to a problem? Please describe.** There are several executors in Rust world, like tokio, async-std, smol. TiKV project has developed its owned thread pool yatp....

Proposal

**Is your feature request related to a problem? Please describe.** grpcio-proto depends on protobuf-build to build dependency, protobuf-build depends on grpcio-compiler, hence cause circular dependency. It's not easy to maintain....

Enhancement
Help Wanted

Currently, only sending initial metadata from client side and receiving initial metadata from server side are supported. The missing parts are: - [ ] Sending initial metadata from server side...

Enhancement
Help Wanted