@@ -13,8 +13,7 @@ This release contains:
13
13
* [MESOS-3037] - Add a SUPPRESS call to the scheduler.
14
14
15
15
** Bug
16
- * [MESOS-2635] - Web UI Display Bug when starting lots of tasks with small cpu
17
- value.
16
+ * [MESOS-2635] - Web UI Display Bug when starting lots of tasks with small cpu value.
18
17
* [MESOS-2986] - Docker version output is not compatible with Mesos.
19
18
* [MESOS-3046] - Stout's UUID re-seeds a new random generator during each call to UUID::random.
20
19
* [MESOS-3051] - performance issues with port ranges comparison.
@@ -24,48 +23,85 @@ This release contains:
24
23
* [MESOS-3185] - Refactor Subprocess logic in linux/perf.cpp to use common subroutine.
25
24
* [MESOS-3239] - Refactor master HTTP endpoints help messages such that they cannot be out of sync.
26
25
* [MESOS-3245] - The comments of DRFSorter::dirty is not correct.
27
- * [MESOS-3253] - Add pid to network helper error messages.
28
26
* [MESOS-3254] - Cgroup CHECK fails test harness.
29
27
* [MESOS-3258] - Remove Frameworkinfo capabilities on re-registration.
28
+ * [MESOS-3261] - Move QoS plug-ins to a specified folder like resource_estimator.
30
29
* [MESOS-3269] - The comments of Master::updateSlave() is not correct.
31
- * [MESOS-3336 ] - Remove TEARDOWN endpoint .
30
+ * [MESOS-3282 ] - Web UI no longer shows Tasks information .
32
31
* [MESOS-3344] - Add more comments for strings::internal::fmt.
33
32
* [MESOS-3351] - duplicated slave id in master after master failover.
34
- * [MESOS-3376 ] - mess-slave is not respecting --docker_socket .
33
+ * [MESOS-3387 ] - Refactor MesosContainerizer to accept namespace dynamically .
35
34
* [MESOS-3408] - Labels field of FrameworkInfo should be added into v1 mesos.proto.
36
35
* [MESOS-3411] - ReservationEndpointsTest.AvailableResources appears to be faulty.
37
36
* [MESOS-3423] - Perf event isolator stops performing sampling if a single timeout occurs.
38
37
* [MESOS-3426] - process::collect and process::await do not perform discard propagation.
38
+ * [MESOS-3430] - LinuxFilesystemIsolatorTest.ROOT_PersistentVolumeWithoutRootFilesystem fails on CentOS 7.1.
39
+ * [MESOS-3450] - Update Mesos C++ Style Guide for namespace usage.
39
40
* [MESOS-3451] - Failing tests after changes to Isolator/MesosContainerizer API.
41
+ * [MESOS-3458] - Segfault when accepting or declining inverse offers.
42
+ * [MESOS-3474] - ExamplesTest.{TestFramework, JavaFramework, PythonFramework} failed on CentOS 6.
43
+ * [MESOS-3489] - Add support for exposing Accept/Decline responses for inverse offers.
44
+ * [MESOS-3490] - Mesos UI fails to represent JSON entities.
40
45
* [MESOS-3512] - Don't retry close() on EINTR.
41
46
* [MESOS-3513] - Cgroups Test Filters aborts tests on Centos 6.6.
47
+ * [MESOS-3519] - Fix file descriptor leakage / double close in the code base.
48
+ * [MESOS-3538] - CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_MountUnmountHierarchy test is flaky.
49
+ * [MESOS-3575] - V1 API java/python protos are not generated.
42
50
43
51
** Documentation
52
+ * [MESOS-2083] - Add documentation for maintenance primitives.
44
53
* [MESOS-2466] - Write documentation for all the LIBPROCESS_* environment variables.
54
+ * [MESOS-3230] - Create a HTTP based Authentication design doc.
55
+ * [MESOS-3492] - Expose maintenance user doc via the documentation home page.
56
+ * [MESOS-3508] - Update docs for Agent's --launcher flag.
57
+ * [MESOS-3516] - Add user doc for networking support in Mesos 0.25.0.
45
58
46
59
** Improvement
47
60
* [MESOS-2719] - Deprecating '.json' extension in master endpoints urls.
61
+ * [MESOS-2757] - Add -> operator for Option<T>, Try<T>, Result<T>, Future<T>.
48
62
* [MESOS-2875] - Add containerId to ResourceUsage to enable QoS controller to target a container.
49
63
* [MESOS-2964] - libprocess io does not support peek().
50
64
* [MESOS-2983] - Deprecating '.json' extension in slave endpoints url.
51
65
* [MESOS-2984] - Deprecating '.json' extension in files endpoints url.
66
+ * [MESOS-3037] - Add a SUPPRESS call to the scheduler.
52
67
* [MESOS-3187] - Docker cli option support.
53
68
* [MESOS-3304] - Remove remnants of LIBPROCESS_STATISTICS_WINDOW.
54
69
* [MESOS-3312] - Factor out JSON to repeated protobuf conversion.
55
70
* [MESOS-3340] - Command-line flags should take precedence over OS Env variables.
56
71
* [MESOS-3347] - Remove dead code in src/linux/perf.cpp.
57
72
* [MESOS-3377] - mesos docker container with container_name as ENV variable.
73
+ * [MESOS-3457] - Add flag to disable hostname lookup.
58
74
59
75
** Task
60
76
* [MESOS-1831] - Master should send PingSlaveMessage instead of "PING".
61
77
* [MESOS-1935] - Replace hard-coded reap interval with a constant.
78
+ * [MESOS-2061] - Add InverseOffer protobuf message.
79
+ * [MESOS-2062] - Add InverseOffer to Event/Call API.
80
+ * [MESOS-2066] - Add optional 'Unavailability' to resource offers to provide maintenance awareness.
81
+ * [MESOS-2067] - Add HTTP API to the master for maintenance operations.
62
82
* [MESOS-2600] - Add /reserve and /unreserve endpoints on the master for dynamic reservation.
63
83
* [MESOS-2907] - Agent : Create Basic Functionality to handle /call endpoint.
84
+ * [MESOS-3015] - Add hooks for Slave exits.
85
+ * [MESOS-3038] - Resource offers do not contain Unavailability, given a maintenance schedule.
86
+ * [MESOS-3042] - Master/Allocator does not send InverseOffers to resources to be maintained.
87
+ * [MESOS-3043] - Master does not handle InverseOffers in the Accept call (Event/Call API).
88
+ * [MESOS-3045] - Maintenance information is not populated in case of failover.
89
+ * [MESOS-3066] - Replicated registry needs a representation of maintenance schedules.
90
+ * [MESOS-3069] - Registry operations do not exist for manipulating maintanence schedules.
64
91
* [MESOS-3217] - Replace boost unordered_{set,map} and hash with std versions.
65
92
* [MESOS-3223] - Implement token manager for docker registry.
93
+ * [MESOS-3265] - Starting maintenance needs to deactivate agents and kill tasks.
94
+ * [MESOS-3266] - Stopping/Completing maintenance needs to reactivate agents.
95
+ * [MESOS-3299] - Add a protobuf to represent time with integer precision.
66
96
* [MESOS-3310] - Support provisioning images specified in volumes.
97
+ * [MESOS-3345] - Expand the range of integer precision when converting into/out of json.
98
+ * [MESOS-3346] - Add filter support for inverse offers.
67
99
* [MESOS-3375] - Add executor protobuf to v1.
100
+ * [MESOS-3395] - In CMake build system, download third party dependencies from a "trusted channel" instead of from Mesos GitHub mirror.
68
101
* [MESOS-3419] - Add HELP message for reserve/unreserve endpoint.
102
+ * [MESOS-3425] - Modify LinuxLauncher to support Systemd.
103
+ * [MESOS-3459] - Change /machine/up and /machine/down endpoints to take an array.
104
+ * [MESOS-3510] - Synchronize V1 helper functions with pre-v1.
69
105
70
106
* Work In Progress:
71
107
* Functionality for endpoint 'api/v1/executor' introduced on 'Agent' is incomplete.
0 commit comments