From: antirez Date: Thu, 7 Apr 2011 21:23:27 +0000 (+0200) Subject: evaluate cluster state after config load. Still bugs in the slot allocation after... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/5a547b27f7e4a12ac6ecd4e0b7f7c25841018deb?hp=-c evaluate cluster state after config load. Still bugs in the slot allocation after nodes config load to fix. --- 5a547b27f7e4a12ac6ecd4e0b7f7c25841018deb diff --git a/src/cluster.c b/src/cluster.c index 6a693d6e..2ea1b9cb 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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: