Skip to content

IGNITE-28037 Fix deleted key prefix for distributed config#7697

Open
ivanzlenko wants to merge 2 commits intoapache:mainfrom
ivanzlenko:IGNITE-28037
Open

IGNITE-28037 Fix deleted key prefix for distributed config#7697
ivanzlenko wants to merge 2 commits intoapache:mainfrom
ivanzlenko:IGNITE-28037

Conversation

@ivanzlenko
Copy link
Contributor


@Override
protected String getNodeBootstrapConfigTemplate() {
return NODE_BOOTSTRAP_CFG_TEMPLATE.substring(0, NODE_BOOTSTRAP_CFG_TEMPLATE.lastIndexOf('}'))
Copy link
Contributor

Choose a reason for hiding this comment

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

I prefer the approach used by other tests, like ItIgniteStartTest

@@ -0,0 +1,2 @@
org.apache.ignite.internal.configuration.TestLocalDeletedPrefixConfigurationModule
org.apache.ignite.internal.configuration.TestDistributedDeletedPrefixConfigurationModule No newline at end of file
Copy link
Contributor

@sashapolo sashapolo Mar 3, 2026

Choose a reason for hiding this comment

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

'>_<

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need to enable a check somewhere >:(

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If I find one I enable it in this PR. Non-discussable

Copy link
Contributor

Choose a reason for hiding this comment

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

We have this check enabled in checkstyle, but it probably only works for java files

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, or at least if files have an extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants