解決HBase 出現client.RpcRetryingCaller: Call exception, tries=11, retries=35的超時問題


22/03/01 19:20:31 INFO client.RpcRetryingCaller: Call exception, tries=11, retries=35, started=48502 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324918435862,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:20:31 INFO client.RpcRetryingCaller: Call exception, tries=11, retries=35, started=48504 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324908406311,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:20:31 INFO client.RpcRetryingCaller: Call exception, tries=11, retries=35, started=48508 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324917125296,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:20:31 INFO client.RpcRetryingCaller: Call exception, tries=11, retries=35, started=48535 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324895377738,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:20:31 INFO client.RpcRetryingCaller: Call exception, tries=11, retries=35, started=48577 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324938928593,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:21:09 INFO client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=38316 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324922617643,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:21:09 INFO client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=38255 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324936355843,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:21:09 INFO client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=38315 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970325145704779,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
22/03/01 19:21:09 INFO client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=38334 ms ago, cancelled=false, msg=row 'nezha:nvwa_pfnl_prod,1970324939432971,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=qingyun37,16020,1635079184806, seqNum=0
這種超時問題多半是hosts文件配置ip問題,但是仔細檢查確定配置沒有問題,最后發現是metrics-core的jar包問題,spark集群中的這個jar包是3.1.2版本,實際代碼應該使用的是2.2.0版本,把代碼里的2.2.0版本的這個jar包放入到SPARK_HOME/jars目錄內問題解決,注意這里目前是既有3.1.2版本,又有2.2.0版本的,目前代碼運行正常


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM