Coder Social home page Coder Social logo

Comments (5)

gianpaj avatar gianpaj commented on June 20, 2024

I'm working on this at the moment.
https://github.com/gianpaj/mtools/commits/feature-killall

Just trying to understand why the mongos(es) don't seem to have lock file

from mtools.

gianpaj avatar gianpaj commented on June 20, 2024

I've found that the mongos doesn't have a .lock file so we need to start them with a --pidfile or connect to them and run db.shutdownServer()

Do you have any preference? opinion?

from mtools.

rueckstiess avatar rueckstiess commented on June 20, 2024

Hey Gian, I'm glad you are taking this on, and sorry I haven't been thinking about this much yet.

Some thoughts:

On this page, it says

Without a specified pidfilepath, mongos creates no PID file.
Without this option, mongod creates no PID file.

So mongos should support it?

Alternatively, we know from the .mlaunch_startup what port the nodes were started on, and those show in a ps output. We could grep out the pids from there and kill it? We can also write more info into the .mlaunch_startup file if that would help?

from mtools.

rueckstiess avatar rueckstiess commented on June 20, 2024

How these features should work (spec):

mlaunch --kill --dir <directory>

should find the instances that were started in <directory> and kill all of them (including mongos, config servers, mongod). Of course, just as with --restart, if the --dir argument is not given, it uses the default, the current working directory .. So this would work nicely when the user is already in the current directory, with just mlaunch --kill.

from mtools.

gianpaj avatar gianpaj commented on June 20, 2024

Exactly.
But I used --killall to specify that it will kill any process started on the specific directory.

And in the future we could do --kill configsrv, etc to kill specific ones.
Similarly to the syntax of #140 .

from mtools.

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.