pingcap / pingcap/tidb

[tidbx] tidb cpu and workload latency jitter when RCU reaches the threshold

Open
#67,847 3 comments 0 reactions 1 assignee Claimed by @JmPotato View on GitHub
component/pd may-affects-7.1 may-affects-7.5 may-affects-8.1 may-affects-8.5 severity/major type/bug
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Bug Report

Please answer these questions before submitting your issue. Thanks!

### 1. Minimal reproduce step (Required)
1,create cluster with RCU Max: 60000
2,run sysbench
sysbench /usr/share/sysbench/oltp_read_write.lua \
--mysql-host='' \
--mysql-port=4000 \
--mysql-user='root' \
--mysql-password='***REDACTED***' \
--mysql-db='test' \
--tables=2 \
--table-size=2500000000 \
--threads=64 \
--time=1800 \
--report-interval=10 \
--percentile=95 \
--rand-type=uniform \
run

### 2. What did you expect to see? (Required)
cpu and latency should not jitter

### 3. What did you see instead (Required)
RCU reached MAX 60000,tidb cpu and workload latency jitter

Image

Image

Image

Image

### 4. What is your TiDB version? (Required)

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.