liuqiufeng
liuqiufeng
plz assign to me
> @liuqiufeng assign to you. What version should I upgrade to? 5.5.x or 5.6.x or 5.7?
> > > @liuqiufeng assign to you. > > > > > > What version should I upgrade to? 5.5.x or 5.6.x or 5.7? > > ## Separate upgrades to...
是否存在多个网卡?如果存在多个网卡,请确保server的SEATA_IP配置无误或设置一下网卡偏好。 Is there more than one network card? If there are multiple NICs, make sure the server's SEATA_IP is configured correctly. Or set the network card preferences.
官网镜像使用jib-maven-plugin插件打包,可以通过启用image profile使其生效,但需要调整部分参数。参考:https://github.com/apache/incubator-seata/blob/2.x/server/pom.xml#L342 The official image is packaged using the jib-maven-plugin plugin, which can be enabled by enabling image profile, but some parameters need to be adjusted. Reference: https://github.com/apache/incubator-seata/blob/2.x/server/pom.xml#L342
目前与提供的dockerfile打包确实差距较大,感兴趣可以提交pr使两边保持一致。 Currently there is a real gap with the provided Dockerfile packaging, interested in submitting pr to bring both sides in line.
> 1.切到这个修复后的commits的seata版本 2.mvn -Prelease-seata -Dmaven.test.skip=true clean install -U 3.到distribution运行 https://github.com/apache/incubator-seata/blob/2.x/distribution/Dockerfile > > 1.Cut to the seata version of this repaired commits 2.mvn -Prelease-seata -Dmaven.test.skip=true clean install -U 3. cd distribution...
```yaml config: type: consul consul: server-addr: 172.21.0.2:8500 acl-token: key: seata.properties ```
If the configuration center is specified as consul, has a configuration named seata.properties been added on consul? https://seata.apache.org/zh-cn/docs/user/configuration/consul#%E6%8F%90%E4%BA%A4-key-value-%E9%85%8D%E7%BD%AE%E8%87%B3-consul https://github.com/apache/incubator-seata/blob/2.x/script/config-center/config.txt
> > If the configuration center is specified as consul, has a configuration named seata.properties been added on consul? > > https://seata.apache.org/zh-cn/docs/user/configuration/consul#%E6%8F%90%E4%BA%A4-key-value-%E9%85%8D%E7%BD%AE%E8%87%B3-consul > > https://github.com/apache/incubator-seata/blob/2.x/script/config-center/config.txt > > 好像我没有配置, 有没有更多资料参考??? 没太看得明白那两个link的要求...