mybatis-3 icon indicating copy to clipboard operation
mybatis-3 copied to clipboard

fix: Double-checked locking for logConstructor

Open qingbozhang opened this issue 9 months ago • 2 comments

When the tryImplementation method is called concurrently, the value of logConstructor may be overwritten. So I'm going to use DCL to solve this problem.

qingbozhang avatar May 02 '24 08:05 qingbozhang