incubator-seata
incubator-seata copied to clipboard
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did fiees #6772 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why...
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did fix prometheus fail to return seata metrics data when using Nacos ### Ⅱ. Does...
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did optimize NacosMockTest UT case ### Ⅱ. Does this pull request fix one issue? fix...
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did Fixed the error that may cause failure to refresh table metadata cache across databases...
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did support grpc/http2 in seata server ### Ⅱ. Does this pull request fix one issue?...
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did ### Ⅱ. Does this pull request fix one issue? fixes: #6721 ### Ⅲ. Why...
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description removeOfflineAddressesIfNecessary method may cause the service list...
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description ``` Error: Tests run: 6, Failures: 1,...
## Why you need it? Is your feature request related to a problem? Please describe in details seata-discovery-raft 增加健康检查功能,因为discovery-raft中目前是通过随机读取一个follower节点来watch和pull元数据,但是由于没有健康检查,导致可能某个follower挂了,依旧会将请求发到该follower上,而且如果所有节点都下线了,上线后server的ip全部改变,也会导致client无法获取元数据,所以应该针对初始的initaddress,和拉取到的元数据做一个集合来健康检查,这样init address就可以是一个安全可靠的内部lb地址,即便server全挂了ip改变,最终也可以通过这个init address重新加载到元数据。 To add a health check feature to seata-discovery-raft, consider...
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description ``` [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:install-node-and-npm...