glorv
glorv
### First-time contributors' checklist - [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) Add...
…pplied index larger than persisted index ### What is changed and how it works? Issue Number: ref #16717 What's Changed: ```commit-message add a failpoint test case to test the correctness...
### First-time contributors' checklist - [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ###...
## Bug Report ### What version of TiKV are you using? v7.5.1 ### What operating system and CPU are you using? ### Steps to reproduce I was running a test...
## Development Task Design: https://github.com/tikv/rfcs/pull/112 - raft-rs - allow apply raft committed logs before they are persisted https://github.com/tikv/raft-rs/pull/537 - - tikv - raftstore: allow apply committed logs before persist https://github.com/tikv/tikv/pull/16626...
PR #16626 introduced a new mechanism that allows apply committed raft log before persistence. But it also brings some side-effect: - Block region cache eviction. Because only persisted logs can...
### What is changed and how it works? Issue Number: ref #15990 What's Changed: ```commit-message The rocksdb log is replace by tikv log in #7358 about 4 years ago. After...
Currently, client stream receives a request with type `impl tonic::IntoStreamingRequest`, it seems not expose a interface to manually fail this streaming. A real world user case is to use client...
## Bug Report ### What version of TiKV are you using? ### What operating system and CPU are you using? ### Steps to reproduce ### What did you expect? ###...