Neil Shen

Results 83 issues of Neil Shen

## Bug Report Every peer has a dedicated channel to receive requests and messages. While each channel does have a predefined capacity, the number of peers is not limited. As...

type/bug
sig/raft
severity/major
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
impact/oom

### What is changed and how it works? Issue Number: Close #17182 What's Changed: ```commit-message Both Lightning import and BR restore will read ingest data for checksum verification. However, TiKV...

size/L
do-not-merge/work-in-progress
release-note-none
dco-signoff: yes

## Bug Report This issue can occur if a sender installs the first block right after all receivers have disconnected and checked for any existing messages, causing a memory leak....

type/bug
severity/minor
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.1
affects-6.5
affects-7.1
affects-7.5
affects-8.1

## Bug Report Both Lightning import and BR restore will read ingest data for checksum verification. However, TiKV currently does not load SST files immediately after ingestion. This delay causes...

type/bug
severity/moderate

Background: HybridEngine wraps RocksDB and region_cache_memory_engine, providing a unified interface through the engine_traits. Currently, to enable the in-memory engine feature, TiKV has to replace RocksDB with HybridEngine for all components,...

type/enhancement

## Background: Currently, the In-memory Engine heavily uses [tikv/skiplist-rs](https://github.com/tikv/skiplist-rs), which is a fork of crossbeam-skiplist. This fork was created to include a patch [crossbeam-skiplist#1091](https://github.com/crossbeam-rs/crossbeam/pull/1091) that has not yet been merged....

type/enhancement

## Bug Report The root user cannot log in to TiDB during benchmarking of the In-Memory Engine (IME). It appears that IME loads system tables into the cache and somehow...

type/bug

## Bug Report TiKV panic when preparing 1000 tpcc warehouses in a 4-node cluster. ```log [2024/06/11 09:06:26.437 +00:00] [FATAL] [lib.rs:477] ["internal error: entered unreachable code"] [backtrace=" 0: tikv_util::set_panic_hook::{{closure}} at home/stn/tikv/components/tikv_util/src/lib.rs:476:18...

type/bug

## Bug Report After region split, in-memory engine changes range respectively, but it does not update the tag, because it does not know the region id. As the result, the...

type/bug

## Bug Report RegoinSnapshot no longer contain applied index because there is no raft cf in snapshot. It essentially disables coprocessor cache. Workaround: maybe we can replace applied index with...

type/enhancement
affects-7.0
affects-7.1
affects-7.2
found/community