Commit 80ef9f1e authored by Grégory Wisniewski's avatar Grégory Wisniewski

Handle cluster state notifications to avoid the admin node crash.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@909 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c90445fc
......@@ -153,6 +153,8 @@ class MasterEventHandler(EventHandler):
def handleAnswerPartitionTable(self, conn, packet, ptid, row_list):
logging.info("handleAnswerPartitionTable")
def handleNotifyClusterInformation(self, con, packet, cluster_state):
logging.info("handleNotifyClusterInformation")
class MasterBaseEventHandler(EventHandler):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment