Giter VIP home page Giter VIP logo

Comments (4)

neunhoef avatar neunhoef commented on May 31, 2024

Related question: If we allow this, can we migrate a previously started cluster with port offset to one offset zero without a complete reinstall.

from arangodb.

ewoutp avatar ewoutp commented on May 31, 2024

Currently a portOffset is allocated based on the next free offset.
We can change this to the next free portOffset+slaveAddress pair.

However since we can pre-allocate port offsets, and currently a portOffset is only linked to a slave ID, we must forbid that you change the address of a slave after you've pre-allocated a port offset.

Not sure if that leads to new problems.

from arangodb.

ewoutp avatar ewoutp commented on May 31, 2024

The second issue (migrating clusters from one portOffset scheme to another) would require:

  • Different arangodb-starter config files
  • Different arangod server config files
  • Different arangod server system tables (guessing)

To me this sounds like adding a LOT of complexity for a very small edge case.

from arangodb.

neunhoef avatar neunhoef commented on May 31, 2024

I see, migration is too complex, so we do not support it. I would be in favour of allocating the next free portOffset+slaveAddress pair.

from arangodb.

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.