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

XSite fails with 3 or more sites on the same cluster #1834

Open
ryanemerson opened this issue Jul 20, 2023 · 1 comment · May be fixed by #2152
Open

XSite fails with 3 or more sites on the same cluster #1834

ryanemerson opened this issue Jul 20, 2023 · 1 comment · May be fixed by #2152
Assignees
Labels
bug Something isn't working

Comments

@ryanemerson
Copy link
Contributor

apiVersion: infinispan.org/v1
kind: Infinispan
metadata:
  name: keycloak-infinispan
spec:
  replicas: 3
  version: 14.0.9
  service:
    type: DataGrid
    sites:
      local:
        name: EUROPE
        expose:
          type: ClusterIP
        maxRelayNodes: 100
      locations:
        - name: ASIA
          url: infinispan+xsite://infinispan-cs.keycloak-asia.svc.cluster.local:7900
        - name: US
          url: infinispan+xsite://infinispan-cs.keycloak-us.svc.cluster.local:7900
  security:
    authorization:
      enabled: true
    endpointSecretName: connect-secret
    endpointEncryption:
      type: None
  logging:
    categories:
      org.infinispan: trace
      org.jgroups.protocols.TCP: error
      org.jgroups.protocols.relay.RELAY2: error
  container:
    cpu: 2000m:100m
    extraJvmOpts: -XX:NativeMemoryTracking=summary
    memory: 2Gi:256Mi

The user was able to workaround the issue by downgrading to the 2.2.x Operator,. Could this related to the reconciliation of the GossipRouter?

operator.tar.gz
infinispan.tar.gz

@ryanemerson ryanemerson added the bug Something isn't working label Jul 20, 2023
@dmmishyn
Copy link

dmmishyn commented Jul 9, 2024

This issue is still exists with operator version 2.4.2

@pruivo pruivo self-assigned this Sep 25, 2024
pruivo added a commit to pruivo/infinispan-operator that referenced this issue Sep 25, 2024
Sort by site name when creating the configuration XML file to ensure a
stable hashing

Closes infinispan#1834
@pruivo pruivo linked a pull request Sep 25, 2024 that will close this issue
pruivo added a commit to pruivo/infinispan-operator that referenced this issue Sep 25, 2024
Sort by site name when creating the configuration XML file to ensure a
stable hashing

Closes infinispan#1834
pruivo added a commit to pruivo/infinispan-operator that referenced this issue Sep 25, 2024
Sort by site name when creating the configuration XML file to ensure a
stable hashing

Closes infinispan#1834
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants