如題,Mariadb Columnstore版本為:Server version: 10.1.21-MariaDB Columnstore 1.0.7-1
創(chuàng)新互聯(lián)建站是一家集網(wǎng)站建設(shè),湞江企業(yè)網(wǎng)站建設(shè),湞江品牌網(wǎng)站建設(shè),網(wǎng)站定制,湞江網(wǎng)站建設(shè)報(bào)價(jià),網(wǎng)絡(luò)營銷,網(wǎng)絡(luò)優(yōu)化,湞江網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競爭力。可充分滿足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時(shí)我們時(shí)刻保持專業(yè)、時(shí)尚、前沿,時(shí)刻以成就客戶成長自我,堅(jiān)持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(wǎng)站。
#cat /etc/hosts
192.168.75.33 um1 192.168.75.34 um2 192.168.75.35 pm1 192.168.75.36 pm2 192.168.75.37 pm3 192.168.75.38 pm4 |
a.依次關(guān)掉pm4->數(shù)據(jù)庫正常訪問->關(guān)掉pm3->數(shù)據(jù)庫正常訪問->關(guān)掉pm2->數(shù)據(jù)庫訪問不到數(shù)據(jù)
b.只關(guān)掉pm1->數(shù)據(jù)庫執(zhí)行select阻塞
阻塞(后面用ctrl+c殺死了):
MariaDB [test]> select * from test1; ^CCtrl-C -- query killed. Continuing normally. |
并且報(bào)錯(cuò):
mcsadmin> getsysteminfo getsysteminfo Wed Feb 22 12:52:46 2017 System columnstore-1 System and Module statuses Component Status Last Status Change ------------ -------------------------- ------------------------ **** printSystemStatus Failed = API Failure return in getSystemStatus:MessageQueueClient-Error API |
綜上:目前Mariadb Columnstore版本故障切換還有些不健全,至少要保證pm1是好的,并且有兩臺以上pm存活。