Translator Reviews ( Japanese → English )
Rating: 50 / 0 Reviews / 14 Aug 2020 at 10:27
Japanese
Aクラスター上で実行するB機能では,B機能を実行したノードで登録処理は行われず,必ずMasterノードで行われるということでしょうか?
私がログを見る限りにおいては,B機能実行時にSlave状態であるNode2から,同じくSlave状態であるNode9に対して接続できないエラーが発生しています。
そのため,私の解釈では,Node2がB機能を実行し,そのデータをNode9に渡そうとした時にエラーになっているのではないかと思っていました。
English
B function executes on A cluster is not registered by Node carried B function, and do you mean it is done by Master Node without doubt?
As far as I can see the log, when B function is carried out, from Node2 in a state of Slave, against the same Slave state Node9, there is an error that cannot be connected.
Therefore, to my understanding, when Node2 is carried out B function and pass the data to Node 9, it makes an error.