Skip to content

Commit

Permalink
etcd clusetr
Browse files Browse the repository at this point in the history
  • Loading branch information
rfyiamcool committed Jul 7, 2021
1 parent 11d0ae0 commit 013afc4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## MENU

- [Etcd的设计与实现](#Etcd的设计与实现)
- [git的那些事儿](#git的那些事儿)
- [分布式消息推送](#分布式消息推送)
- [Kafka的设计与实现](#Kafka的设计与实现)
Expand Down Expand Up @@ -35,6 +36,36 @@

## LIST

### Etcd的设计与实现

#### 分享时间

2021-07-05

#### 内容

- raft共识算法
- boltdb知识点
- etcd自身的功能实现
- 关键结构体
- mvcc实现
- treeindex及boltdb存储布局
- txn事务的实现
- watch监听的实现
- lease监听的实现
- compact的实现
- defrag的实现
- 锁的实现
- etcd的使用经验

#### ppt地址

[下载地址](etcd_cluster.pdf)

#### 截图

<img src="images/etcd_cluster.jpg" width="70%">

### GIT的哪儿事儿

#### 分享时间
Expand Down
Binary file added etcd_cluster.pdf
Binary file not shown.
Binary file added images/etcd_cluster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 013afc4

Please sign in to comment.