-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove deprecated cassandra flags #2789
Remove deprecated cassandra flags #2789
Conversation
Signed-off-by: albertteoh <[email protected]>
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.
please add changelog entry
@@ -44,7 +44,6 @@ type Configuration struct { | |||
Port int `yaml:"port" mapstructure:"port"` | |||
Authenticator Authenticator `yaml:"authenticator" mapstructure:",squash"` | |||
DisableAutoDiscovery bool `yaml:"disable_auto_discovery" mapstructure:"-"` | |||
EnableDependenciesV2 bool `yaml:"enable_dependencies_v2" mapstructure:"-"` |
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.
I expect there to be some code that actually reads this field, not seeing anything like that removed in the PR.
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.
Did a recursive case-insensitive search in my jaeger root project dir and couldn't find EnableDependenciesV2
or enable_dependencies_v2
.
Maybe something wrong with my search, can you see any references?
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.
found it - the logic for that flag was already removed in #1364
Codecov Report
@@ Coverage Diff @@
## master #2789 +/- ##
==========================================
- Coverage 95.88% 95.83% -0.05%
==========================================
Files 218 218
Lines 9626 9615 -11
==========================================
- Hits 9230 9215 -15
- Misses 327 330 +3
- Partials 69 70 +1
Continue to review full report at Codecov.
|
Signed-off-by: albertteoh <[email protected]>
Signed-off-by: albertteoh <[email protected]>
* Remove deprecated cassandra flags Signed-off-by: albertteoh <[email protected]> * Add breaking changelog entry Signed-off-by: albertteoh <[email protected]> * Fix wording; doesn't technically replace Signed-off-by: albertteoh <[email protected]>
Signed-off-by: albertteoh [email protected]
Which problem is this PR solving?
Short description of the changes