mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +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);
|
||||
redisLog(REDIS_NOTICE,"Node configuration loaded, I'm %.40s",
|
||||
server.cluster.myself->name);
|
||||
clusterUpdateState();
|
||||
return REDIS_OK;
|
||||
|
||||
fmterr:
|
||||
|
Loading…
x
Reference in New Issue
Block a user