Loading dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/NettyRemotingServer.java +32 −37 Original line number Diff line number Diff line Loading @@ -119,11 +119,7 @@ public class NettyRemotingServer { * server start */ public void start(){ if(this.isStarted.get()){ return; } if (isStarted.compareAndSet(false, true)) { this.serverBootstrap .group(this.bossGroup, this.workGroup) .channel(NioServerSocketChannel.class) Loading Loading @@ -155,8 +151,7 @@ public class NettyRemotingServer { } else { throw new RuntimeException(String.format("NettyRemotingServer bind %s fail", serverConfig.getListenPort())); } // isStarted.compareAndSet(false, true); } } /** Loading Loading
dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/NettyRemotingServer.java +32 −37 Original line number Diff line number Diff line Loading @@ -119,11 +119,7 @@ public class NettyRemotingServer { * server start */ public void start(){ if(this.isStarted.get()){ return; } if (isStarted.compareAndSet(false, true)) { this.serverBootstrap .group(this.bossGroup, this.workGroup) .channel(NioServerSocketChannel.class) Loading Loading @@ -155,8 +151,7 @@ public class NettyRemotingServer { } else { throw new RuntimeException(String.format("NettyRemotingServer bind %s fail", serverConfig.getListenPort())); } // isStarted.compareAndSet(false, true); } } /** Loading