mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
evaluate cluster state after config load. Still bugs in the slot allocation after nodes config load to fix.
This commit is contained in:
parent
93666e583c
commit
5a547b27f7
@ -134,6 +134,7 @@ int clusterLoadConfig(char *filename) {
|
|||||||
redisAssert(server.cluster.myself != NULL);
|
redisAssert(server.cluster.myself != NULL);
|
||||||
redisLog(REDIS_NOTICE,"Node configuration loaded, I'm %.40s",
|
redisLog(REDIS_NOTICE,"Node configuration loaded, I'm %.40s",
|
||||||
server.cluster.myself->name);
|
server.cluster.myself->name);
|
||||||
|
clusterUpdateState();
|
||||||
return REDIS_OK;
|
return REDIS_OK;
|
||||||
|
|
||||||
fmterr:
|
fmterr:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user