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

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Wed May 7 16:16:38 JST 2014


YUKI "Piro" Hiroshi	2014-05-07 16:16:38 +0900 (Wed, 07 May 2014)

  New Revision: 0674ebf331197654c9c7121f0de95b40600ed14a
  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/0674ebf331197654c9c7121f0de95b40600ed14a

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

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

  Modified: Droongaノードの死活管理をSerfで行う手順.md (+14 -1)
===================================================================
--- Droongaノードの死活管理をSerfで行う手順.md    2014-05-07 16:11:13 +0900 (c244eee)
+++ Droongaノードの死活管理をSerfで行う手順.md    2014-05-07 16:16:38 +0900 (7f82ca9)
@@ -119,4 +119,17 @@
         % 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
+        node2  192.168.100.52:7946  alive
+
+## 任意のメッセージの通知
+
+ 1. クラスタに参加中のノードからイベントを送る。
+    
+        (node0)
+        % serf event "my-event" "my-data"
+    
+    * この時、クラスタに所属しているノードではイベントハンドラに以下の情報が渡される(以下はnode0の場合)。
+      * $SERF_EVENT: `user`
+      * $SERF_USER_EVENT: `my-event`
+      * stdin: `my-data`
+    * 他のノードだけでなく、自分自身にも通知される。
\ No newline at end of file
-------------- next part --------------
HTML����������������������������...
下載 



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