Git Product home page Git Product logo

cthulhu's People

Contributors

lucaro avatar nickfitton avatar pabloem avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cthulhu's Issues

Job requirements

For instance, a BashJob can only be executed in a unix worker. It would be useful to define requirements for a job to be able to run properly in a worker. (not all workers are created equal : )

Only Worker process can `put job`

The current implementation logic assumes that a job that is being updated, and had not been sent to a Worker is an inconsistency and an error. Is this reasonable? (Maybe yes)

IPv6 address not used by Scheduler

Issue

As seen in #21 IPv6 addresses would break the Schedulers communication with the worker that gave the IP address. This has been circumvented by the worker not giving their IPv6 address.

Resolution

Add the ability to parse IPv6 addresses to the scheduler and allow the worker to use them.

JobType enum

The type of a job should probably be represented using an enum, since there will be a fixed set of existing types.

package names

Package names should start with the 'org.vitrivr.cthulhu' prefix. Package names of other vitrivr projects will be adjusted accordingly once the repositories are moved into the vitrivr organization.

MasterScheduler.deleteJob

This routine needs to be strengthened:

  • Job deletion must be conditional on state of the job (receive a boolean force parameter)
  • Return value must be useful

Job status codes

What is the idea behind the static final ints JOB_FAILURE, JOB_INTERRUPTION, etc.? Is the plan to or them together as a set of status bits or are these independent states? In case they are independent, I would again go for an enum.

UI for the master has external dependencies

See in index.html, and find the following lines:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"></link>
<script src="http://warfares.github.io/pretty-json/pretty-json-min.js" type="text/javascript"></script>

Perhaps it should be able to deploy in machines without internet access.

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.