mysql集群节点丢失连接关机

我正在用VirtualBoxtesting一个使用多个虚拟机的mysql集群:

每个虚拟机(总共2个)有一个mysqld和ndbd节点。 另外还有一个用于pipe理集群的ndb_mgmd虚拟机。

我正在尝试几个场景(基本上是失败场景),还有一个我不确定是configuration错误还是正常行为。

当我暂停/暂停mysqld / ndbd虚拟机中的一个(并且只有一个),然后恢复相同的虚拟机时,我在ndb_mgm中收到以下消息:

Node 3: Forced node shutdown completed. Caused by error 2305: 'Node lost connection to other nodes and can not form a unpartitioned cluster, please investigate if there are errors on other nodes (arbitration error). Temporary error, restart node. 

节点3是一个数据(ndbd)节点,mysqld在同一个虚拟机上工作。

数据被复制,只是这个问题,我不明白。

当数据节点失去与ndb_mgmd或其他数据节点的连接时,这是否正常?

谢谢