diff --git a/neo/master/handler.py b/neo/master/handler.py index 9cdc7d98c16fb74e304a510cbf32a0bc7292ac77..04e8df87dbc47230b0f75dd3579b37edbbb5113d 100644 --- a/neo/master/handler.py +++ b/neo/master/handler.py @@ -88,6 +88,9 @@ class MasterEventHandler(EventHandler): def handleNotifyPartitionChanges(self, conn, packet, ptid, cell_list): logging.error('ignoring notify partition changes in %s' % self.__class__.__name__) + def handleNotifyClusterInformation(self, conn, packet, state): + logging.error('ignoring notify cluster information in %s' % self.__class__.__name__) + def handleAskPrimaryMaster(self, conn, packet): app = self.app if app.primary: