Commit 5a547b27 authored by antirez's avatar antirez
Browse files

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

evaluate cluster state after config load. Still bugs in the slot allocation after nodes config load to fix.
parent 93666e58
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment