bclfa commented on issue #6445: URL: https://github.com/apache/incubator-seata/issues/6445#issuecomment-3888756331
> > > 解决了吗,我也遇到这个问题了。 > > > > > > 哥们你解决了吗,我2.0报错,降成1.7.1没事了,到底为什么报错呢? > > 在nacos里面加上这个配置server.enableParallelRequestHandle=false就可以了,原因应该是seata会在并行模式下尝试使用raft来保证事务的一致性,而我们并没有配置raft(我也不知道怎么配),初始化它就会错,改用串行就好了,只不过会下降效率 非常感谢,卡了我快一天了,终于解决了,2.0的bug也太多了 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
