Giter Club home page Giter Club logo

Comments (2)

kong123456 avatar kong123456 commented on June 11, 2024

比如初始状态: A, B, C 三台机器,A 是 master,都有数据 val = null

  1. 客户端请求 val = 123
  2. A,B 两台机都成功 accept/写入数据成功, C 机异常
  3. 此时 A, B 两机的数据是 val = 123,C 机 val = null
  4. A 机发生异常离线,重新选主后新 master 是 C 机
  5. 客户端马上请求读取 val 的值,读取到 C 机存储的 val = null

实际上 val 应该读到是 123,这种情况下会得到 val = null,一个比较旧的值?

from phxpaxos.

lynncui00 avatar lynncui00 commented on June 11, 2024

选主也是一个 basic paxos 的过程,当一台机能完成一次 basic paxos,那说明这台机的数据已经是最新的了。

from phxpaxos.

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.