Concurrency issue within org.hibernate.internal.SessionFactoryImpl
Description
Activity
Show:
Vlad Mihalcea August 22, 2018 at 12:46 PM
@Guillaume Smet Do you want to cherry-pick this fix to 5.3?
Fixed
Details
Details
Assignee
Vlad Mihalcea
Vlad MihalceaReporter
László Magyar
László MagyarComponents
Fix versions
Affects versions
Priority
Created August 16, 2018 at 10:43 PM
Updated November 15, 2018 at 1:43 PM
Resolved August 22, 2018 at 12:46 PM
Within class:
org.hibernate.internal.SessionFactoryImpl there are concurrency issues:
isClosed field should be volatile for sure
delayedDropAction maybe should be AtomicReference