This repository was archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
WIP - Basic clustering support - issue #56 #74
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d25ca00
wip: coordinate chunk persist across nodes
woodsaj 23fc165
Merge branch 'master' of github.com:raintank/raintank-metric
woodsaj 6ee30c4
polish coordination of chunk persisting across multiple nodes
woodsaj 201ea88
fix unit tests
woodsaj 6f5fda1
Merge branch 'master' into coordinatePersist
woodsaj 3d420d7
add http handler for "/"
woodsaj 69aba3a
updates
woodsaj e4301f5
use a loop rather then recursion when publishing metricPersist message
woodsaj d4bc03c
Merge branch 'master' into coordinatePersist
woodsaj 4aad15e
remove redundant log message
woodsaj 2029113
Get should not return first chunk when not primary node
woodsaj 05f040d
persist old chunks that have not been saved.
woodsaj ee0816c
ensure that chunks are added to the writeQueue in chronological order
woodsaj 4c2e3ac
use same channel name for both metrics and metricPersist nsq topics
woodsaj 37974de
fmt not used, so dont include it.
woodsaj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
Function assumes lock is held? put that in comment. also ByT0 suffix can be dropped. rename arg1 to t0.