Giter Club home page Giter Club logo

6.824's Introduction

6.824 分布式系统学习

用于记录6.824分布式系统学习的内容。

参考资料

1. mapReduce程序思路

1.Master结构体初始化,注册rpc服务供worker调用
2.initMapTask完成taskPhase,taskStats的创建(MapPhase,taskStats数组)
3.schedule中m.taskStats初始值为TaskStatusReady,调用getTask创建任务,并传递给通道m.taskCh
4.worker通过rpc调用GetOneTask,触发task将任务状态转变成TaskStatusRunning,且通过rpc将任务分发给worker
5.worker通过ReportTask,将任务完成情况上报给master,所有任务的mapTask都是TaskStatusFinish,则进入initReduceTask
6.initReduceTask完成taskPhase,taskStats的创建(ReducePhase,taskStats数组)
7.ReduceTask的处理过程类似MapTask

目录结构

images ———— 项目图片
log    ———— 项目程序执行日志
source ———— 项目原始文件和论文
src    ———— 项目源码
study  ———— go语言的学习记录

6.824's People

Contributors

klc407073648 avatar

Watchers

James Cloos avatar  avatar

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.