From 1d58e4ebf6400683b7ea88ffcf67c771bc31e524 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Thu, 16 Apr 2015 14:06:17 -0700 Subject: [PATCH] this is an old problem and fixed already. --- Failover-Master-Server.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Failover-Master-Server.md b/Failover-Master-Server.md index e8e08cb..a0056ad 100644 --- a/Failover-Master-Server.md +++ b/Failover-Master-Server.md @@ -64,11 +64,3 @@ weed master -port=9335 -mdir=./3 ``` To understand why, remember that the cluster information is "sticky", meaning it is stored on disk. If you restart the server, the cluster information stay the same, so the "-peers" option is not needed again. - -### Common Problem - -This "sticky" cluster information can cause some misunderstandings. For example, here is one: - -https://code.google.com/p/weed-fs/issues/detail?id=70 - -The previously used value "localhost" would come up even not specified. This could cause your some time to figure out. \ No newline at end of file