Translator Reviews ( Japanese → English )
Rating: 52 / 0 Reviews / 13 Aug 2020 at 22:45
このエラーは極たまに発生し、再現性がなく、調査が難航しています。
何か考えられる原因はないでしょうか?Linuxのアンチパターンを踏んでいないか気になっています。
心配しているのはNode2がB機能を実行した時、MasterであるNode1に対して上記のエラーが発生すると、
暫くしたら全てのノードがNode1の状態に戻ってしまうのではないかということです。
この認識で正しいでしょうか?
もしAクラスターでB機能を使用すること自体が良くないことなら,そのことも教えてもらえると嬉しいです。
The error occurs sometimes however it is not reproducible so that the investigation is troublesome. Is there any possible cause for this problem? I mind that it was because of the anti-pattern occurrences for Linux I suppose.
The thing is, when running B function by Node2, the above error occurs towards Node1 as a master, then soon after, all the nodes might be returning to the state of the Node1. Do you think my understanding makes sense?
If using B function at A cluster is not recommended, I am happy to teach whether.