Closed sukki37 closed 2 years ago
@nnsgmsone could you pls see if #3878 fix the data race problems in a reasonable way. thx
@nnsgmsone could you pls see if #3878 fix the data race problems in a reasonable way. thx
Why not use atomic variables for this. @jianwan0214 @daviszhen
Because parser is now a lexical analyzer corresponding to multiple dialects, there is a thread safety problem hard to solve gracefully when parsing different dialects concurrently. But mo just use dialect of mysql currently, it is thread safety.
Is there an existing issue for the same bug?
Environment
Actual Behavior
Some
WARNING: DATA RACE
during BVT test, full log is here: mo-server.log.zipExpected Behavior
No response
Steps to Reproduce
No response
Additional information
No response