Git Product home page Git Product logo

saturn's People

Contributors

allen8203 avatar calvin1978 avatar chembohuang avatar cmzdandan avatar dylanxue avatar hebelala avatar ivylee-cn avatar kfchu avatar leewcc avatar leoaugust19 avatar lzw2006 avatar rolfheg avatar terrymanu avatar timmyhu avatar yangjuanying avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

saturn's Issues

enhance sharding by judging the ready status under $Jobs node to avoid inconsistent executor versions

When assign a job's partition(such as j1) to a executor(such as e1), we need to judge whether there exists a node that is $jobs/j1/servers/e1/status, if not , this assignment should be ignored.

  1. listen to $jobs/j1/servers/e1/status add event, resharding the executor of this job online when event fired.
  2. listen to $jobs/j1/servers/e1/status remove event, resharding the executor of this job offline when event fired.
  3. readjust the logic of exeutor online/offline, listen to $SaturnExecutors/executors/xxx/ip add or remove event, add a empty shell of executor on add event fired, remove the executor on remove event fired.
  4. readjust the logic of putBackBalancing, just put back the shard to executor that can run the job.
  5. change jobScheduler. write $jobs/j1/servers/e1/status after job initialization, and shutdown JobScheduler when init throw exception.

Better Examples

1.add one more embedded Demo, and remove the embedded part from spring demo
2.explain the utils code in spring demo
3.add readme.txt in each examples

Support multiple zookeeper clusters

Saturn uses zookeeper heavily for status update, notification ...
One zookeeper maybe can't support enough jobs
We need to support multiple zookeeper clusters to scale Saturn's capacity horizontally

(invalid)Support console HA deployment without any LB server

Remove depandency on haproxy/ngx to support console HA.

Saturn console has done the election between multiple nodes. We can use only master to serve the console management.

If any request to slave node, it will forward the request to master node.

The solution also supports console APIs.

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.