Translator Reviews ( Japanese → English )
Rating: 52 / 0 Reviews / 14 Aug 2020 at 10:30
Aクラスター上で実行するB機能では,B機能を実行したノードで登録処理は行われず,必ずMasterノードで行われるということでしょうか?
私がログを見る限りにおいては,B機能実行時にSlave状態であるNode2から,同じくSlave状態であるNode9に対して接続できないエラーが発生しています。
そのため,私の解釈では,Node2がB機能を実行し,そのデータをNode9に渡そうとした時にエラーになっているのではないかと思っていました。
Can I make sure that the registration process isn't conducted on the node where the B function executed but conducted on the master node, right?
As far as I have seen a log, there are errors: the failed establishment of connection occurred from Node2 on the state of Slave on running B function to Node9 where on the state of Slave.
Therefore, for my understanding, I thought there would be errors when the B function was implemented at the Node2 and trying to transfer the data to Node9.