Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When we test 1 IoTDB server who has many storagegroups and high TPS, we found below case:
==========================================================
When we closed this IoTDB instance and then restarted it, the IoTDB spent more than 5 minutes before begining to provide service for clients.
After analyzing, we found that the reason is :
1) IoTDB server's shutdown cause much WAL logs were kept in Disk.
2) When IoTDB restart, it will spend much time to recover from much WAL logs.
==============================================
So we plan to add flush action before graceful closing IoTDB process.
Attachments
Issue Links
- duplicates
-
IOTDB-2929 [stop-server.sh] Flush is necessary when the database is stopped normally
- In Progress
- links to