kimmking commented on issue #7947: URL: https://github.com/apache/shardingsphere/issues/7947#issuecomment-719402532
> I also met this problem, my local test is good and have this problem in my test environment. > And I used java8 lambda parallelStream(), I thought it might be a bug about multithreading. > > Yes, I changed parallelStream() to stream(), it works fine. In your special case, we have fixed in 5.0.0 with a synchonized creation of ParserEngine. But this post show an error maybe from mybatis-plus or seata. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
