英文:
gtm node is down
问题
我想知道为什么 AntDB 的 gtm 节点宕机了。
英文:
I wonder why AntDB gtm node is down.
答案1
得分: 0
当托管GTM节点的主机宕机时,后台进程将自动切换到备用节点。
主机恢复后,宕机的节点需要再次添加到集群中作为从节点。
添加GTM从节点gtm_2到gtm_1 (主机=adb03,端口=7329,路径='/data/adb/gtm');
清除GTM从节点gtm_2;
追加GTM从节点gtm_2。
如果您有其他问题,请告诉我。
英文:
When the host where the gtm node is located is down, the background process will automatically switch to the backup node.
After the host is restored, the downed node needs to be added to the cluster again as a slave.
add gtm slave gtm_2 for gtm_1 (host=adb03,port=7329,path='/data/adb/gtm');
clean gtm slave gtm_2;
append gtm slave gtm_2;
let me know if you have any other questions.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论