shadowdsp

我的青春Coding物语果然有问题


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

MIT6.824 2020 Lab3A&B Fault-Tolerance KV Service with Log Compaction

Posted on 2022-01-09 | In 分布式系统
Lab 3A实现一个 Fault Tolerance KV Service. Tasks 实现 KV server 的 PutAppend 和 Get RPC。 Clerk 可以向 KV server 发送 PutAppend 以及 Get 请求。 KV server 通过 Start 和 Op 来 ...
Read more »

MIT6.824 2020 Lab2B&C Raft Log Replication and Persistence

Posted on 2022-01-08 | In 分布式系统
Overview日志复制特性 Raft 算法保证所有已提交的日志条目都是持久化的并且最终会被所有可用的状态机执行。 日志匹配特性: 如果在不同的日志中的两个条目拥有相同的索引和任期号,那么他们存储了相同的指令。 如果在不同的日志中的两个条目拥有相同的索引和任期号,那么他们之前的所有日志条目也全部相同 ...
Read more »

MIT6.824 2020 Lab2 A Raft Leader Election

Posted on 2021-09-05 | In 分布式系统
Preparation 实验:http://nil.csail.mit.edu/6.824/2020/labs/lab-raft.html 的 Part 2A. 论文: 英文版:https://raft.github.io/raft.pdf 中文版:https://github.com/maemu ...
Read more »

k8s调度器及调度队列源码分析

Posted on 2021-06-08 | Edited on 2021-06-23 | In Kubernetes
简介在 Kubernetes 中,调度是指将 Pod 放置到合适的 Node 上,然后对应 Node 上的 kubelet 才能够运行这些 Pod。K8s scheduler 就是用来调度 pod 的一个组件。 本文主要是通过源码了解调度器的部分工作流程。 源码分析 Based on Kubern ...
Read more »

MIT6.824 2020 Lab1 MapReduce 实现

Posted on 2021-03-12 | In 分布式系统
准备工作实验地址:http://nil.csail.mit.edu/6.824/2020/labs/lab-mr.html 论文地址:mapreduce 实验环境可以在实验地址里面找到具体的搭建方式。 系统总览MapReduce 系统是由一个 master 进程和多个 worker 进程组成。 Ma ...
Read more »
shadowdsp

shadowdsp

5 posts
2 categories
2 tags
RSS
GitHub 邮箱
Friends links
  • iTom
  • GraceSkyer
0%
© 2018 – 2025 shadowdsp
全站共9.5k字