每当我运行akka集群时,我都会不断收到警告。警告消息是:
Scheduled sending of heartbeat was delayed. Previous heartbeat was sent [3111] ms ago, expected interval is [1000] ms. This may cause failure detection to mark members as unreachable. The reason can be thread starvation, e.g. by running blocking tasks on the default dispatcher, CPU overload, or GC.
是否可以为心跳调度程序附加单独的调度程序?