[Groonga-commit] droonga/droonga.org at b064c34 [gh-pages] Complete steps to add a new replica

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Tue May 27 16:03:17 JST 2014


YUKI Hiroshi	2014-05-27 16:03:17 +0900 (Tue, 27 May 2014)

  New Revision: b064c340f7fd571138e7693df2fd10233ec5afed
  https://github.com/droonga/droonga.org/commit/b064c340f7fd571138e7693df2fd10233ec5afed

  Message:
    Complete steps to add a new replica

  Modified files:
    tutorial/1.0.3/add-replica/index.md

  Modified: tutorial/1.0.3/add-replica/index.md (+9 -4)
===================================================================
--- tutorial/1.0.3/add-replica/index.md    2014-05-27 15:44:48 +0900 (6e8d68c)
+++ tutorial/1.0.3/add-replica/index.md    2014-05-27 16:03:17 +0900 (08d4c6e)
@@ -91,9 +91,9 @@ Then there are two Droonga clusters on this time.
    Let's give a name *"beta"* to it, for now.
    * `192.168.0.12`
 
-### Stop inpouring of "write" requests
+### Suspend inpouring of "write" requests
 
-Before starting  duplication of data, you must stop inpouring of "write" requests to the cluster alpha, because we have to synchronize data in clusters alpha and beta completely.
+Before starting  duplication of data, you must suspend inpouring of "write" requests to the cluster alpha, because we have to synchronize data in clusters alpha and beta completely.
 Otherwise, the new added replica node will contain incomplete data.
 Because data in replicas will be inconsistent, results for any request to the cluster become unstable.
 
@@ -212,9 +212,14 @@ Then there are just one Droonga clusters on this time.
 Note that the old cluster named "alpha" is gone.
 Now the new cluster "charlie" with three replicas works perfectly, instead of the old one with two replicas.
 
-### Restart inpouring of "write" requests
+### Resume inpouring of "write" requests
+
+OK, it's the time.
+Because all replica nodes are completely synchronized, the cluster now can process any request stably.
+Resume inpouring of requests which can modify the data in the cluster - cronjobs, crawlers, buffers, and so on.
+
+With that, a new replica node has joined to your Droonga cluster successfully.
 
-TBD
 
 ## Replace a broken replica node in a cluster with a new node
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る