You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one investigation, we found that there there maybe write stall caused by the logic directly generating a ColumnFileTiny persisted on PageStorage. This will happen when the raft log contains more than 1k rows or 1MB bytes.
And because it involves disk IO on PageStorage, it could lead to slow RaftLog apply, write stall happens.
Enhancement
In one investigation, we found that there there maybe write stall caused by the logic directly generating a ColumnFileTiny persisted on
PageStorage
. This will happen when the raft log contains more than 1k rows or 1MB bytes.And because it involves disk IO on
PageStorage
, it could lead to slow RaftLog apply, write stall happens.tiflash/dbms/src/Storages/DeltaMerge/DeltaMergeStore.cpp
Lines 604 to 639 in a4b6535
We need more metrics to identify this situation and trouble shooting
The text was updated successfully, but these errors were encountered: