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

[bitnami/rabbitmq] rabbitmq pod error Feature flags: stream_single_active_consumer: required feature flag not enabled! It must be enabled before upgrading RabbitMQ. #65681

Closed
sachinmane1983 opened this issue Apr 24, 2024 · 5 comments
Assignees
Labels
rabbitmq solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@sachinmane1983
Copy link

sachinmane1983 commented Apr 24, 2024

Name and Version

bitnami/rabbitmq:3.12.0-debian-11-r0

What architecture are you using?

None

What steps will reproduce the bug?

while upgrading helm chart for grafana oncall .After that its failing with below error

rabbitmq 15:26:38.12 INFO  ==> ** Starting RabbitMQ **
2024-04-24 15:26:47.727833+00:00 [error] <0.235.0> Feature flags: `stream_single_active_consumer`: required feature flag not enabled! It must be enabled before upgrading RabbitMQ.
2024-04-24 15:26:47.745360+00:00 [error] <0.235.0> Failed to initialize feature flags registry: {disabled_required_feature_flag,
2024-04-24 15:26:47.745360+00:00 [error] <0.235.0>                                               stream_single_active_consumer}

BOOT FAILED
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0>
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0> BOOT FAILED
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0> ===========
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0> Error during startup: {error,failed_to_initialize_feature_flags_registry}
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0>

### What is the expected behavior?

rabbitmq service should be working

### What do you see instead?

rabbitmq 15:26:38.12 INFO  ==> ** Starting RabbitMQ **
2024-04-24 15:26:47.727833+00:00 [error] <0.235.0> Feature flags: `stream_single_active_consumer`: required feature flag not enabled! It must be enabled before upgrading RabbitMQ.
2024-04-24 15:26:47.745360+00:00 [error] <0.235.0> Failed to initialize feature flags registry: {disabled_required_feature_flag,
2024-04-24 15:26:47.745360+00:00 [error] <0.235.0>                                               stream_single_active_consumer}

BOOT FAILED
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0>
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0> BOOT FAILED
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0> ===========
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0> Error during startup: {error,failed_to_initialize_feature_flags_registry}
2024-04-24 15:26:47.817125+00:00 [error] <0.235.0>

Additional information

let me know if any info req

@sachinmane1983 sachinmane1983 added the tech-issues The user has a technical issue about an application label Apr 24, 2024
@github-actions github-actions bot added the triage Triage is needed label Apr 24, 2024
@javsalgar javsalgar changed the title rabbitmq pod error Feature flags: stream_single_active_consumer: required feature flag not enabled! It must be enabled before upgrading RabbitMQ. [bitnami/rabbitmq] rabbitmq pod error Feature flags: stream_single_active_consumer: required feature flag not enabled! It must be enabled before upgrading RabbitMQ. Apr 25, 2024
@javsalgar
Copy link
Contributor

Hi,

I'm afraid we do not have control over the grafana on call chart, which parameters is this helm chart setting to the rabbitmq sub-chart?

@sachinmane1983
Copy link
Author

sachinmane1983 commented Apr 25, 2024

Hi,

I'm afraid we do not have control over the grafana on call chart, which parameters is this helm chart setting to the rabbitmq sub-chart?
this is values.yaml file for grafana oncall and below is content for rabbitmq configguration

rabbitmq:
  enabled: true
  auth:
    user: user
    existingPasswordSecret: grafana-oncall-rabbitmq
    existingErlangSecret: grafana-oncall-rabbitmq
  resources:
    limits:
      cpu: 400m
      memory: 500Mi
    requests:
      cpu: 200m
      memory: 200Mi
broker:
  type: rabbitmq        

externalRabbitmq:
  host:
  port:
  user:
  password:
  protocol:
  vhost:
  existingSecret:
  passwordKey: ""
  usernameKey: ""

@javsalgar
Copy link
Contributor

Which version of the rabbitmq chart is using?

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label May 12, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rabbitmq solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants