evaluate cluster state after config load. Still bugs in the slot allocation after nodes config load to fix.

This commit is contained in:
antirez 2011-04-07 23:23:27 +02:00
parent 93666e583c
commit 5a547b27f7

View File

@ -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: