翻訳者レビュー ( 日本語 → 英語 )
評価: 52 / 0 Reviews / 2020/08/13 22:51:36
[削除済みユーザ]
52
I worked for the broadcaster as an en...
日本語
Linux でAクラスターを10台構成で組んでいます。(便宜上これを Node1 から Node10 と呼ぶことにします)
データの登録は常にNode2のB機能を使っています。従って、B機能の実行はNode2がMasterの時もあれば、Slaveの時もあります。B機能実行時にNode2を強制的にMasterにする操作はしていません。
ある時、Node2がSlaveの状態でB機能を実行したら、Node9に対する以下のエラーが発生しました。
- エラー -
英語
It consists of 10 units of A cluster by Linux(For making you understand well, this will be called Node1 to Node10 here for you.)
The storing the data uses the B function at Node2 always. Therefore, the execution of B function either Master or Slave for node2. When running with B function, we never operate make Node2 as a master.
But running B function on the state of Slave on Node2 occurs the following error towards Node9 someday.
-Error