mirror of
https://gitee.com/BDWare/cp.git
synced 2025-01-10 01:44:08 +00:00
refactor joininfo extraction
This commit is contained in:
parent
042cfae39b
commit
491cbadc4d
@ -48,7 +48,7 @@ dependencies {
|
|||||||
implementation 'com.sun.mail:javax.mail:1.6.2'
|
implementation 'com.sun.mail:javax.mail:1.6.2'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||||
implementation 'org.bdware.bdcontract:sdk-java:1.0.2'
|
implementation 'org.bdware.bdcontract:sdk-java:1.0.2'
|
||||||
implementation 'org.bdware.doip:doip-audit-tool:1.1.4'
|
implementation 'org.bdware.doip:doip-audit-tool:1.1.9'
|
||||||
implementation 'org.bdware.doip:doip-sdk:1.3.8'
|
implementation 'org.bdware.doip:doip-sdk:1.3.8'
|
||||||
implementation fileTree(dir: 'lib', include: '*.jar')
|
implementation fileTree(dir: 'lib', include: '*.jar')
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
@ -680,7 +680,8 @@ public class ContractProcess {
|
|||||||
|
|
||||||
public void updateRepoInfo(JsonElement arg) throws Exception {
|
public void updateRepoInfo(JsonElement arg) throws Exception {
|
||||||
// 只有0号节点需要初始化IRP连接去updateRepoInfo
|
// 只有0号节点需要初始化IRP连接去updateRepoInfo
|
||||||
if (JavaScriptEntry.shardingID == 0) {
|
//just disable this part
|
||||||
|
if (JavaScriptEntry.shardingID == -1) {
|
||||||
// DOOP relevant logic
|
// DOOP relevant logic
|
||||||
DoipClusterServer server = DoipClusterServer.getDOOPServerInstance();
|
DoipClusterServer server = DoipClusterServer.getDOOPServerInstance();
|
||||||
if (server == null) {
|
if (server == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user