mesos-log/sprints/2017-06-08.md

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

  1. Submit long path support patches.
    1. Windows 10 Creators Update broke opt-in NTFS long path support. MESOS-7407
    2. Enable NTFS long path support automatically. MESOS-7371
    3. Fix "Agent sandboxes on Windows surpass the 260 character path length limit". MESOS-5849
    4. Port files_tests.cpp MESOS-6706
  2. Update Glog PR per reviews.
  3. Switch from cmd.exe to powershell.exe as default shell.

Jeff

  1. Port the file fetcher. MESOS-6705
  2. Submit an abstract for MesosCon talk.

John

  1. Working on other projects.

Li

  1. Create an Azure ARM template to deploy DC/OS.

External

  1. Add and vet an install target to CMake. MESOS-6771
  2. Port the Mesos CLI scheduler src/cli/execute.cpp for easier end-to-end testing on Windows.

Extra

  1. Add a Windows segfault handler for Glog. MESOS-7245

Future

  1. Wire up resource limit APIs to the Mesos Containers using job objects. MESOS-6807 and MESOS-6690
  2. Enable _UNICODE definition. MESOS-6817

Previous Goals Accomplished

  1. Fix Docker version parsing regression. MESOS-7464
  2. Enable arbitrary configurations, e.g. Release MESOS-7157
  3. Fix net::hostname slowness MESOS-7548
  4. Fix the duration.hpp warning. MESOS-7459
  5. Fix errant false command warning. MESOS-7638
  6. Fix errant future discarded error message. #59817