提交 6b8591c7 编写于 作者: 即将奔跑的蜗牛's avatar 即将奔跑的蜗牛 提交者: xiaolong.ran

fix repeated initialization of connectorsManager (#5545)

### Motivation

- The connectorsManager is initialized twice in WorkerService, it seems to be a misoperation when merging codes. 

### Modifications

- Delete the redundant codes.

(cherry picked from commit 7275d53a)
上级 9c275a64
......@@ -201,9 +201,6 @@ public class WorkerService {
// indicate function worker service is done initializing
this.isInitialized = true;
this.connectorsManager = new ConnectorsManager(workerConfig);
} catch (Throwable t) {
log.error("Error Starting up in worker", t);
throw new RuntimeException(t);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册