class org.apache.ignite.spi.IgniteSpiException: Node with the same ID was found in node IDs histo...

ignite經(jīng)常每隔數(shù)小時(shí)就掛掉,手動(dòng)重啟也經(jīng)常出現(xiàn)無法啟動(dòng)成功

手動(dòng)重啟報(bào)錯(cuò)日志:

 Caused by: class org.apache.ignite.spi.IgniteSpiException: Node with the same ID was found in node IDs history or existing node in topology has the same ID 
(fix configuration and restart local node) 


運(yùn)行數(shù)小時(shí)后失敗日志:

[06:15:36,458][WARNING][tcp-disco-ip-finder-cleaner-#33-#92][TcpDiscoverySpi] Timed out waiting for message to be read (most probably, the reason is long GC pauses on remote node) [curTimeout=9998, rmtAddr=/10.42.2.181:47500, rmtPort=47500]
[06:15:36,458][WARNING][tcp-disco-ip-finder-cleaner-#33-#92][TcpDiscoverySpi] Failed to ping node [nodeId=null]. Reached the timeout 10000ms. Cause: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader@75b84c92
[06:16:28,666][WARNING][tcp-disco-msg-worker-[1483ea3b 10.42.5.149:47500 crd]-#2-#60][TcpDiscoverySpi] Node is out of topology (probably, due to short-time network problems).

初步判斷,ignite中數(shù)據(jù)量暴增后出現(xiàn)網(wǎng)絡(luò)問題,增加超時(shí)時(shí)間

在ignite的配置文件中,在IgniteConfiguration bean,中,添加以下參數(shù):
<property name="failureDetectionTimeout" value="30000"/>
<property name="clientFailureDetectionTimeout" value="50000"/>

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • [TOC] Redis相關(guān)內(nèi)容 Redis是單線程的,它是基于內(nèi)存操作,CPU不是Redis的性能瓶頸,他的瓶頸是...
    拔魔Jian閱讀 265評(píng)論 0 0
  • 問題場景: db中表的主健采用了自增的方式 mybatis的配置如下: 但是在bean中并沒有定義id屬性,導(dǎo)致報(bào)...
    寓含閱讀 5,295評(píng)論 0 2
  • Spring Cloud為開發(fā)人員提供了快速構(gòu)建分布式系統(tǒng)中一些常見模式的工具(例如配置管理,服務(wù)發(fā)現(xiàn),斷路器,智...
    卡卡羅2017閱讀 136,564評(píng)論 19 139
  • 操作系統(tǒng) 操作系統(tǒng)的特點(diǎn)? – 共享:資源可被多個(gè)并發(fā)執(zhí)行的進(jìn)程使用– 并發(fā):可以在同一時(shí)間間隔處理多個(gè)進(jìn)程,需要...
    不在窩里閱讀 805評(píng)論 0 1
  • 內(nèi)存模型以及分區(qū) JVM分為虛擬機(jī)棧、堆、方法區(qū)、本地方法區(qū)堆,用來存放實(shí)例化對(duì)象、非static成員變量,屬于線...
    北京黃小胖閱讀 1,469評(píng)論 0 0

友情鏈接更多精彩內(nèi)容