Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tikv write stall
May I ask, when the number of Immutable MemTables in RocksDB reaches a certain threshold, it triggers a write stall. However, are there specific parameters to control this? For example, when the number of Immutable MemTables reaches a certain threshold, it triggers a write stall slowdown, and when it reaches another threshold, it triggers a write stall stop. Similar to how when the number of files in level 0 of RocksDB reaches the value set by level0-slowdown-writes-trigger
, it triggers a slowdown write stall, and when it reaches the value set by level0-stop-writes-trigger
, it triggers a stop write stall. Are there corresponding parameters to control the write stall for Immutable MemTables?