mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
fix server election
This commit is contained in:
parent
cfb05d9871
commit
c31f10b3c1
@ -93,7 +93,7 @@ public class ServerElectionService {
|
|||||||
|
|
||||||
// 可能上一台机器已经完成了Server选举,需要再次判断
|
// 可能上一台机器已经完成了Server选举,需要再次判断
|
||||||
AppInfoDO appInfo = appInfoRepository.findById(appId).orElseThrow(() -> new RuntimeException("impossible, unless we just lost our database."));
|
AppInfoDO appInfo = appInfoRepository.findById(appId).orElseThrow(() -> new RuntimeException("impossible, unless we just lost our database."));
|
||||||
String address = activeAddress(originServer, downServerCache, protocol);
|
String address = activeAddress(appInfo.getCurrentServer(), downServerCache, protocol);
|
||||||
if (StringUtils.isNotEmpty(address)) {
|
if (StringUtils.isNotEmpty(address)) {
|
||||||
return address;
|
return address;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user