Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.6.1.0, 10.6.2.1, 10.7.1.1, 10.8.1.2, 10.8.2.2, 10.9.1.0
-
Normal
-
High Value Fix, Known fix, Patch Available, Repro attached
-
Deviation from standard
Description
The following sequence of steps causes a sequence generator to return the same value on successive NEXT VALUE FOR calls.
1) Bring up ij and issue the following commands:
connect 'jdbc:derby:db;create=true';
create sequence s;
values next value for s;
2) Control-c out of ij so that the engine comes down hard without an orderly shutdown.
3) Now bring up ij again and issue the following commands:
connect 'jdbc:derby:db';
values next value for s;
Thanks to Knut for finding this one.
Attachments
Attachments
Issue Links
- breaks
-
DERBY-5780 identity column performance has degredated
- Closed
- is related to
-
DERBY-5495 Master issue to track fixes to sequence generators
- Closed
-
DERBY-5697 Doc changes to account for correctness fixes for sequences
- Closed
-
DERBY-5443 reduce number of times sequence updater does it work on user thread rather than nested user thread.
- Closed