Closed GoogleCodeExporter closed 9 years ago
Duplicate of Google bug #6019938, which is fixed and will be part of the 2.8.4
release.
Original comment by jla...@google.com
on 23 Feb 2012 at 9:55
How could I get to the new code that fixed the issue?
Original comment by pnguyen1...@gmail.com
on 28 Feb 2012 at 8:48
I have checked the latest code and I believe the bug is different. This bug
needs to be fixed in the RecoveryFile class. The reason causes this is the
way you check the two recovery files which one is older. The
System.nanoTime can only be used to measure elapsed time since some fixed
but arbitrary time. It could not be used to check which file is older based
on its values is bigger or not. The number came back could be smaller
causing the recovery file is not updated. The next time when the connector
manager tried to read the recovery file, it will get older info causing it
accesses to a snapshot that has been deleted and through out that exception.
Hope this will help fixing the bug.
Original comment by pnguyen1...@gmail.com
on 28 Feb 2012 at 9:05
Original issue reported on code.google.com by
pnguyen1...@gmail.com
on 17 Feb 2012 at 7:35