a8159236 commented on issue #6587: URL: https://github.com/apache/incubator-seata/issues/6587#issuecomment-2134234891
因为如果我按照官方文档只配置这三个参数: store.db.globalTable=global_table store.db.branchTable=branch_table store.db.lockTable=lock_table 在启动时日志会报错,提示要配置distributed表  需要添加一行参数store.db.distributedLockTable=distributed_lock才能避免该报错 那么我需要加上这行参数吗?这个加不加有没有什么影响 @funky-eyes -- 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]
