mirror of
https://gitee.com/BDWare/cp.git
synced 2026-01-29 01:29:27 +00:00
refactor joininfo extraction
This commit is contained in:
@@ -680,7 +680,8 @@ public class ContractProcess {
|
||||
|
||||
public void updateRepoInfo(JsonElement arg) throws Exception {
|
||||
// 只有0号节点需要初始化IRP连接去updateRepoInfo
|
||||
if (JavaScriptEntry.shardingID == 0) {
|
||||
//just disable this part
|
||||
if (JavaScriptEntry.shardingID == -1) {
|
||||
// DOOP relevant logic
|
||||
DoipClusterServer server = DoipClusterServer.getDOOPServerInstance();
|
||||
if (server == null) {
|
||||
|
||||
Reference in New Issue
Block a user