• 解决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版本的,目前代码运行正常

  • 相关阅读:
    向cmd中添加字体的方法
    学生成绩管理系统C++
    立即抢注我的免费1T云空间
    js原型
    step3 . day8数据结构之算法
    代码练习中的bug及修改方法
    step3 . day7数据结构之二叉顺序数的创建和二叉树的栈形式遍历
    step3 . day6数据结构之非线性表 满二叉树和不完全二叉树
    step3 . day5 数据结构之线性表 栈和队的应用-球钟问题
    step3 . day4 数据结构之线性表 栈和队
  • 原文地址:https://www.cnblogs.com/tianziru/p/15952725.html
Copyright © 2020-2023  润新知