-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled multiprocessing in Cerberus monitoring #60
Merged
chaitanyaenr
merged 1 commit into
krkn-chaos:master
from
yashashreesuresh:complete_multiprocessing
Jul 21, 2020
Merged
Enabled multiprocessing in Cerberus monitoring #60
chaitanyaenr
merged 1 commit into
krkn-chaos:master
from
yashashreesuresh:complete_multiprocessing
Jul 21, 2020
Conversation
This file contains 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
Please have a look @chaitanyaenr @jtaleric @mffiedler |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @yashashreesuresh.
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
2 times, most recently
from
May 27, 2020 11:49
b27ece9
to
17153b1
Compare
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
2 times, most recently
from
June 1, 2020 08:32
0d152f5
to
98d4c08
Compare
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
from
June 15, 2020 07:03
98d4c08
to
e588f9e
Compare
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
2 times, most recently
from
June 16, 2020 04:45
e6c8d40
to
d9e7d6c
Compare
chaitanyaenr
approved these changes
Jun 22, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
from
June 22, 2020 14:03
d9e7d6c
to
9abd26c
Compare
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
from
July 7, 2020 18:26
9abd26c
to
fa467bd
Compare
This commit: - Enables Cerberus to perform all checks provided in the config parallely using multiprocessing. - Uses multiprocessing to monitor namespaces in watch_namespaces to check for failed components. - Uses multiprocessing to collect detailed logs of failed namespaces. - Uses multiprocessing to check for pod crash/restart in each namespaces during the sleep interval.
yashashreesuresh
force-pushed
the
complete_multiprocessing
branch
from
July 20, 2020 07:26
fa467bd
to
6aaff1c
Compare
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.
This commit:
parallelly using multiprocessing.
to check for failed components.
namespaces during the sleep interval.
The detailed description of how multiprocessing helps in speeding the Cerberus monitoring and the results for the same can be found in this doc.
Fixes #23 as well