Erlang doesn't detect net splits by itself. You could start looking at
net_kernel:set_net_ticktime/2 (try to increase this value if your node is
suffering from high load/traffic) and kernel/src/dist_utils.erl to get a
grasp how erlang handles node connections.

参考这个

相关文章:

  • 2021-08-18
  • 2021-09-28
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2022-01-25
猜你喜欢
  • 2021-07-13
  • 2022-12-23
  • 2021-06-02
  • 2022-01-03
  • 2021-05-21
  • 2021-09-04
相关资源
相似解决方案