-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Labels
Description
Steps to reproduce:
- Load a TPCH-50 lineitem and its TiFlash replica with clustered index ("clustered index" maybe not necessary)
- Stop TiFlash node
- Update 1% or 10% by executing
alter table lineitem add column l_num bigint,update lineitem set l_num = l_partkey / 100 where l_partkey % 100 = 1 - Start TiFlash node
After TiFlash starts, the memory usage grows to 120GB+ and is killed by the OS system.
There are no rows written to storage, we assume that no committed data can be scanned from the Raft log applied.
The default CF size of proxy shown in Grafana is about 9.5GB.
Reactions are currently unavailable