GithubHelp home page GithubHelp logo

hlc's People

Contributors

benoitc avatar c-bik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hlc's Issues

Question on model

Maybe I'm missing something, but logical clocks are a mechanism used to work around the fact that physical timestamps are unreliable in distributed systems.

How is adding a physical timestamp to a logical one doing anything to help?

In case of a lack of causal conflict, the approach would be to either detect the conflict, store siblings, and return this to the application; or to instead pick a winner.

In case of a causal conflict, I can only assume the timestamp is used to pick a winner. If the timestamp is to be judged unreliable, how is it doing any better work than just picking any random total order between conflicting values? You could very well just pick max(A, B), min(A,B), max(Hash(A), Hash(B)), etc. as long as all nodes of a system use the same deterministic comparison.

Is there some use of an assumed accuracy range for the timestamp? If so, why not just use the timestamp without any logical clock, and then detect conflicts whenever two timestamps are edged too close together?

I'm guessing the only benefit I could see is that you're reducing your problem cases, which were

for logical clocks:

  • Conflicts in causality are detected
  • Conflicts in causality and timestamps are detected
  • Conflicts purely in timestamps are ignored

And for timestamps with a known precision:

  • Conflicts in causality and timestamps are detected
  • Conflicts in timestamps are detected
  • Conflicts in causality only are ignored

Down to:

  • Conflict in causality and timestamps are detected
  • Conflicts in causality xor timestamps are ignored

I'm not exactly sure how often, in practice, this will happen and actually be desirable to do. Can you enlighten me?

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.