Expensify / Bedrock

Rock solid distributed database specializing in active/active automatic failover and WAN replication
https://bedrockdb.com
GNU Lesser General Public License v3.0
1.08k stars 82 forks source link

Move shutdown logging to just before deleting the SQLitePool, which is where unmapping happens #1772

Closed tylerkaraszewski closed 2 months ago

tylerkaraszewski commented 2 months ago

This was happening too late before, we are moving it to just before deleting the SQLitePool, which triggers unmapping.

Details

Fixed Issues

Fixes https://github.com/Expensify/Expensify/issues/171333

Tests


Internal Testing Reminder: when changing bedrock, please compile auth against your new changes