Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aQuaYi/MIT-6.824-Distributed-Systems
/ functions
Functions
473 in github.com/aQuaYi/MIT-6.824-Distributed-Systems
⨍
Functions
473
◇
Types & classes
96
Function
TestPersistPartitionUnreliable3A
(t *testing.T)
src/kvraft/test_test.go:581
Function
TestPersistPartitionUnreliableLinearizable3A
(t *testing.T)
src/kvraft/test_test.go:586
Function
TestReElection2A
(t *testing.T)
src/raft/test_test.go:47
Function
TestRegression1
regression: an RPC that's delayed during Enabled=false should not delay subsequent RPCs (e.g. after Enabled=true).
src/labrpc/test_test.go:379
Function
TestRejoin2B
(t *testing.T)
src/raft/test_test.go:289
Function
TestReliableChurn2C
(t *testing.T)
src/raft/test_test.go:926
Function
TestSequentialMany
(t *testing.T)
src/mapreduce/test_test.go:154
Function
TestSequentialSingle
(t *testing.T)
src/mapreduce/test_test.go:146
Function
TestSnapshot
(t *testing.T)
src/shardkv/test_test.go:142
Function
TestSnapshotRPC3B
if one server falls behind, then rejoins, does it recover by using the InstallSnapshot RPC? also checks that majority discards committed log entries
src/kvraft/test_test.go:597
Function
TestSnapshotRecover3B
(t *testing.T)
src/kvraft/test_test.go:684
Function
TestSnapshotRecoverManyClients3B
(t *testing.T)
src/kvraft/test_test.go:689
Function
TestSnapshotSize3B
are the snapshots not too huge? 500 bytes is a generous bound for the operations we're doing here.
src/kvraft/test_test.go:653
Function
TestSnapshotUnreliable3B
(t *testing.T)
src/kvraft/test_test.go:694
Function
TestSnapshotUnreliableRecover3B
(t *testing.T)
src/kvraft/test_test.go:699
Function
TestSnapshotUnreliableRecoverConcurrentPartition3B
(t *testing.T)
src/kvraft/test_test.go:704
Function
TestSnapshotUnreliableRecoverConcurrentPartitionLinearizable3B
(t *testing.T)
src/kvraft/test_test.go:709
Function
TestStaticShards
test static 2-way sharding, without shard movement.
src/shardkv/test_test.go:25
Function
TestTypes
(t *testing.T)
src/labrpc/test_test.go:89
Function
TestUnreliable
test unreliable
src/labrpc/test_test.go:264
Function
TestUnreliable1
(t *testing.T)
src/shardkv/test_test.go:448
Function
TestUnreliable2
(t *testing.T)
src/shardkv/test_test.go:490
Function
TestUnreliable3
(t *testing.T)
src/shardkv/test_test.go:553
Function
TestUnreliable3A
(t *testing.T)
src/kvraft/test_test.go:436
Function
TestUnreliableAgree2C
(t *testing.T)
src/raft/test_test.go:697
Function
TestUnreliableChurn2C
(t *testing.T)
src/raft/test_test.go:930
Function
TestUnreliableOneKey3A
(t *testing.T)
src/kvraft/test_test.go:441
Function
Test_maxMajorityIndex
(t *testing.T)
src/raft/applyMsg_test.go:5
Function
Test_state_String
(t *testing.T)
src/raft/raft_new_test.go:5
Function
VomnibarUI
()
Lectures/LEC03/6.824 Lab 2: Raft_files/vomnibar_data/vomnibar.js:54
Function
checkInlineEvent
(eventProperty, event)
Lectures/LEC03/6.824 Lab 2: Raft_files/inject.js:55
Function
comeToPower
引用时 args 为 nil
src/raft/fsm_handlers.go:107
Method
connect
(i int, to []int)
src/shardmaster/config.go:96
Method
connect
(i int, to []int)
src/kvraft/config.go:123
Method
deleteClient
(ck *Clerk)
src/shardmaster/config.go:184
Method
deleteClient
(ck *Clerk)
src/shardkv/config.go:141
Method
disconnect
(i int, from []int)
src/shardmaster/config.go:124
Method
disconnect
(i int, from []int)
src/kvraft/config.go:151
Method
dispatch
(methname string, req reqMsg)
src/labrpc/labrpc.go:460
Function
get
()
Lectures/LEC03/6.824 Lab 2: Raft_files/inject.js:22
Function
init
()
src/raft/util.go:5
Function
main
()
src/main/viewd.go:12
Function
main
()
src/main/pbc.go:31
Function
main
()
src/main/lockd.go:19
Function
main
Can be run in 3 ways: 1) Sequential (e.g., go run wc.go master sequential x1.txt .. xN.txt) 2) Master (e.g., go run wc.go master localhost:7777 x1.txt
src/main/wc.go:70
Function
main
()
src/main/diskvd.go:30
Function
main
()
src/main/lockc.go:16
Function
main
()
src/main/pbd.go:12
Function
main
Can be run in 3 ways: 1) Sequential (e.g., go run wc.go master sequential x1.txt .. xN.txt) 2) Master (e.g., go run wc.go master localhost:7777 x1.txt
src/main/ii.go:26
Function
main
main
Lectures/LEC02/kv/kv.go:22
Function
main
main
Lectures/LEC02/crawler/crawler.go:143
Method
make_partition
Partition servers into 2 groups and put current leader in minority
src/shardmaster/config.go:313
Function
mapF
The mapping function is called once for each piece of the input. In this framework, the key is the name of the file that is being processed, and the v
src/main/ii.go:11
Function
nrand
()
src/shardmaster/client.go:17
Function
nrand
()
src/kvraft/client.go:13
Function
nrand
()
src/shardkv/client.go:31
Function
page_onload
()
Lectures/LEC16/6.824 Spring 2018 Paper Questions_files/common.js:88
Function
page_onload
()
Lectures/LEC15/6.824 Spring 2018 Paper Questions_files/common.js:88
Function
page_onload
()
Lectures/LEC14/6.824 Spring 2018 Paper Questions_files/common.js:88
Function
page_onload
()
Lectures/LEC21/6.824 Spring 2018 Paper Questions_files/common.js:88
Function
page_onload
()
Lectures/LEC02/6.824 Spring 2018 Paper Questions_files/common.js:88
Function
page_onload
()
Lectures/6.824 Schedule_ Spring 2018_files/common.js:88
Function
page_onload
()
Lectures/LEC13/6.824 Spring 2018 Paper Questions_files/common.js:88
Function
page_onload
()
Lectures/LEC20/6.824 Spring 2018 Paper Questions_files/common.js:88
Method
partition
Sets up 2 partitions with connectivity between servers in each partition.
src/shardmaster/config.go:147
Function
random_handles
Randomize server handles
src/shardkv/config.go:35
Method
readSnapshot
(data []byte)
src/raft/rpc_snapshot.go:67
Function
reduceF
The reduce function is called once for each key generated by Map, with a list of that key's string value (merged across all inputs). The return value
src/main/ii.go:18
Method
sendInstallSnapshot
(server int, args InstallSnapshotArgs, reply *InstallSnapshotReply)
src/raft/rpc_snapshot.go:51
Function
set
(v)
Lectures/LEC03/6.824 Lab 2: Raft_files/inject.js:28
Function
startNewElection
election time out 意味着, 进入新的 term 并开始新一轮的选举
src/raft/fsm_handlers.go:10
Function
toFollower
dicover leader or new term
src/raft/fsm_handlers.go:258
Function
value
()
Lectures/LEC03/6.824 Lab 2: Raft_files/inject.js:93
← previous
401–473 of 473, ranked by callers