clarisma / geodesk

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/java
Apache License 2.0
137 stars 4 forks source link

Check potential race condition when downloading tiles #12

Closed clarisma closed 2 years ago

clarisma commented 2 years ago

The Downloader should signal completion of tasks only once the entire transaction has been successfully committed.

clarisma commented 2 years ago

Signaling happens after commit(), so this is safe. No need to wait for endTransaction(), which releases the file lock but does not affect visibility.