Add Hootsuite as a user of Mesos#64
Closed
markeijsermans wants to merge 1 commit into
Closed
Conversation
Member
|
@markeijsermans awesome, this has now been committed. Can you close this PR? |
andreaspeters
pushed a commit
to m3scluster/clusterd
that referenced
this pull request
Mar 26, 2024
Verbose Maven logging creates massive log outputs. They were useful
for debugging, but given the size of the logs, it's not prudent to
have them enabled by default.
[cgroups2][ebpf] Addresses formatting inconsistences.
- Two free lines between functions.
- One free line between ending namespaces.
- One free line between methods.
- Ending namespace having format `} // namespace <name> {`.
This closes apache#514
[cgroups2] FIX: Updated `subsystems` namespace to, new, `controllers` namespace, in tests.
The commit 35ecb9a, which renamed `subsystems` to `controllers` missed this
one instance, inside of the tests.
[cgroups2] Adds cgroups2::controllers::enabled().
This provides access to cgroup.subtree_control which indicates
which controllers are enabled on the cgroup.
This closes apache#510
[mesos-tidy] Fix broken Dockerfile due to llvm repo move.
This appears to fix the mesos-tidy docker image build, which now works
per the readme instructions:
```
$ docker build -t mesos-tidy .
```
Running the image was hitting gcc internal errors due to OOMs, which I
fixed via the updates shown in the readme.
Address clang-tidy errors.
Fixes clang-tidy errors in ebpf and cgroups2.
[cgroups2] Introduces cgroups2::create() to create new cgroups.
Adds `cgroups2::create` to the cgroups2 API, allowing new cgroups to be created.
This closes apache#520
[cgroups2] Introduced cgroups2::destroy() to remove a cgroup.
Adds `cgroups2::destroy()` to destroy cgroups.
Returns an error if the provided cgroup:
- Does not exist.
- Has child processes, or otherwise can't be destroyed.
This closes apache#521
[cgroups2] Use rmdir instead of rm -rf to delete a cgroup.
Co-authored-by: Devin Leamy <dleamy@twitter.com>
Reviewed-on: https://gitea.aventer.local:3000/AVENTER/clusterd/pulls/64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We're using Mesos 0.22.0, Marathon, Chronos, jenkins-mesos plugin