commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/03/19
(mesos) branch master updated: [cgroups2] Convert cgroups2::read/write to template functions.
bmahler
2024/03/19
(mesos) branch master updated: [cgroups2] Introduces cgroups2::exists to check if a cgroup exists.
bmahler
2024/03/19
(mesos) branch master updated (a507a2dc9 -> 354bf4898)
bmahler
2024/03/19
(mesos) branch master updated: [cgroups2] Use rmdir instead of rm -rf to delete a cgroup.
bmahler
2024/03/19
(mesos) branch master updated (b4cbd9aa2 -> 895f05522)
bmahler
2024/03/18
(mesos) branch master updated (3f6c581d2 -> b4cbd9aa2)
bmahler
2024/03/15
(mesos) branch master updated: Address clang-tidy errors.
bmahler
2024/03/14
(mesos) branch master updated: [mesos-tidy] Fix broken Dockerfile due to llvm repo move.
bmahler
2024/03/13
(mesos) branch master updated: [cgroups2] Adds cgroups2::controllers::enabled().
bmahler
2024/03/12
(mesos) branch master updated: [cgroups2] FIX: Updated `subsystems` namespace to, new, `controllers` namespace, in tests.
bmahler
2024/03/12
(mesos) branch master updated: [cgroups2][ebpf] Addresses formatting inconsistences.
bmahler
2024/03/12
(mesos) branch master updated: Revert "Enable verbose logging for Maven."
bmahler
2024/03/11
(mesos) branch master updated: remove repetitive words
bmahler
2024/03/11
(mesos) branch master updated: [ebpf] Update ebpf::cgroups2::attach() to load and attach.
bmahler
2024/03/11
(mesos) branch master updated: [ebpf] Add support for detaching eBPF BPF_CGROUP_DEVICE programs by id.
bmahler
2024/03/11
(mesos) branch master updated: [ebpf] Add ability to retrieve attached BPF_CGROUP_DEVICE programs.
bmahler
2024/03/11
(mesos) branch master updated: [cgroups2] Moved subtree_control into the control namespace.
bmahler
2024/03/08
(mesos) branch master updated: [cgroups2] Rename all 'subsystems' to 'controllers'.
bmahler
2024/03/08
(mesos) branch master updated: [ebpf][cgroups2] Attaching a eBFP programs to a cgroups.
bmahler
2024/03/08
(mesos) branch master updated: [ebpf] Introduced API for loading eBPF programs into the kernel.
bmahler
2024/03/08
(mesos) branch master updated: [cgroups2] Add utility to list all the available subsystems in a cgroup.
bmahler
2024/03/08
(mesos) branch master updated: [cgroups2] Add missing imports
bmahler
2024/03/07
(mesos) branch master updated (cb1da562a -> fb98c7e7c)
bmahler
2024/03/07
(mesos) branch master updated: [cgroups2] Add forward declarations for cgroups2::read and cgroups2::write
bmahler
2024/03/07
(mesos) branch master updated: [ebpf] Introduces eBPF header and source.
bmahler
2024/03/06
(mesos) branch master updated: Avoid using MSVC-internal `_STRINGIZE`.
bmahler
2024/02/28
(mesos) branch master updated (bd23c513d -> 446921ae2)
bmahler
2024/02/28
(mesos) 02/02: [cgroups2] Fix compilation errors.
bmahler
2024/02/28
(mesos) 01/02: [cgroups2] List the available subsystems in a cgroup.
bmahler
2024/02/28
(mesos) branch master updated: [cgroups2] Introduce read() and write() utilities to read and write to cgroup controls.
bmahler
2024/02/27
(mesos) branch master updated: [cgroups2] Add constants for cgroup2 controls.
bmahler
2024/02/27
(mesos) branch master updated: [cgroups2] Add mounting and unmounting of cgroup2 filesystem.
bmahler
2024/02/27
(mesos) branch master updated: Fix brace style in cgroups2.cpp.
bmahler
2024/02/27
(mesos) branch master updated: [cgroups2] Adds cgroups2_tests.cpp.
bmahler
2024/02/26
(mesos) branch master updated: [cgroups2] Add enabled() to check if cgroups2 is available on the host.
bmahler
2024/02/23
(mesos) branch master updated: Python autoconf configuration and logging improvements
bmahler
2024/02/22
(mesos) branch master updated: Enable verbose logging for Maven.
bmahler
2024/02/19
(mesos) branch master updated: [cgroups2] Add cgroups2.hpp and cgroups2.cpp to Mesos build.
bmahler
2024/02/16
(mesos) branch master updated: Remove boost-<version>.patch requirement to fix autotools build
bmahler
2024/02/16
(mesos) branch master updated: Fix cmake build by updating boost version to 1.81.0.
bmahler
2024/02/15
(mesos) 01/02: Update boost version to 1.81.0 for CentOS 9 support.
bmahler
2024/02/15
(mesos) 02/02: Add missing std:: namespace qualification.
bmahler
2024/02/15
(mesos) branch master updated (06ac8127d -> ff522ceac)
bmahler
2024/01/26
(mesos) branch master updated: Added ENABLE_JEMALLOC_ALLOCATOR macro.
bmahler
2024/01/26
(mesos) 04/04: [LIB UPDATE] Add preprocessor check for libnl3 >= 3.5 in HTB.
bmahler
2024/01/26
(mesos) 02/04: Enforce libnl3 >= 3.5 to prevent overflow errors in the port mapping isolator.
bmahler
2024/01/26
(mesos) branch master updated (bc22f2ad8 -> f09d6aca4)
bmahler
2024/01/26
(mesos) 01/04: [FIX] Rate overflow in port_mapping isolator.
bmahler
2024/01/26
(mesos) 03/04: Added support for 64 bit rates in the port_mapping isolator.
bmahler
2024/01/25
(mesos) branch master updated: Improve flag descriptions for --ingress_rate_per_cpu and --egress_rate_per_cpu.
bmahler
2024/01/24
(mesos) branch master updated: [FIX] Add missing memory deallocation in port_mapping_tests.
bmahler
2024/01/24
(mesos) branch master updated: dded per-CPU rate limit metrics. The new metrics show the amount of egress and ingress bandwidth that a container gets per whole unit of its CPU reservation. The values are 0 when limit scaling is not enabled.
bmahler
2024/01/24
(mesos) branch master updated (f84bf555b -> 4a5dc0b3b)
bmahler
2024/01/24
(mesos) 02/02: Exposed HTB qdisc config in the API.
bmahler
2024/01/24
(mesos) 01/02: Introduce HTB class.
bmahler
2024/01/23
(mesos) branch master updated: Rename variable 'resources' to correct name 'resourceRequests'
bmahler
2024/01/23
(mesos) branch master updated: Added auto calculation of egress_rate_per_cpu.
bmahler
2024/01/23
(mesos) branch master updated: [FIX] Mesos-Tidy "mesos-redundant-get" errors.
bmahler
2024/01/23
(mesos) branch master updated: Added ingress rate limit enabling for existing containers.
bmahler
2024/01/23
(mesos) branch master updated: Exported container ephemeral ports range in ResourceStatistics.
bmahler
2024/01/22
(mesos) branch master updated: Added auto calculation of ingress_rate_per_cpu.
bmahler
2024/01/22
(mesos) branch master updated: Improved performance of RatesCollector in network/port_mapping isolator.
bmahler
2024/01/22
(mesos) branch master updated: Factor out getLinkSpeed() in network/port_mapping isolator.
bmahler
2024/01/22
(mesos) branch master updated: [FIX] Conflicting field ids in RateStatistics
bmahler
2024/01/22
(mesos) branch master updated: Added rates collector to network/port_mapping isolator.
bmahler
2024/01/19
(mesos) branch master updated: Introduces flag to configure XFS quota headroom.
bmahler
2024/01/19
(mesos) branch master updated: Auto-enable limit enforcement feature on the XFS file system, to enforce set quotas.
bmahler
2024/01/19
(mesos) branch master updated: Added ingress rate limiting to port_mapping isolator.
bmahler
2024/01/18
(mesos) branch master updated: Added old containers upgrade support in the XFS disk isolator.
bmahler
2024/01/18
(mesos) branch master updated: Added LevelDB compaction after replicated log truncation.
bmahler
2024/01/18
(mesos) branch master updated: Fixed sorting in MountInfoTable::read.
bmahler
2024/01/17
(mesos) branch master updated: Stopped checking if destroyed cgroup is empty.
bmahler
2024/01/17
(mesos) branch master updated: Renamed egress config related vars in port_mapping isolator.
bmahler
2024/01/17
(mesos) branch master updated: Fixed port_mapping isolator upgrade process.
bmahler
2024/01/17
(mesos) branch master updated: Fixed log message in network/port_mapping isolator.
bmahler
2024/01/16
(mesos) branch master updated: Fixed tests in PortMappingMesosTest suite.
bmahler
2024/01/16
(mesos) branch master updated: Expose new metrics for memory usage in cgroup.
bmahler
2024/01/16
(mesos) branch master updated: Added ECN configuration copying from the host to the container.
bmahler
2024/01/16
(mesos) branch master updated: Reduced the number of jemalloc arenas.
bmahler
2024/01/16
(mesos) branch master updated: Fixed inf scalar value parsing.
bmahler
2024/01/16
(mesos) branch master updated (23a919bbf -> 9141d2e83)
bmahler
2024/01/16
(mesos) branch master updated (acac318e9 -> 23a919bbf)
cfnatali
2024/01/16
(mesos) branch master updated (5109b9069 -> acac318e9)
cfnatali
2023/11/10
(mesos) branch master updated: Added libnvidia-gpucomp to the list of NVIDIA driver libraries (#456).
cfnatali
2023/04/11
[mesos] branch dependabot/bundler/site/nokogiri-1.14.3 created (now 7c1966bf0)
github-bot
2023/01/13
[mesos] branch master updated: Expose setmntent error reason in MountTable::read.
qianzhang
2022/12/22
[mesos] branch master updated (81d82bb28 -> d75ea34ac)
cfnatali
2022/12/21
[mesos] branch master updated: Updated some links to https (#452).
cfnatali
2022/11/27
[mesos] branch master updated: Fixed mesos-tidy build with new gRPC version. (#451)
cfnatali
2022/11/27
[mesos] branch master updated: Upgraded grpc to 1.11.1 (#450)/
cfnatali
2022/11/20
[mesos] branch master updated: Blkio isolator: handled missing CFQ statistics.
qianzhang
2022/10/20
[mesos] branch dependabot/bundler/site/nokogiri-1.13.9 created (now 06d3ecc92)
github-bot
2022/08/16
[mesos] branch master updated: ADD: New frameworks and executor to the community list.
qianzhang
2022/08/07
[mesos] branch master updated: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure. (#436)
cfnatali
2022/08/07
[mesos] branch master updated: Updated website's docker image Ruby version.
cfnatali
2022/07/27
[mesos] branch master updated: Bump tzinfo from 1.2.5 to 1.2.10 in /site
qianzhang
2022/07/21
[mesos] branch dependabot/bundler/site/tzinfo-1.2.10 created (now 7886e512c)
github-bot
2022/06/09
[mesos] branch master updated: ADD: matrix slack bridge.
qianzhang
2022/06/06
[mesos] branch master updated: Removes Twitter embeds from website community page and older blog posts.
qianzhang
2022/05/22
[mesos] branch master updated: Bump pyinstaller from 3.4 to 3.6 in /src/python/cli_new
qianzhang
2022/05/22
[mesos] branch master updated (ca26807ca -> 9019e3abb)
qianzhang
2022/05/22
[mesos] branch dependabot/pip/src/python/cli_new/pyinstaller-3.6 updated (0e01ce1d9 -> f257adb42)
github-bot
2022/05/22
[mesos] branch master updated: Bump pygments from 2.1.3 to 2.7.4 in /src/python/cli_new
qianzhang
2022/05/22
[mesos] branch dependabot/pip/src/python/cli_new/pygments-2.7.4 created (now 85e966fec)
github-bot
2022/05/22
[mesos] branch dependabot/pip/src/python/cli_new/pyinstaller-3.6 created (now 0e01ce1d9)
github-bot
2022/05/22
[mesos] branch dependabot/bundler/site/json-2.6.2 created (now e77e58b53)
github-bot
2022/05/22
[mesos] branch master updated: Bump nokogiri from 1.10.4 to 1.13.6 in /site
qianzhang
2022/05/18
[mesos] branch dependabot/bundler/site/nokogiri-1.13.6 created (now ccd1080e7)
github-bot
2022/05/04
[mesos] branch master updated: Fixed clang-tidy warnings due to capturing this in a deferred lambda.
qianzhang
2022/05/03
[mesos] branch master updated: Revert "Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure."
cfnatali
2022/05/03
[mesos] branch revert-433-fix-SlaveRecoveryTest.PingTimeoutDuringRecovery created (now 7d5928919)
cfnatali
2022/05/03
[mesos] 01/01: Revert "Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure."
cfnatali
2022/05/01
[mesos] branch master updated: Fixed OversubscriptionTest.FixedResourceEstimator. (#434)
cfnatali
2022/05/01
[mesos] branch master updated: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.
cfnatali
2022/04/30
[mesos] 04/04: Updates paths to images for 2016 dev community status.
cfnatali
2022/04/30
[mesos] 03/04: Removes dynamic chart embed from 2016 blog post and replaces with static images.
cfnatali
2022/04/30
[mesos] branch master updated (67771b890 -> f7933308d)
cfnatali
2022/04/30
[mesos] 01/04: Removes embeds from website: Google Analytics, social share buttons, and remote images.
cfnatali
2022/04/28
[mesos] 02/03: Fixed some clang-tidy warnings: disable lint for self-assignment test.
cfnatali
2022/04/28
[mesos] 03/03: Fixed some clang-tidy errors: build re2.
cfnatali
2022/04/28
[mesos] 01/03: Fixed some clang-tidy warnings: use override.
cfnatali
2022/04/28
[mesos] branch master updated (4ecb61059 -> 67771b890)
cfnatali
2022/04/26
[mesos] branch master updated: Fixed mesos-tidy to actually log clang-tidy errors on failure. (#429)
cfnatali
2022/04/25
[mesos] branch master updated: Added support for limiting mesos-tidy parallelism. (#428)
cfnatali
2022/04/25
[mesos] branch master updated: Fixed mesos-tidy build parallelism. (#427)
cfnatali
2022/04/21
[mesos] branch master updated: Copy .gitignore instead of creating a symlink in setup-dev.
cfnatali
2022/04/19
[mesos] branch master updated: Fixed a crash in Storage Local Resource ProviderProcess.
qianzhang
2022/04/11
[mesos] branch dependabot/bundler/site/nokogiri-1.13.4 created (now 7723eaf52)
github-bot
2022/04/07
[mesos] branch master updated: Enabled squash option for github PR.
cfnatali
2022/04/07
[mesos-site] branch asf-site updated: Enable squash for https://github.com/apache/mesos
cfnatali
2022/04/07
[mesos-site] branch charles-enable-squash updated (aedac7000 -> 9bce9a426)
cfnatali
2022/04/07
[mesos-site] branch charles-enable-squash created (now aedac7000)
cfnatali
2022/04/07
[mesos-site] 01/01: Enable squash for https://github.com/apache/mesos
cfnatali
2022/03/29
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 99ff1ae3b.
git-site-role
2022/03/29
[mesos] branch master updated: CHANGE: remove bintray from docs.
qianzhang
2022/03/27
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 995c274bf.
git-site-role
2022/03/27
[mesos] branch master updated: ADD: unofficial repository.
qianzhang
2022/02/16
[mesos] branch master updated: Added Capability.Type.QUOTA_V2 to v1 operator API.
qianzhang
2022/02/12
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 22182a75c.
git-site-role
2022/02/12
[mesos] branch master updated: ADD: missing release notes, REMOVE: not working links.
cfnatali
2022/02/12
[mesos] branch master updated: fix: Add missing comma
cfnatali
2022/01/13
[mesos] branch master updated: ADD: task inspect function.
cfnatali
2021/11/26
[mesos] branch master updated: Fix fetcher cache reduction
cfnatali
2021/11/26
[mesos] branch master updated: ADD: framework plugin for the mesos-cli.
cfnatali
2021/10/16
[mesos] branch master updated: Add a gc test case with negative duration scheduled
cfnatali
2021/10/16
[mesos] branch master updated: Fix Timeout overflow issue caused by negative duration
cfnatali
2021/10/15
[mesos] branch master updated: Fixed an agent crash in case of duplicate task ID.
cfnatali
2021/10/05
[mesos] branch master updated: MESOS-10230: update jquery to version 3.6.0.
cfnatali
2021/10/03
[mesos] branch master updated: remove tasks limit and condition. add global functions.
cfnatali
2021/09/02
[mesos] 01/02: Cherry picked grpc patches fixing glibc 2.30 symbol conflict.
cfnatali
2021/09/02
[mesos] branch 1.11.x updated (b01e71d -> 7017e79)
cfnatali
2021/09/02
[mesos] 02/02: Backported a boost-mpl commit to ignore GCC's -Wparentheses.
cfnatali
2021/08/30
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: af6922288.
git-site-role
2021/08/30
[mesos] branch master updated: Add links to the CI jobs
cfnatali
2021/08/30
[mesos] branch master updated: Fixed cpplint errors.
cfnatali
2021/08/10
[mesos] branch master updated: Fixed stout cpplint errors.
cfnatali
2021/08/09
[mesos] branch master updated: Fixed NestedMesosContainerizerTest hangs on errors.
qianzhang
2021/07/27
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: f34381173.
git-site-role
2021/07/27
[mesos] branch master updated: LinkedHashMap: fixed handling of self-assignment.
qianzhang
2021/07/26
[mesos] branch master updated: Use override on overriding methods - found with clang-tidy.
asekretenko
2021/07/21
[mesos] branch master updated: Fixed a bug where the cgroup task killer leaves the cgroup frozen.
qianzhang
2021/07/21
[mesos] branch master updated: Added Mesos authentication to the Mesos cli
qianzhang
2021/07/14
[mesos] branch master updated: Updated documentation for Systemd's parameter `delegate`
qianzhang
2021/07/05
[mesos] branch master updated: Added asf.yaml configuration for the new website handling.
qianzhang
2021/06/29
[mesos] branch master updated: Fixed a bug where timers wouldn't expire after `process:reinitialize`.
bmahler
2021/06/29
[mesos-site] branch asf-site updated: rename asf file
vinodkone
2021/06/28
[mesos-site] branch asf-site updated: add asf file to enable the website also after the 1.7.2021
vinodkone
2021/06/25
[mesos] branch master updated: Added Saad Ur Rahman to contributors list.
qianzhang
2021/06/25
[mesos] branch master updated: Fixed crashes on ARM64 due to bad interaction of libunwind with libgcc.
qianzhang
2021/06/24
[mesos] branch master updated: Fixed `ldcache.parse` to handle excess tail data in Ubuntu <ld.so.cache>
qianzhang
2021/06/13
[mesos] branch master updated: Backported fix for picojson -Wparentheses warning with recent GCC.
qianzhang
2021/06/08
[mesos] branch master updated: Backported a boost-mpl commit to ignore GCC's -Wparentheses.
qianzhang
2021/06/04
[mesos] branch master updated: Fixed parsing of `perf` output on some locales.
qianzhang
2021/06/02
[mesos] branch master updated: Fixed a LevelDBStorage bug where positions would overflow.
asekretenko
2021/05/31
[mesos] branch master updated: Fixed parsing of ld.so.cache on new glibc.
qianzhang
2021/05/26
[mesos] branch master updated: Fixed compilation against Linux 5.9+ capability.h.
asekretenko
2021/05/18
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 42411b7c3.
git-site-role
2021/05/18
[mesos] branch master updated: add Andreas Peters/AVENTER as contributer
bmahler
2021/05/16
[mesos] branch master updated: Revert "Fixed read of uninitialized variables detected with UBSAN."
asekretenko
2021/05/15
[mesos] branch master updated: Fixed read of uninitialized variables detected with UBSAN.
asekretenko
2021/04/26
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: b8bfef6db.
git-site-role
2021/04/26
[mesos] branch master updated: fix(docs): corrects common typos in project documentation
bmahler
2021/04/10
[mesos] branch master updated: Fixed a bug preventing agent recovery when executor GC is interrupted.
asekretenko
2021/03/01
[mesos] branch master updated: Fixed NNP isolator test on systems with POSIX-compliant /bin/sh.
asekretenko
2021/01/28
[mesos] branch master updated: Fix flaky MasterTest.NonCheckpointingFrameworkAgentDisconnectionExecutorOnly.
bmahler
2021/01/24
[mesos] 01/02: Fixed agent crash when kernel supports unknown capabilities.
bbannier
2021/01/24
[mesos] branch master updated (4ce33ca -> 900d233)
bbannier
2021/01/24
[mesos] 02/02: Added CAP_PERFMON, CAP_BPF and CAP_CHECKPOINT_RESTORE support.
bbannier
2021/01/22
[mesos] branch master updated: Cherry picked grpc patches fixing glibc 2.30 symbol conflict.
bmahler
2021/01/22
[mesos] 03/03: Added support for multiple event loop / IO threads for libev.
bmahler
2021/01/22
[mesos] 02/03: Avoid using the libev default loop.
bmahler
2021/01/22
[mesos] 01/03: Removed unused io watcher queue from libev.cpp.
bmahler
2021/01/22
[mesos] branch master updated (288b6a3 -> 446280e)
bmahler
2021/01/12
[mesos] branch master updated: Fixed agent reregistration and marking as unreachable race.
bmahler
2020/12/14
[mesos] 01/02: Add recipient address in Host header field
vinodkone
2020/12/14
[mesos] 02/02: Update ProcessTest.Remote
vinodkone
2020/12/14
[mesos] branch master updated (206da61 -> 0a6cf76)
vinodkone
2020/12/01
Inbox (2) | New Cloud Notification
Cloud-mesos . apache . org
2020/11/25
Inbox (4) | New Cloud Notification
CLOUD-MESOS . APACHE . ORG
2020/11/24
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 206da612c.
git-site-role
Earlier messages
Later messages