Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Updated patch for Bug Bug 270843 - Possibledeadlock scenario in SequencingManager

Fixed in trunk. Reviewed by James.
----- Original Message ----- From: "Andrei Ilitchev" <andrei.ilitchev@xxxxxxxxxx> To: "Dev mailing list for Eclipse Persistence Services" <eclipselink-dev@xxxxxxxxxxx>
Sent: Wednesday, September 16, 2009 1:06 PM
Subject: [eclipselink-dev] Updated patch for Bug Bug 270843 - Possibledeadlock scenario in SequencingManager


https://bugs.eclipse.org/bugs/show_bug.cgi?id=270843

The original patch was updated to handle separately case of
preallocationSize==1: it doesn't require neither locking nor checking already allocated values. The only drawback: if after session.login the preallocation value was changed to 1 the values already allocated may end up being not used.

Please send any feedback you may have.

Thanks,

Andrei
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev




Back to the top