[Groonga-commit] droonga/wikipedia-search.wiki at 1335451 [master] Updated Droongaノードの死活管理をSerfで行う手順 (markdown)

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Wed May 7 15:28:29 JST 2014


YUKI "Piro" Hiroshi	2014-05-07 15:28:29 +0900 (Wed, 07 May 2014)

  New Revision: 1335451e8e4885ffddc8b1d03d90dccc04d885a0
  https://github.com/droonga/wikipedia-search/wiki/Droonga%E3%83%8E%E3%83%BC%E3%83%89%E3%81%AE%E6%AD%BB%E6%B4%BB%E7%AE%A1%E7%90%86%E3%82%92Serf%E3%81%A7%E8%A1%8C%E3%81%86%E6%89%8B%E9%A0%86/1335451e8e4885ffddc8b1d03d90dccc04d885a0

  Message:
    Updated Droongaノードの死活管理をSerfで行う手順 (markdown)

  Modified files:
    Droongaノードの死活管理をSerfで行う手順.md

  Modified: Droongaノードの死活管理をSerfで行う手順.md (+6 -0)
===================================================================
--- Droongaノードの死活管理をSerfで行う手順.md    2014-05-07 15:27:05 +0900 (ee34f80)
+++ Droongaノードの死活管理をSerfで行う手順.md    2014-05-07 15:28:29 +0900 (258d8c6)
@@ -50,3 +50,9 @@
       (実際の運用時は、catalog.jsonからIPアドレスを収集してくることになる?)
     * 複数回joinしても問題ない。
       (ただし、既にjoin済みの場合はエラーのイベントが発生するようなので、あるノードへのjoinに失敗したら次のノードにjoinを試みる、といった形でfallbackするのがよさそう。)
+ 2. クラスタへの参加に成功したかどうか、serf membersコマンドで確認する。
+    
+        % serf members
+        node0  192.168.100.50:7946  alive
+        node1  192.168.100.51:7946  alive
+        node2  192.168.100.52:7946  alive
\ No newline at end of file
-------------- next part --------------
HTML����������������������������...
Download 



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