-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - Server Integration
-
Fully Compatible
-
v8.0
-
Execution Team 2024-04-29, RSS Sydney - 2024-05-13, RSS Sydney - 2024-05-28
-
5
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This is needed to have accurate stats after issuing a compact command, especially when executed with the dry run option:
Thread 1: compact table A, and finish Thread 2: compact table A, and finish Thread 1: get stats for reclaimable space
Here the thread 2 will impact the stats retrieved by the thread 1. We should ensure the command is finished before allowing another compact command on the same namespace.