[Groonga-commit] droonga/droonga.org at be554a2 [gh-pages] Add steps to confirm list of detected nodes

Zurück zum Archiv-Index

SHIMODA Piro Hiroshi null+****@clear*****
Mon Oct 6 14:36:27 JST 2014


SHIMODA "Piro" Hiroshi	2014-10-06 14:36:27 +0900 (Mon, 06 Oct 2014)

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

  Message:
    Add steps to confirm list of detected nodes

  Modified files:
    _po/ja/tutorial/1.0.7/benchmark/index.po
    ja/tutorial/1.0.7/benchmark/index.md
    tutorial/1.0.7/benchmark/index.md

  Modified: _po/ja/tutorial/1.0.7/benchmark/index.po (+19 -2)
===================================================================
--- _po/ja/tutorial/1.0.7/benchmark/index.po    2014-10-06 14:19:03 +0900 (fa8928d)
+++ _po/ja/tutorial/1.0.7/benchmark/index.po    2014-10-06 14:36:27 +0900 (ac96ae1)
@@ -980,10 +980,27 @@ msgstr "前回のベンチマークの影響をなくすために、各ベンチ
 
 msgid ""
 "After that the endpoint `node0` works as a Droonga cluster with single node.\n"
-"Run the benchmark."
+"Make sure that only one node is actually detected:"
 msgstr ""
 "これにより、`node0`は1ノード構成のクラスタとして動作するようになります。\n"
-"ベンチマークを実行しましょう。"
+"実際にノードが1つだけ認識されていることを確認しましょう:"
+
+msgid ""
+"~~~\n"
+"(on node3)\n"
+"% curl \"http://node0:10042/droonga/system/status\" | jq .\n"
+"{\n"
+"  \"nodes\": {\n"
+"    \"node0:10031/droonga\": {\n"
+"      \"live\": true\n"
+"    }\n"
+"  }\n"
+"}\n"
+"~~~"
+msgstr ""
+
+msgid "Run the benchmark."
+msgstr "ベンチマークを実行しましょう。"
 
 msgid ""
 "~~~\n"

  Modified: ja/tutorial/1.0.7/benchmark/index.md (+15 -0)
===================================================================
--- ja/tutorial/1.0.7/benchmark/index.md    2014-10-06 14:19:03 +0900 (5007d59)
+++ ja/tutorial/1.0.7/benchmark/index.md    2014-10-06 14:36:27 +0900 (1f2290d)
@@ -512,7 +512,22 @@ Droongaノードの上でGroongaを動かしている場合は、CPU資源とメ
 
 前回のベンチマークの影響をなくすために、各ベンチマークの実行前にはサービスを再起動することをおすすめします。
 
+
 これにより、`node0`は1ノード構成のクラスタとして動作するようになります。
+実際にノードが1つだけ認識されていることを確認しましょう:
+
+~~~
+(on node3)
+% curl "http://node0:10042/droonga/system/status" | jq .
+{
+  "nodes": {
+    "node0:10031/droonga": {
+      "live": true
+    }
+  }
+}
+~~~
+
 ベンチマークを実行しましょう。
 
 ~~~

  Modified: tutorial/1.0.7/benchmark/index.md (+15 -0)
===================================================================
--- tutorial/1.0.7/benchmark/index.md    2014-10-06 14:19:03 +0900 (d088c2e)
+++ tutorial/1.0.7/benchmark/index.md    2014-10-06 14:36:27 +0900 (0e56c4e)
@@ -503,7 +503,22 @@ Before benchmarking, make your cluster with only one node.
 
 To clear effects from previous benchmark, you should restart services before each test.
 
+
 After that the endpoint `node0` works as a Droonga cluster with single node.
+Make sure that only one node is actually detected:
+
+~~~
+(on node3)
+% curl "http://node0:10042/droonga/system/status" | jq .
+{
+  "nodes": {
+    "node0:10031/droonga": {
+      "live": true
+    }
+  }
+}
+~~~
+
 Run the benchmark.
 
 ~~~
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index