Coder Social home page Coder Social logo

Comments (1)

chengshiwen avatar chengshiwen commented on July 28, 2024
  1. hinted handoff 目前没有健康检查机制,但有重试机制,[hinted-handoff]retry-interval = "1s"retry-max-interval = "10s" 进行配置,retry-interval 表示写失败后 hinted handoff 尝试重写的时间间隔
  2. remove-data 后再 add-data,datanode 在 meta 元数据保存的 id 会自增变化,因此 remove-data 前如果该 datanode 写数据失败,remove-data 并 add-data 后,就会出现此类错误,正确用法应该是直接 update-data,请参考官方 influxdb enterprise 文档 Replace the old data node with the new data node。如果已经 remove-data,但还有 hinted handoff 数据没有写完,如果想要解决这个错误,有两个办法,找到 /var/lib/influxdb/hh 目录,把下面的 datanode id 改为新的 datanode id(如果你记得住新旧id对应关系),第二个办法,丢弃这部分数据,把 hh下面的目录清空

以上两个情况,和官方 influxdb enterprise 表现的行为一样,完全参考 官方 influxdb enterprise 进行编写

from influxdb-cluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.