When the stone is in restore mode, the method
Repository>>restoreStatusNextFileId
should report the ID number of the next transaction log file
to be restored. However, after all the transaction logs have
been restored, it will erroneously return the next ID in the
sequence, although a transaction log file with this ID does
not exist.
Do not rely on this method to determine when all transaction logs
have been restored.
Last updated: