v.25.7Improvement
Shutdown SystemLogs after ordinary tables
Shutdown SystemLogs after ordinary tables (and before system tables, instead of before ordinary). #83134 (Kseniia Sumarokova).
Why it matters
This change improves the shutdown process by ensuring thatSystemLogs tables are finalized only after all ordinary tables have been closed. This avoids potential issues with log data being lost or incomplete during shutdown, enhancing data integrity and reliability.