We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c51acb commit 01f119bCopy full SHA for 01f119b
CHANGELOG
@@ -49,6 +49,11 @@ This release contains the following new features:
49
TASK_GONE, TASK_GONE_BY_OPERATOR, and TASK_UNKNOWN. These new states are
50
intended to eventually replace the TASK_LOST state.
51
52
+ * [MESOS-5788] - **Experimental** support for Java scheduler adapter. This
53
+ adapter allows framework developers to toggle between the old/new API
54
+ (driver/scheduler library) implementations, thereby allowing them to easily
55
+ transition their frameworks to the new v1 Scheduler API.
56
+
57
* [MESOS-6077] - **Experimental** A new default executor is introduced which
58
frameworks can use to launch task groups as nested containers. All the
59
nested containers share resources likes cpu, memory, network and volumes.
0 commit comments