Giter Site home page Giter Site logo

Comments (5)

shlomi-noach avatar shlomi-noach commented on May 18, 2024

Is that a MaxScale binlog server?

A MaxScale binlog server cannot be moved. It just can't; you need to kill it, reconfigure it, then start it again.

This is known to orchestrator which is why the Web UI won't let you do it. I will need to add a similar check to the CLI to let you know this can't be done (and this will avoid the runtime error you got).

I'd argue you don't want to move the binlog server, though. What you want to so is move slave a.
If using Pseudo-GTID, you can just

orchestrator -c relocate -i slave.a -d binlog02

Actually this may just work without Pseudo-GTID for you, because of the relative simplicity of the topology (one up via binlog server). Anyway if it doesn't (could be), you'd use multiple steps:

orchestrator -c relocate -i slave.a -d binlog01
orchestrator -c move-below -i slave.a -d master.2
orchestrator -c relocate -i slave.a -d binlog02

from orchestrator.

shlomi-noach avatar shlomi-noach commented on May 18, 2024

My assignment: to make sure CLI refuses to move a BLS

from orchestrator.

ethan-riskiq avatar ethan-riskiq commented on May 18, 2024

okay...any suggestions for how to do this without bringing down the write master and having to execute a change master on each binlog host while it's down?

from orchestrator.

shlomi-noach avatar shlomi-noach commented on May 18, 2024

any suggestions for how to do this

Sorry, how to do what ?

The maintenance? Like I suggested, the binlog servers aren't your problem, are they? You wish to move the replicas around and I've given you the recipe to do that.

Otherwise I'm not sure what you are asking.

from orchestrator.

shlomi-noach avatar shlomi-noach commented on May 18, 2024

Closing this seeing this isn't an orchestrator issue. Feel free to continue discussion even as this issue is closed.

from orchestrator.

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.