Comment 5 for bug 1206309

Revision history for this message
Alexey Kopytov (akopytov) wrote :

No, it's not a regression. 2 conditions must be met in order to hit this bug:

1. The log block numbers must wrap around, which only happens once per 1 GB of log writes
2. The wrap-around point must be between the last checkpoint and the current log tail at the time the backup starts.

Which makes it not that easy to hit. Even when you hit it, it may disappear later once the server moves the last checkpoint past the numbers overwrap point.