-
Notifications
You must be signed in to change notification settings - Fork 455
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
Refactor etcd config as discovery section with convenience types #2843
Merged
Merged
Changes from 49 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
238de0b
[dbnode] [coordinator] Refactor config to use defaults wherever possible
robskillington fdc1021
Refactor pooling policy
robskillington 7051a16
By default remove the filesystem too
robskillington 6b10865
default coordinator section in dbnode config
rallen090 10ee091
default coordinator section in dbnode config 2
rallen090 dcba7d9
merged in changes
rallen090 9252528
build fixes 1
rallen090 943afd2
build fixes 2
rallen090 4021b30
lint
rallen090 6382b2b
lint 2
rallen090 b38c754
lint
rallen090 496c7ce
lint removing exhaustivestruct
rallen090 89dc079
update writeNewSeriesLimitPerSecond to be under limits:
rallen090 4394e27
discovery environment config
rallen090 3bf7aa1
tests for discovery config
rallen090 b54de40
update configs w/ new discovery format
rallen090 519c53f
test fixing 1
rallen090 4116b1e
tidy
rallen090 ec2e96b
test fixing 2
rallen090 47442d3
use envcfg from discoverycfg
rallen090 048e5dd
test fixes 1
rallen090 4022019
test fixes 2
rallen090 3dc1969
test fixes 2
rallen090 e44cd1e
test fixes 3
rallen090 896cd3a
test fixes 3
rallen090 803b8b5
test fixes 4
rallen090 f9b8326
lint
rallen090 af93c26
lint again
rallen090 4cbf248
more test fixes 1
rallen090 623cf52
more test fixes 2
rallen090 5b934fe
lint more
rallen090 b6ca23a
more test fixing
rallen090 64bba79
remove lint we do not want
rallen090 38efe1d
more lint
rallen090 0ad5356
more test fix
rallen090 5294afd
more test fix 2
rallen090 26f21fd
more test fix 3
rallen090 901bfe3
more test fix 4
rallen090 83be2c5
mod tidy
rallen090 457c15d
Merge branch 'master' into ra/etcd-config-as-discovery-section
rallen090 4df8a78
Merge branch 'master' into refactor-config-use-defaults-wherever-poss…
rallen090 68f7f48
Merge branch 'master' into refactor-config-use-defaults-wherever-poss…
robskillington e97464f
Minor tweaks
robskillington 95151d7
Merge branch 'refactor-config-use-defaults-wherever-possible' into ra…
robskillington 692a3f2
Merge branch 'master' into ra/etcd-config-as-discovery-section
robskillington 26759b1
Merge branch 'master' into ra/etcd-config-as-discovery-section
robskillington c2e832b
Update configs to match defaults being available
robskillington 28e7f7d
Merge branch 'ra/etcd-config-as-discovery-section' of github.com:m3db…
robskillington 2e0571c
Add nlreturn to disabled linters
robskillington 65816d3
Merge branch 'master' into ra/etcd-config-as-discovery-section
robskillington 7bfe97d
Merge branch 'master' into ra/etcd-config-as-discovery-section
robskillington 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.
Let's cut this separately, please
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.
Sure thing.
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.
Opened #2865.
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.
Stamped, thanks!