-
Notifications
You must be signed in to change notification settings - Fork 0
Planning
Quinton Hoole edited this page Apr 19, 2019
·
1 revision
DCAP value proposition, objectives, deliverables, and success criteria can be found on DCAP wiki page.
We plan to announce open source DCAP in a key note speech at KubeCon 2018 in China. Our objective is to make sure DCAP is ready to open source by Nov. 15th 2018.
- User Experience Design
- Sapphire Core Enhancement
- Multi-Lang Design
- Multi-DM Design
- Code Offloading Design
- Diamond Tapir Integration
- Protobuf Specification
| Phase | Date | Objective | Tasks |
|---|---|---|---|
| Charter | 01/04/2018 |
|
Prepare charter PPTs |
| PDCP | 03/30/2018 |
|
|
| TDCP | 08/30/2018 | Deliver DCAP |
|
| Future | TBD (not in the scope of this project) | Enhance DCAP |
|
Priorities are rated from 1 to 10 where 1 is the top priority.
| Item | Priority (1-10) |
|---|---|
Good developer getting started experience
|
[2] |
Develop 3+ highly compelling DM
|
[3] |
Support multiple languages
|
[3] |
Modernize DCAP structure
|
[4] |
| Chose a good solution for durability in DCAP | [4] |
| Phase | Date | Objective | Tasks |
|---|---|---|---|
| Charter | 01/04/2018 |
|
Prepare charter PPTs |
| PDCP | 03/30/2018 | Define DCAP |
|
| TDCP | 08/30/2018 | Deliver DCAP |
|
| Future | TBD | Enhance DCAP |
|
Finished the following tasks in the last two weeks
- Finished Master/Slave Demo. Made a screen recording for the demo.
- Finished the development of Distributed Transaction DM. We are able to demo now. Will make a screen recording.
- Finished the development of Census DM. Working on Demo.
- Added simple integration with Kubernetes (Contributed by Vinay)
- Containerize Kernel Server and OMS
- Scripts to generate Kubernetes resources
- Worked out a design to support the chaining of multiple DMs
- Meet up with UW Sapphire team
- 演示应用开发:完成。开发了围棋、车牌识别、及人脸识别应用
- 解决由NAT引起的设备间通讯问题:完成。验证了利用openvpn解决设备间P2P通讯的可能性。
- 开发4个重量级DM:70%完成。
- Master/Slave DM完成。可以演示
- Consensus DM开发基本完成。正在调试
- Distributed TransactionDM开发基本完成。正在调试
- 智能Code OffloadingDM。还未启动
- DCAP-Sapphire内核改造: 初级阶段。正在收集需求。
- 提供对象生命周期管理、资源管理能力
- 提供对象位置跟踪及查询能力
- 支持DM组合。通过组合DM提供新能力
- Others
- 开发编译、打包工具、书写文档,提升开发者体验:初级阶段
- 多语言支持:设计阶段
(01/08 - 01/26)
- Clarify DCAP position, value, project deliverables, and success criteria
- Documented on DCAP's landing page
- Identify three mobile apps
- Details can be found at here
- Port three mobile apps to DCAP
- OmniNotes
- Movie Guide - in progress
- Sound Recorder
- Develop more DMs
-
ExplicitCaching -
LeaseCaching -
WriteThroughCaching -
SerializableRPC -
ExplicitCheckpoint -
PeriodicalCheckpoint -
LockingTransactions -
DurableSerializableRPC -
DurableTransactions -
OptimisticTransactions
-
- Set up an environment to test NAT issue - Needs a Doc
- Write up a design to solve NAT issue - Design Doc
- Investigate DCAP multi-language support - Needs a link to the Doc
- Finish code offload DM POC
** The team decided to work on mobile app porting first. This task is suspended. **
Finish the overall design. Define modules and interaction between modules.Finalize cost model. Be clear on objective function and constraints. Be care on where and how to get the inputs for objective function and constraints.Develop a mechanism to collect inputs that will be fed into cost model, e.g. method call graph, latency data, energy consumption data, etc.Be able to execute the linear cost model
(01/29 - 02/16)
- Goal:
- Finish License Plate App (90% done)
- Finish Go Board Game App (In progress)
- Status Update on 02/16
- License Plate App Almost Done
- Go Board Game App in Progress. Go engine with neural network support crashes on Android phone. Still in the process of troubleshooting. Promising.
- Devs: Sungwook, Hong
- Goal:
- Finish the Consensus DM
- Finish the MasterSlave DM
- Status Update on 02/16
- Consensus DM almost done
- MasterSlave DM 50% done
- Devs: Quinton, Terry, Indian Team
- Goal:
- Output a problem statement to describe the challenges
- Make gRPC works from end to end with Java serializer
- Status Update on 02/16
- Kaveh had a POC implementation for gRPC with Java serializer. Kaveh will do a performance comparison against RMI and think about how to support multiple languages.
- Quinton had a POC implementation for pure gRPC and protobuf. Needs to figure out how to generate protobuf messages automatically.
- Devs: Kaveh
- Goal: LLVM investigation
- Status Update on 02/16
- Did initial investigation on LLVM.
- Engaged compiler team
- Devs: Michael, Indian team
- Goal:
- Read Tapir and TLA+ thoroughly. List all pending questions on wiki.
- Talk to Irene to have all questions answered
- Status Update on 02/16
- Finished paper reading and TLA reading. Prepared a list of questions.
- Devs: Quinton, Terry, Michael, Olesya
(02/19 - 03/09)
- Sungwook will be out from 02/19 to 02/23
- Terry will be out from 02/20 to 02/28. Terry will be on business trip in China from 03/01 to 03/09.
- Goal:
- Demo License Plate App on 03/02
- Demo Go Board Game App on 03/02
- Devs: Sungwook, Hong
- Goal:
- Finish the Consensus DM
- Finish the MasterSlave DM
- Devs: Quinton, Terry
- Goal:
- Finish performance evaluation
- Investigate how to generate protobuf messages automatically
- Devs: Kaveh
- Goal: Demo LLVM on 03/09
- Devs: Michael, Indian team
- Goal:
- Generate Tapir benchmarks
- Address pending Tapir questions
- Devs: Quinton, Terry, Michael, Olesya
(04/02 - 04/30)
- Goal:
- Demo Consensus DM (60% done on 04/16) RISK
- Demo Master/Slave DM (80% done on 04/16)
- Verified the basic fail-over functionality on Hanks TODO
- Failure recovery cannot be demoed because we are missing Object instance management feature.
- Finish Tapir investigation. (90% done on 04/16)
- Making progress on Distributed Transaction DM (40% done)
- Complete Multi-Langauage Design (In Progress)
- Making progress on User Experience Improvement (In Progress)