STORM-1679 (1.x): add storm Scheduler documents#1306
Merged
asfgit merged 1 commit intoapache:1.x-branchfrom Apr 21, 2016
Merged
STORM-1679 (1.x): add storm Scheduler documents#1306asfgit merged 1 commit intoapache:1.x-branchfrom
asfgit merged 1 commit intoapache:1.x-branchfrom
Conversation
docs/Storm-Scheduler.md
Outdated
| documentation: true | ||
| --- | ||
|
|
||
| Storm now has 4 kinds of build-in schedulers: [DefaultScheduler](https://github.com/apache/storm/blob/1.x-branch/storm-core/src/clj/org/apache/storm/scheduler/DefaultScheduler.clj), [IsolationScheduler](https://github.com/apache/storm/blob/1.x-branch/storm-core/src/clj/org/apache/storm/scheduler/IsolationScheduler.clj), [MultitenantScheduler](https://github.com/apache/storm/blob/1.x-branch/storm-core/src/jvm/org/apache/storm/scheduler/multitenant/MultitenantScheduler.java), [ResourceAwareScheduler](Resource_Aware_Scheduler_overview.html). |
There was a problem hiding this comment.
The link to [ResourceAwareScheduler] is not reachable.
Member
Author
There was a problem hiding this comment.
This is linked to storm site Resource_Aware_Scheduler_overview**.html**. It will be good after this PR merged and published.
Member
Author
|
@zhuoliu Thanks for your reply. I have updated the document, also master branch. |
Contributor
|
@vesense |
Contributor
|
+1 once minor comments are addressed. |
Member
Author
|
@HeartSaVioR Updated, also master. Thanks. |
Contributor
|
@vesense |
Member
Author
|
@HeartSaVioR Done. |
bipinprasad
pushed a commit
to bipinprasad/storm
that referenced
this pull request
Oct 17, 2019
YSTORM-6012 properly send supervisor assignments on topology kill
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.
for 1.x-branch