Skip to content

Commit

Permalink
bugfix: raft-discovery cannot read registry configuration for seata-a…
Browse files Browse the repository at this point in the history
…ll sdk (#6256)
  • Loading branch information
PeppaO authored Jan 12, 2024
1 parent 17358bb commit ea9c54f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/en-us/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6143](https://github.com/apache/incubator-seata/pull/6143)] gracefully shut down the server
- [[#6204](https://github.com/apache/incubator-seata/pull/6204)] fix the problem that The incorrect configuration needs to be fixed
- [[#6248](https://github.com/apache/incubator-seata/pull/6248)] fix JDBC resultSet, statement, connection closing order
- [[#6248](https://github.com/apache/incubator-seata/pull/6256)] fix raft-discovery cannot read registry configuration for seata-all sdk


### optimize:
Expand Down
2 changes: 1 addition & 1 deletion changes/zh-cn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [[#6143](https://github.com/apache/incubator-seata/pull/6143)] 修复优雅停机
- [[#6204](https://github.com/apache/incubator-seata/pull/6204)] 修复错误配置问题
- [[#6248](https://github.com/apache/incubator-seata/pull/6248)] 修复JDBC resultSet, statement, connection关闭顺序

- [[#6248](https://github.com/apache/incubator-seata/pull/6256)] 修复在seata-all sdk下,raft-discovery模块不能读取registry.conf的配置的问题

### optimize:
- [[#6031](https://github.com/apache/incubator-seata/pull/6031)] 添加undo_log表的存在性校验
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class RaftRegistryServiceImpl implements RegistryService<ConfigChangeList

private static volatile RaftRegistryServiceImpl instance;

private static final Configuration CONFIG = ConfigurationFactory.getInstance();
private static final Configuration CONFIG = ConfigurationFactory.CURRENT_FILE_INSTANCE;

private static final String IP_PORT_SPLIT_CHAR = ":";

Expand Down

0 comments on commit ea9c54f

Please sign in to comment.