Apache Mesos 0.23.0 發布,集群管理器

jopen 9年前發布 | 7K 次閱讀 Apache Mesos

Apache Mesos 是一個集群管理器,提供了有效的、跨分布式應用或框架的資源隔離和共享,可以運行Hadoop、MPI、Hypertable、Spark。

特性:

  • Fault-tolerant replicated master using ZooKeeper

    </li>

  • Scalability to 10,000s of nodes

    </li>

  • Isolation between tasks with Linux Containers

    </li>

  • Multi-resource scheduling (memory and CPU aware)

    </li>

  • Java, Python and C++ APIs for developing new parallel applications

    </li>

  • Web UI for viewing cluster state

    </li> </ul> Apache Mesos 0.23.0 發布,此版本主要改進:

    • [MESOS-692] - Reservations are not reported in master's state.json

      </li>

    • [MESOS-994] - Add an Option<string> os::getenv() to stout

      </li>

    • [MESOS-1733] - Change the stout path utility to declare a single, variadic 'join' function instead of several separate declarations of various discrete arities

      </li>

    • [MESOS-1991] - Remove dynamic allocation from Option

      </li>

    • [MESOS-2023] - mesos-execute should allow setting environment variables

      </li>

    • [MESOS-2050] - Revise Authenticator interface

      </li>

    • [MESOS-2057] - Concurrency control for fetcher cache

      </li>

    • [MESOS-2069] - Basic fetcher cache functionality

      </li>

    • [MESOS-2070] - Implement simple slave recovery behavior for fetcher cache

      </li>

    • [MESOS-2072] - Fetcher cache eviction

      </li>

    • [MESOS-2074] - Fetcher cache test fixture

      </li>

    • [MESOS-2103] - Expose number of processes and threads in a container

      </li>

    • [MESOS-2104] - Correct naming of cgroup memory statistics

      </li>

    • [MESOS-2110] - Configurable Ping Timeouts

      </li>

    • [MESOS-2111] - Add build instructions for OSX in getting started

      </li>

    • [MESOS-2136] - Expose per-cgroup memory pressure

      </li>

    • [MESOS-2155] - Make docker containerizer killing orphan containers optional

      </li>

    • [MESOS-2277] - Document undocumented HTTP endpoints

      </li>

    • [MESOS-2323] - write flags to log at startup

      </li>

    • [MESOS-2332] - Report per-container metrics for network bandwidth throttling

      </li>

    • [MESOS-2333] - Securing Sandboxes via Filebrowser Access Control

      </li>

    • [MESOS-2340] - Add ability to decode JSON serialized MasterInfo from ZK

      </li>

    • [MESOS-2374] - Support relative host paths for container volumes

      </li>

    • [MESOS-2392] - Rate limit slaves removals during master recovery.

      </li>

    • [MESOS-2400] - Improve NsTest.ROOT_setns

      </li>

    • [MESOS-2438] - Improve support for streaming HTTP Responses in libprocess.

      </li>

    • [MESOS-2454] - Add support for /proc/self/mountinfo on Linux

      </li>

    • [MESOS-2461] - Slave should provide details on processes running in its cgroups

      </li>

    • [MESOS-2462] - Add option for Subprocess to set a death signal for the forked child

      </li>

    • [MESOS-2485] - Add ability to distinguish slave removals metrics by reason.

      </li>

    • [MESOS-2507] - Performance issue in the master when a large number of slaves are registering.

      </li>

    • [MESOS-2519] - Log IP addresses from HTTP requests

      </li>

    • [MESOS-2527] - Add default bind to socket

      </li>

    • [MESOS-2528] - Symlink the namespace handle with ContainerID for the port mapping isolator.

      </li>

    • [MESOS-2547] - Cleanup stale bind mounts for port mapping isolator during slave recovery.

      </li>

    • [MESOS-2549] - Remove non-variadic strings::format

      </li>

    • [MESOS-2550] - Mesos doesn't compile with clang 3.6

      </li>

    • [MESOS-2565] - Clean up style and comments in modules.

      </li>

    • [MESOS-2571] - Expose Memory Pressure in MemIsolator

      </li>

    • [MESOS-2573] - Use Memory Test Helper to improve some test code.

      </li>

    • [MESOS-2595] - Create docker executor

      </li>

    • [MESOS-2604] - Upgrade minimum required compilers for MESOS

      </li>

    • [MESOS-2608] - test-framework should support principal only credential

      </li>

    • [MESOS-2609] - Move StatusUpdateStream implementation to a compilation unit

      </li>

    • [MESOS-2620] - Implement a mechanism which allows access control of endpoints

      </li>

    • [MESOS-2624] - "configure" should fail when "patch" is not available.

      </li>

    • [MESOS-2653] - Slave should act on correction events from QoS controller

      </li>

    • [MESOS-2654] - Update FrameworkInfo to opt in to revocable resources

      </li>

    • [MESOS-2666] - use standard compiler detection macros

      </li>

    • [MESOS-2680] - Update modules doc with hook usage example

      </li>

    • [MESOS-2693] - Printing a resource should show information about reservation, disk etc

      </li>

    • [MESOS-2709] - Design Master discovery functionality for HTTP-only clients

      </li>

    • [MESOS-2716] - Add non-const reference version of Option<T>::get.

      </li>

    • [MESOS-2729] - Update DRF sorter to update total resources

      </li>

    • [MESOS-2743] - Include ExecutorInfos for custom executors in master/state.json

      </li>

    • [MESOS-2745] - Add 'Path' to stout's user guide

      </li>

    • [MESOS-2752] - Add HTB queueing discipline wrapper class

      </li>

    • [MESOS-2784] - Added constexpr to C++11 whitelist.

      </li>

    • [MESOS-2793] - Add support for container rootfs to Mesos isolators

      </li>

    • [MESOS-2801] - Remove dynamic allocation from Future<T>

      </li>

    • [MESOS-2804] - Log framework capabilities in the master.

      </li>

    • [MESOS-2805] - Make synchronized as primary form of synchronization.

      </li>

    • [MESOS-2836] - Report per-container metrics for network bandwidth throttling to the slave

      </li>

    • [MESOS-2837] - Decode network statistics from mesos-network-helper

      </li>

    • [MESOS-2870] - Add validation capability to stout Flags

      </li>

    • [MESOS-2888] - Add SSL socket tests

      </li>

    • [MESOS-2928] - Update stout #include headers

      </li>

    • [MESOS-2940] - Reconciliation is expensive for large numbers of tasks.

      </li>

    • [MESOS-2955] - Introduce acceptOffers scheduler driver API for performing operations on Offers

      </li>

    • [MESOS-2957] - Add version to MasterInfo

      </li>

    • [MESOS-2958] - Update Call protobuf to move top level FrameworkInfo inside Subscribe

      </li>

    • [MESOS-2966] - socket::peer() and socket::address() might fail with SSL enabled

      </li> </ul>

      詳細更新內容請看發行說明,現已提供下載:http://archive.apache.org/dist/mesos/0.23.0/mesos-0.23.0.tar.gz

      來自:http://www.oschina.net/news/64789/apache-mesos-0-23-0

       本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
       轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
       本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!