[Bug]: Accessing Mutable Field of 'Isolated' Object Outside 'Lock' Statement in Lambda Function #41214
Labels
Priority/Blocker
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Team/CompilerFE
All issues related to Language implementation and Compiler, this exclude run times.
Type/Bug
userCategory/Compilation
Milestone
Description
In the above example when attempting to access a mutable field of an 'isolated' object outside of a 'lock' statement within a lambda function it doesn't give any error. This can result in data integrity issues due to concurrent access without proper synchronization.
Steps to Reproduce
No response
Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: