Criel14 commented on issue #6445:
URL: 
https://github.com/apache/incubator-seata/issues/6445#issuecomment-2781421138

   > > 解决了吗,我也遇到这个问题了。
   > 
   > 哥们你解决了吗,我2.0报错,降成1.7.1没事了,到底为什么报错呢?
   
   
在nacos里面加上这个配置server.enableParallelRequestHandle=false就可以了,原因应该是seata会在并行模式下尝试使用raft来保证事务的一致性,而我们并没有配置raft(我也不知道怎么配),初始化它就会错,改用串行就好了,只不过会下降效率
   
   
   
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to