[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4944) putFromLoad calls could store stale data

Galder Zamarreno (JIRA) noreply at atlassian.com
Mon Feb 22 09:09:49 EST 2010


putFromLoad calls could store stale data
----------------------------------------

                 Key: HHH-4944
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4944
             Project: Hibernate Core
          Issue Type: Bug
          Components: caching (L2)
    Affects Versions: 3.5.0-CR-1
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For:  3.5.x
         Attachments: RandomConcurrentWriteTestFailures4.tar.gz

01. 18050: Thread-2: Finds no contacts for Customer.contacts#5
02. 18054: Thread-2: PutFromLoadValidator allows a PFER on Customer.contacts#5 with []
03. 18055: Thread-5: PutFromLoadValidator: Record Customer.contacts#5 removal
04. 18056: Thread-5: Commits new Contact to database
05. 18056: Thread-5: At commit time, update Customer.contacts#5 to removed=true
06. 18058: Thread-2: Invoke PFER with on Customer.contacts#5 with []
07. 18058: Thread-2: Attempt to lock
08. 18058: Thread-2: Lock succeeded
09. => Thread-2 stores stale data in 2LC

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list