提交 7771c404 编写于 作者: X xiaoxuan.bai

fix bug: in RedissonNodeConfig constructor with oldConf, miss mapReduceWorkers value set

上级 d3acc024
......@@ -46,6 +46,7 @@ public class RedissonNodeConfig extends Config {
super(oldConf);
this.executorServiceWorkers = new HashMap<String, Integer>(oldConf.executorServiceWorkers);
this.redissonNodeInitializer = oldConf.redissonNodeInitializer;
this.mapReduceWorkers = oldConf.mapReduceWorkers;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册