Improvements to distributed indexing service and auto scaling#20
Merged
Improvements to distributed indexing service and auto scaling#20
Conversation
Contributor
There was a problem hiding this comment.
Another option for these is to load a "Duration" and then convert that into millis.
Contributor
There was a problem hiding this comment.
Yup, pretty sure this has nothing to do with S3. Should perhaps be EC2 instead?
added 7 commits
November 2, 2012 15:56
Conflicts: client/src/main/java/com/metamx/druid/http/BrokerMain.java merger/src/main/java/com/metamx/druid/merger/coordinator/http/IndexerCoordinatorNode.java merger/src/main/java/com/metamx/druid/merger/worker/http/WorkerNode.java
Contributor
There was a problem hiding this comment.
What protection do we have from some sort of state problem that stops us from ever clearing out the currentlyTerminating list? Would probably be good to start emitting alerts after some amount of time has passed and it still isn't clear.
added 2 commits
November 7, 2012 17:27
Contributor
Author
|
Pushed latest set of changes according to some of the code review comments. |
cheddar
added a commit
that referenced
this pull request
Nov 8, 2012
Improvements to distributed indexing service and auto scaling
AmatyaAvadhanula
pushed a commit
that referenced
this pull request
Aug 4, 2023
* delete old website directory * upgrade 27.0.0 branch * convert code tabs * delete script * update redirects * add .spelling file * fix tasks-api page syntax * fix spelling file * fix spelling errors * delete hidden section * add service status update into doc2 update * add service-status * fix license tab * fix spelling conflict for supervisor cherrypick * code tabs for supervisor-api * fix kinesis link in supervisor-api, bc #14529 heading change * undo link fix with kinesis doc backported * JSON-querying API documentation refactor (#14589) Co-authored-by: Jill Osborne <jill.osborne@imply.io> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com> (cherry picked from commit 53733d2) * code tabs for json querying * remove <br> tags * minor format fix * docs: update admonitions to the Docusaurus 2 style (#20) --------- Co-authored-by: Nhi Pham <56242907+demo-kratia@users.noreply.github.com> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
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.
*Note: These changes also include the bug fix for merging with empty strings, which is open in another pull request