Skip to content
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 stale references to killAllDataSources #16387

Merged

Conversation

abhishekrb19
Copy link
Contributor

@abhishekrb19 abhishekrb19 commented May 3, 2024

The coordinator dynamic config killAllDataSources has been removed since Druid 0.23.0: #12187.

As we can see in this patch, the configuration was used only in tests, with no real usage. But since it has been many releases, this patch removes all stale references to it to avoid any confusion.

This PR has:

  • been self-reviewed.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • been tested in a test Druid cluster.

This parameter has been removed for awhile now as of Druid 0.23.0
apache#12187.

The code was only used in tests to verify that serialization works.
Now remove all references to avoid any confusion.
Copy link
Contributor

@kfaraz kfaraz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cleanup, @abhishekrb19 !

@kfaraz kfaraz merged commit 2a638d7 into apache:master May 5, 2024
87 checks passed
IgorBerman pushed a commit to IgorBerman/druid that referenced this pull request May 5, 2024
…ces. (apache#16387)

This parameter has been removed for awhile now as of Druid 0.23.0
apache#12187.

The code was only used in tests to verify that serialization works.
Now remove all references to avoid any confusion.
@abhishekrb19 abhishekrb19 deleted the remove_references_to_killAllDataSources branch May 6, 2024 00:57
@kfaraz kfaraz added this to the 31.0.0 milestone Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants