Giter VIP home page Giter VIP logo

Comments (6)

krisskross avatar krisskross commented on August 17, 2024

For some reason github did not register the reply, but I got a mail notification.

You shouldn't add the self ip (rack, dc and token) in the dyn_seeds, only the other nodes. Max

So I changed the config to this. But I get the same error.

dyn_o_mite:
  datacenter: dc1
  rack: rack1
  listen: 127.0.0.1:8101
  dyn_listen: 127.0.0.1:8102
  dyn_seeds:
   - 127.0.0.2:8101:rack1:dc1:101134286

  tokens: '12345678'
  servers:
  - 127.0.0.1:21201:1

from dynomite.

mfouilleul avatar mfouilleul commented on August 17, 2024
  • The port in the dyn_seeds should be the dyn_listen.
  • Note that, by default the Dynomite guys has choosen the port 8101 for internal communication and 8102, you switch the both.

A correct conf will be:

dyn_o_mite:
  datacenter: dc1
  rack: rack1
  listen: 127.0.0.1:8102
  dyn_listen: 127.0.0.1:8101
  dyn_seeds:
   - 127.0.0.2:8101:rack1:dc1:101134286

  tokens: '12345678'
  servers:
  - 127.0.0.1:21201:1

Then, you can connect your clients on the 8102 port.

from dynomite.

krisskross avatar krisskross commented on August 17, 2024

Thank you Max, that worked. I can the access written data from both dynomite instances. However, nothing seems replicated. Data is only stored at the memcachedb instance at 127.0.0.1:21201.

Is it possible to replicate every single write?

from dynomite.

ipapapa avatar ipapapa commented on August 17, 2024

This seems like a question rather than a bug. @krisskross are you still interested in continuing on this, or do you want us to close this issue?

from dynomite.

shailesh33 avatar shailesh33 commented on August 17, 2024

I will close this But please feel free to reopen if you need

from dynomite.

gobijagan avatar gobijagan commented on August 17, 2024

I too had the same problem in redis, data not replicated. Is that fixed? @krisskross @mfouilleul

from dynomite.

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.