未验证 提交 b1a86378 编写于 作者: N Nikita Koksharov 提交者: GitHub

Merge pull request #2091 from welkinbai/master

fix bug: in RedissonNodeConfig constructor with oldConf, miss mapRedu…
......@@ -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.
先完成此消息的编辑!
想要评论请 注册