-
Notifications
You must be signed in to change notification settings - Fork 9.1k
3.0.0 alpha1 kb #166
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
Closed
Closed
3.0.0 alpha1 kb #166
Conversation
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
The NetworkTopology can now store costs between a pair of racks. The DatanodeManager invokes the rack awareness script with the "--cost" switch, when a new datanode is registered. This allows it to store the costs between each pair of racks. This basic cost matrix can be used later to make GDA aware decisions
This allows us to configure any link particular link cost script. The earlier approach was to reuse the rack awareness script. This is much cleaner.
shanthoosh
pushed a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
…bounceTimer This PR depends on PR apache#153 * Treats all errors in jobcoordinator as FATAL and shuts-down the streamprocessor * [Bug] Fixed bug reported in SAMZA-1241 * Introduced a callback to be associated with the timer (same callback for every Runnable failure) **TBD**: some more unit tests Author: Navina Ramesh <[email protected]> Reviewers: Xinyu Liu <[email protected]>, Prateek Maheshwari <[email protected]> Closes apache#166 from navina/SAMZA-1150
This was referenced Sep 28, 2025
This was referenced Oct 7, 2025
Open
4 tasks
This was referenced Oct 15, 2025
Merged
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.
Mistakenly submitted a PR to the main apache repo