зеркало из https://github.com/microsoft/mesos-log.git
2.3 KiB
2.3 KiB
Work log 2017-06-08
As always, the current-work dashboard is here.
June 22 Goals
This sprint focuses on introducing the file fetcher, and proper long path support.
Andy
- Submit long path support patches.
- Windows 10 Creators Update broke opt-in NTFS long path support. MESOS-7407
- Enable NTFS long path support automatically. MESOS-7371
- Fix "Agent sandboxes on Windows surpass the 260 character path length limit". MESOS-5849
- Port
files_tests.cpp
MESOS-6706
- Update Glog PR per reviews.
- Switch from
cmd.exe
topowershell.exe
as default shell.
Jeff
- Port the file fetcher. MESOS-6705
- Submit an abstract for MesosCon talk.
John
- Working on other projects.
Li
- Create an Azure ARM template to deploy DC/OS.
External
- Add and vet an
install
target to CMake. MESOS-6771 - Port the Mesos CLI scheduler
src/cli/execute.cpp
for easier end-to-end testing on Windows.
Extra
- Add a Windows segfault handler for Glog. MESOS-7245
Future
- Wire up resource limit APIs to the Mesos Containers using job objects. MESOS-6807 and MESOS-6690
- Enable
_UNICODE
definition. MESOS-6817
Previous Goals Accomplished
- Fix Docker version parsing regression. MESOS-7464
- Enable arbitrary configurations, e.g.
Release
MESOS-7157 - Fix
net::hostname
slowness MESOS-7548 - Fix the
duration.hpp
warning. MESOS-7459 - Fix errant
false
command warning. MESOS-7638 - Fix errant
future discarded
error message. #59817