NameNode服务异常:Timed out waiting 20000ms for a quorum of nodes to respond

Myth丶恋晨 2023-08-17 17:26 186阅读 0赞

FATAL org.apache.hadoop.hdfs.server.namenode.FSEditLog: Error: flush failed for required journal (JournalAndStream(mgr=QJM to [10.0.22.103:8485, 10.0.22.104:8485, 10.0.22.105:8485, 10.0.22.100:8485, 10.0.22.101:8485], stream=QuorumOutputStream starting at txid 5392832))
java.io.IOException: Timed out waiting 20000ms for a quorum of nodes to respond.

A: 可以在hadoop/etc/hadoop下的hdfs-site.xml中,加入一组配置:

  1. <property>
  2. <name>dfs.qjournal.write-txns.timeout.ms</name>
  3. <value>60000</value>
  4. </property>
  5. https://www.cnblogs.com/xyliao/p/5755438.html?utm_source=itdadao&utm_medium=referral
  6. https://blog.csdn.net/xjping0794/article/details/77836543

转载于:https://www.cnblogs.com/1023linlin/p/11348433.html

发表评论

表情:
评论列表 (有 0 条评论,186人围观)

还没有评论,来说两句吧...

相关阅读