This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c98c8f9
commit 7ca11be
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Work log 2017-07-13 | ||
|
||
As always, the current-work dashboard is [here](https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12327654#), | ||
but I encourage you to make your own. | ||
|
||
# July 27 Goals | ||
|
||
This sprint focuses on fixing the CMake build system. | ||
|
||
## Andy | ||
1. Fix CMake build system. | ||
1. [MESOS-5656](https://issues.apache.org/jira/browse/MESOS-5656) | ||
1. [MESOS-3576](https://issues.apache.org/jira/browse/MESOS-3576) | ||
1. [MESOS-3396](https://issues.apache.org/jira/browse/MESOS-3396) | ||
1. [MESOS-3107](https://issues.apache.org/jira/browse/MESOS-3107) | ||
1. Fix [MESOS-7541](https://issues.apache.org/jira/browse/MESOS-7541), cannot compile without pre-compiled headers. | ||
1. Port ZooKeeper unit tests. | ||
|
||
## Jeff | ||
On vacation for a few weeks. | ||
|
||
## John | ||
1. Working on other projects. | ||
|
||
## Li | ||
1. Test end-to-end customer scenario. | ||
|
||
## External | ||
1. Add and vet an `install` target to CMake. [MESOS-6771](https://issues.apache.org/jira/browse/MESOS-6771) | ||
1. Port the Mesos CLI scheduler `src/cli/execute.cpp` for easier end-to-end testing on Windows. | ||
|
||
## Extra | ||
1. Port `files_tests.cpp`. [MESOS-6706](https://issues.apache.org/jira/browse/MESOS-6706) | ||
1. Switch from `cmd.exe` to `powershell.exe` as default shell. | ||
|
||
## Future | ||
1. Wire up resource limit APIs to the Mesos Containers using job objects. [MESOS-6807](https://issues.apache.org/jira/browse/MESOS-6807) and [MESOS-6690](https://issues.apache.org/jira/browse/MESOS-6690) | ||
|
||
# Previous Goals Accomplished | ||
|
||
1. NTFS long path support is committed to master. | ||
1. Unicode compilation is committed to master. |