[Groonga-commit] droonga/droonga.org at e557e3a [gh-pages] Fix expected result of unjoin for the latest implementation

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Nov 30 01:39:12 JST 2014


YUKI Hiroshi	2014-11-30 01:39:12 +0900 (Sun, 30 Nov 2014)

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

  Message:
    Fix expected result of unjoin for the latest implementation

  Modified files:
    _po/ja/tutorial/1.0.9/add-replica/index.po
    ja/tutorial/1.0.9/add-replica/index.md
    tutorial/1.0.9/add-replica/index.md

  Modified: _po/ja/tutorial/1.0.9/add-replica/index.po (+0 -46)
===================================================================
--- _po/ja/tutorial/1.0.9/add-replica/index.po    2014-11-30 01:38:00 +0900 (1960492)
+++ _po/ja/tutorial/1.0.9/add-replica/index.po    2014-11-30 01:39:12 +0900 (2d094fb)
@@ -459,52 +459,6 @@ msgid ""
 "tus` command:"
 msgstr "これで、ノード `node2` がクラスタから離脱しました。この事は `system.status` コマンドで確かめられます:"
 
-msgid ""
-"~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
-"{\n"
-"  \"nodes\": {\n"
-"    \"node0:10031/droonga\": {\n"
-"      \"live\": true\n"
-"    },\n"
-"    \"node1:10031/droonga\": {\n"
-"      \"live\": true\n"
-"    }\n"
-"  }\n"
-"}\n"
-"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
-"{\n"
-"  \"nodes\": {\n"
-"    \"node0:10031/droonga\": {\n"
-"      \"live\": true\n"
-"    },\n"
-"    \"node1:10031/droonga\": {\n"
-"      \"live\": true\n"
-"    }\n"
-"  }\n"
-"}\n"
-"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
-"{\n"
-"  \"nodes\": {\n"
-"    \"node0:10031/droonga\": {\n"
-"      \"live\": true\n"
-"    },\n"
-"    \"node1:10031/droonga\": {\n"
-"      \"live\": true\n"
-"    }\n"
-"  }\n"
-"}\n"
-"~~~"
-msgstr ""
-
-msgid ""
-"Look at the point that the `node2` also says `node2` is not a member of the cl"
-"uster.\n"
-"This is the difference between a node unjoined from a cluster and a new node."
-msgstr ""
-"`node2` までもが、`node2` がクラスタの一員ではないと報告していることに注目して下さい。\n"
-"これは、クラスタから離脱したノードと新しいノードとの違いです。"
-
 msgid "## Replace an existing replica node in a cluster with a new one"
 msgstr "## クラスタ内の既存のreplicaノードを新しいreplicaノードで置き換える"
 

  Modified: ja/tutorial/1.0.9/add-replica/index.md (+1 -7)
===================================================================
--- ja/tutorial/1.0.9/add-replica/index.md    2014-11-30 01:38:00 +0900 (41beb5e)
+++ ja/tutorial/1.0.9/add-replica/index.md    2014-11-30 01:39:12 +0900 (5e8437a)
@@ -273,19 +273,13 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
 $ curl "http://node2:10041/droonga/system/status" | jq "."
 {
   "nodes": {
-    "node0:10031/droonga": {
-      "live": true
-    },
-    "node1:10031/droonga": {
+    "node2:10031/droonga": {
       "live": true
     }
   }
 }
 ~~~
 
-`node2` までもが、`node2` がクラスタの一員ではないと報告していることに注目して下さい。
-これは、クラスタから離脱したノードと新しいノードとの違いです。
-
 
 ## クラスタ内の既存のreplicaノードを新しいreplicaノードで置き換える
 

  Modified: tutorial/1.0.9/add-replica/index.md (+1 -7)
===================================================================
--- tutorial/1.0.9/add-replica/index.md    2014-11-30 01:38:00 +0900 (aae0dc5)
+++ tutorial/1.0.9/add-replica/index.md    2014-11-30 01:39:12 +0900 (074f4b5)
@@ -265,19 +265,13 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
 $ curl "http://node2:10041/droonga/system/status" | jq "."
 {
   "nodes": {
-    "node0:10031/droonga": {
-      "live": true
-    },
-    "node1:10031/droonga": {
+    "node2:10031/droonga": {
       "live": true
     }
   }
 }
 ~~~
 
-Look at the point that the `node2` also says `node2` is not a member of the cluster.
-This is the difference between a node unjoined from a cluster and a new node.
-
 
 ## Replace an existing replica node in a cluster with a new one
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index