您好,登錄后才能下訂單哦!
這篇文章給大家介紹Mysql5.7 的錯(cuò)誤日志中最常見(jiàn)的note日志是怎樣的,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對(duì)大家能有所幫助。
最常見(jiàn)的note日志以下三種
第一種,Aborted connection . :
[Note] Aborted connection 61 to db: ‘unconnected’ user: ‘mha’ host: ‘197.xx.xx.xx(Got an error reading communication packets)
原因是因?yàn)榫W(wǎng)絡(luò)等原因?qū)е隆?nbsp;
[Note] Aborted connection 61 to db: ‘unconnected’ user: ‘mha’ host: ‘197.xx.xx.xx(Got timeout reading communication packets)
原因是會(huì)話的idle時(shí)間達(dá)到了數(shù)據(jù)庫(kù)指定的timeout時(shí)間。
第二種:SLAVE多線程同步的信息
2016-03-14T15:48:26.432150Z 73 [Note]Multi-threaded slave statistics for channel ”: seconds elapsed = 121; eventsassigned = 100374529; worker queues filled over
overrun level = 0; waited due aWorker queue full = 0; waited due the total size = 0; waited at clock conflicts= 1451875661700 waited (count) when Workers occupied = 3211993 waited whenWorkers occupied = 445032386000
events assigned:總共有多少個(gè)event被分配執(zhí)行,計(jì)的是總數(shù)。
worker queues filled over overrun level:多線程同步中,worker 的私有隊(duì)列長(zhǎng)度超長(zhǎng)的次數(shù),計(jì)的是總數(shù)。
waited due a Worker queue full :因?yàn)閣orker的隊(duì)列超長(zhǎng)而產(chǎn)生等待的次數(shù),計(jì)的是總數(shù)。
waited due the total size :超過(guò)最大size的次數(shù),這個(gè)由參數(shù)slave_pending_jobs_size_max 指定。
waited at clock conflicts :因?yàn)檫壿嫊r(shí)間產(chǎn)生沖突的等待時(shí)間,單位是納秒。
waited (count) when Workers occupied :因?yàn)閣orkder被占用而出現(xiàn)等待的次數(shù)。(總計(jì)值)。
waited when Workersoccupied :因?yàn)閣orkder被占用而出現(xiàn)等待的總時(shí)間,總計(jì)值,單位是納秒。
第三種:page_cleaner線程的輸出日志
[Note] InnoDB:page_cleaner: 1000ms intended loop took 4750ms.The
settings might not be optimal. (flushed=1519 and evicted=0, during the time.)
本次刷新時(shí)間 - 上次刷新時(shí)間 > 1秒(睡眠時(shí)間)+3秒 則報(bào)警告,一般是IO能力不足
參數(shù)優(yōu)化(目的在于減少每次刷新的量,讓每次刷新塊數(shù)更加平均):
innodb_io_capacity 應(yīng)該降低
innodb_max_dirty_pages_pct 應(yīng)該降低
innodb_max_dirty_pages_pct_lwm 如果設(shè)置了應(yīng)該考慮降低
innodb_io_capacity_max 降低
關(guān)于Mysql5.7 的錯(cuò)誤日志中最常見(jiàn)的note日志是怎樣的就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。