99sono
99sono
Intuitively, I always thought it would be a no-brainer that the price to pay to swap model data from RAM to GPU VRAM would be much lower than using the...
To safeguard confidential information, we will refrain from sharing specific data such as cache keys owned by thread 207 and the read lock cache keys sought by the ten threads...
One piece of information that is missing here, the dead lock was experience using eclipselink 2.7.6 of weblogic 14 with additional oracle patches. In short, the eclipselink version is very...
Additional Insight: We acknowledge that the deadlock pattern in question is exceedingly rare. To date, it has only manifested in one production instance. Typically, other production instances operate with the...
This issue is now documented under a service request. Thanks a lot.
**Side note:** The 2.7.15 tag appears to address a defect related to the `ConcurrencyManager`. You can find the relevant changes in the following commits: 1. [Update ConcurrencyManager implementation to be...
Hi, yes, the issue is still valid. Please see the feedback on the ```java org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(Object, ClassDescriptor, CacheKey, AbstractSession) ``` 5. **Proposed Solution:** - Revert to the original implementation used in...
I must be failing to communicate somehow. I do not know how to be any clearer. The method: ```java public Map acquireLocksForClone(Object objectForClone, ClassDescriptor descriptor, CacheKey cacheKey, AbstractSession cloningSession) ```...
Hi, I have a service request open for this issue, and I would like to avoid having it closed. Could the merits of my claim be considered? Could the code...
Hi, Thank you very much. I believe the metadata is now accurate. Many thanks for making the change. Nicely spotted with the: ```java allRelevantThreads.addAll(concurrencyManagerState.getMapThreadToWaitOnAcquireReadLockClone().keySet()); ``` My manipulated 2.7.6 eclipselink was...