Skip to content

fix(operator): properly handle the deprecation of replicationFactor - #20935

Merged
xperimental merged 2 commits into
grafana:mainfrom
btaani:link-replication-factors
Feb 25, 2026
Merged

fix(operator): properly handle the deprecation of replicationFactor#20935
xperimental merged 2 commits into
grafana:mainfrom
btaani:link-replication-factors

Conversation

@btaani

@btaani btaani commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:
The deprecated field, replicationFactor, was handled in the wrong part of the code, which makes it ignored when set in the LokiStack CR and not applying to replication.Factor. This PR moves this handling to where it should be.

Which issue(s) this PR fixes:
Fixes LOG-8795

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@JoaoBraveCoding JoaoBraveCoding left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just the linting that was failing, otherwise works 👍

Comment thread operator/internal/handlers/lokistack_create_or_update.go Outdated
Comment thread operator/internal/status/lokistack.go Outdated

@xperimental xperimental left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just one small comment.

Comment thread operator/internal/handlers/lokistack_create_or_update.go Outdated

@JoaoBraveCoding JoaoBraveCoding left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

From my side lgtm

@xperimental
xperimental merged commit 1b96366 into grafana:main Feb 25, 2026
93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants