-
Notifications
You must be signed in to change notification settings - Fork 0
/
.todo
30 lines (21 loc) · 812 Bytes
/
.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Major:
Client Interface:
implement client interface - done
Chunk Node Interface:
implement chunk node interface - done
MetaData Server:
handle command requests(ie filestat, getdiskcap etc.) from client to metadata server - done
Chunk Server:
handle command requests(ie read, write.) from client to chunk server - done
Data Replication:
implement algorithm for creating copies of file chunk entries recorded in master server - done
Node Allocation:
implement node selection algorithm for replication file chunks - done
Testing:
unit tests:
metadata server interface
chunk server interface
client Interface
Minor:
Bug Fixes:
our dear sweeties :)