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

[BUG]Pulsar create failed for Unable to read VM NIC speed on huawei CCE #5618

Closed
ahjing99 opened this issue Oct 25, 2023 · 2 comments · Fixed by #5623
Closed

[BUG]Pulsar create failed for Unable to read VM NIC speed on huawei CCE #5618

ahjing99 opened this issue Oct 25, 2023 · 2 comments · Fixed by #5623
Assignees
Labels
bug kind/bug Something isn't working severity/major Great chance user will encounter the same problem
Milestone

Comments

@ahjing99
Copy link
Collaborator

➜ ~ kbcli version
Kubernetes: v1.27.2-r0-27.0.8.3
KubeBlocks: 0.7.0-beta.10
kbcli: 0.7.0-beta.10

apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
  name: pulsar-yegfxx
  namespace: default
spec:
  clusterDefinitionRef: pulsar
  clusterVersionRef: pulsar-2.11.2
  terminationPolicy: WipeOut
  affinity:
    topologyKeys:
      - kubernetes.io/hostname
  componentSpecs:
    - name: pulsar-broker
      componentDefRef: pulsar-broker
      monitor: false
      replicas: 3
      resources:
        requests:
          cpu: 500m
          memory: 0.5Gi
        limits:
          cpu: 500m
          memory: 0.5Gi
    - name: bookies
      componentDefRef: bookies
      monitor: false
      replicas: 3
      resources:
        requests:
          cpu: 500m
          memory: 0.5Gi
        limits:
          cpu: 500m
          memory: 0.5Gi
      volumeClaimTemplates:
        - name: ledgers
          spec:
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 1Gi
        - name: journal
          spec:
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 1Gi
    - name: zookeeper
      componentDefRef: zookeeper
      monitor: false
      replicas: 3
      resources:
        requests:
          cpu: 100m
          memory: 0.5Gi
        limits:
          cpu: 100m
          memory: 0.5Gi
      volumeClaimTemplates:
        - name: data
          spec:
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 1Gi
    - name: pulsar-proxy
      componentDefRef: pulsar-proxy
      monitor: false
      replicas: 1
      resources:
        requests:
          cpu: 100m
          memory: 0.5Gi
        limits:
          cpu: 100m
          memory: 0.5Gi

      `kubectl apply -f test_create_pulsar-yegfxx.yaml`

cluster.apps.kubeblocks.io/pulsar-yegfxx created

➜  ~ k get pod | grep pulsar-yegfxx
pulsar-yegfxx-bookies-0                                           2/2     Running            0               19m
pulsar-yegfxx-bookies-1                                           2/2     Running            0               19m
pulsar-yegfxx-bookies-2                                           2/2     Running            0               19m
pulsar-yegfxx-pulsar-broker-0                                     2/3     CrashLoopBackOff   7 (3m7s ago)    19m
pulsar-yegfxx-pulsar-broker-1                                     2/3     CrashLoopBackOff   7 (2m37s ago)   19m
pulsar-yegfxx-pulsar-broker-2                                     2/3     CrashLoopBackOff   7 (2m56s ago)   19m
pulsar-yegfxx-pulsar-proxy-0                                      0/2     Init:0/1           0               19m
pulsar-yegfxx-zookeeper-0                                         2/2     Running            0               19m
pulsar-yegfxx-zookeeper-1                                         2/2     Running            0               19m
pulsar-yegfxx-zookeeper-2                                         2/2     Running            0               19m

➜  ~ k logs pulsar-yegfxx-pulsar-broker-0
Defaulted container "broker" out of: broker, metrics, config-manager, init-broker-cluster (init), init-sysctl (init), init-pulsar-tools (init), init-pulsar-client-config (init)
+ /kb-scripts/merge_pulsar_config.py conf/client.conf /opt/pulsar/client-conf/client.conf
[conf/client.conf] Adding config: chunkingEnabled=false
[conf/client.conf] Adding config: compressionType=NONE
+ /kb-scripts/merge_pulsar_config.py conf/broker.conf /opt/pulsar/conf/broker.conf
[conf/broker.conf] Updating config acknowledgmentAtBatchIndexLevelEnabled=true
[conf/broker.conf] Updating config backlogQuotaDefaultLimitGB=-1
[conf/broker.conf] Updating config backlogQuotaDefaultRetentionPolicy=producer_request_hold
[conf/broker.conf] Updating config bookkeeperClientReorderReadSequenceEnabled=true
[conf/broker.conf] Updating config bookkeeperDiskWeightBasedPlacementEnabled=true
[conf/broker.conf] Updating config bookkeeperEnableStickyReads=true
[conf/broker.conf] Updating config defaultNamespaceBundleSplitAlgorithm=topic_count_equally_divide
[conf/broker.conf] Updating config defaultNumPartitions=1
[conf/broker.conf] Updating config defaultNumberOfNamespaceBundles=4
[conf/broker.conf] Updating config delayedDeliveryEnabled=true
[conf/broker.conf] Updating config dispatcherMaxReadBatchSize=1000
[conf/broker.conf] Updating config enableReplicatedSubscriptions=false
[conf/broker.conf] Updating config managedLedgerNumSchedulerThreads=2
[conf/broker.conf] Adding config: managedLedgerNumWorkerThreads=2
[conf/broker.conf] Updating config maxConcurrentLookupRequest=1000
[conf/broker.conf] Updating config maxConcurrentTopicLoadRequest=1000
[conf/broker.conf] Updating config maxConsumersPerSubscription=5000
[conf/broker.conf] Updating config maxConsumersPerTopic=50000
[conf/broker.conf] Updating config maxNumPartitionsPerPartitionedTopic=2048
[conf/broker.conf] Updating config maxProducersPerTopic=10000
[conf/broker.conf] Updating config maxUnackedMessagesPerConsumer=10000
[conf/broker.conf] Updating config maxUnackedMessagesPerSubscription=50000
[conf/broker.conf] Updating config preciseDispatcherFlowControl=true
[conf/broker.conf] Updating config subscriptionKeySharedUseConsistentHashing=true
[conf/broker.conf] Updating config transactionCoordinatorEnabled=true
[conf/broker.conf] Updating config systemTopicEnabled=true
[conf/broker.conf] Updating config statusFilePath=/pulsar/status
[conf/broker.conf] Updating config subscriptionKeySharedEnable=true
[conf/broker.conf] Adding config: brokerInterceptors=
[conf/broker.conf] Adding config: messagingProtocols=kafka
[conf/broker.conf] Updating config allowAutoTopicCreationType=partitioned
[conf/broker.conf] Adding config: brokerEntryMetadataInterceptors=org.apache.pulsar.common.intercept.AppendIndexMetadataInterceptor
[conf/broker.conf] Updating config brokerDeleteInactiveTopicsEnabled=false
[conf/broker.conf] Adding config: kafkaTransactionCoordinatorEnabled=true
[conf/broker.conf] Updating config brokerDeduplicationEnabled=true
+ bin/apply-config-from-env.py conf/broker.conf
[conf/broker.conf] Applying config advertisedListeners = cluster:pulsar://pulsar-yegfxx-pulsar-broker-0.pulsar-yegfxx-pulsar-broker-headless.default.svc.cluster.local:6650
[conf/broker.conf] Applying config allowAutoTopicCreationType = partitioned
[conf/broker.conf] Applying config brokerServicePort = 6650
[conf/broker.conf] Applying config internalListenerName = cluster
[conf/broker.conf] Applying config clusterName = default-pulsar-yegfxx-pulsar-broker
[conf/broker.conf] Applying config configurationStoreServers = pulsar-yegfxx-zookeeper.default.svc:2181
[conf/broker.conf] Applying config zookeeperServers = pulsar-yegfxx-zookeeper.default.svc:2181
[conf/broker.conf] Updating config advertisedListeners = cluster:pulsar://pulsar-yegfxx-pulsar-broker-0.pulsar-yegfxx-pulsar-broker-headless.default.svc.cluster.local:6650
[conf/broker.conf] Updating config allowAutoTopicCreationType = partitioned
[conf/broker.conf] Updating config brokerServicePort = 6650
[conf/broker.conf] Updating config internalListenerName = cluster
[conf/broker.conf] Adding config kafkaAdvertisedListeners = PLAINTEXT://pulsar-yegfxx-pulsar-broker-0.pulsar-yegfxx-pulsar-broker-headless.default.svc.cluster.local:9092
[conf/broker.conf] Adding config kafkaListeners = PLAINTEXT://0.0.0.0:9092
+ bin/apply-config-from-env.py conf/client.conf
[conf/client.conf] Applying config brokerServiceUrl = pulsar://pulsar-yegfxx-pulsar-broker.default.svc.cluster.local:6650
[conf/client.conf] Applying config webServiceUrl = http://pulsar-yegfxx-pulsar-broker.default.svc.cluster.local:80
[conf/client.conf] Adding config advertisedListeners = cluster:pulsar://pulsar-yegfxx-pulsar-broker-0.pulsar-yegfxx-pulsar-broker-headless.default.svc.cluster.local:6650
[conf/client.conf] Adding config allowAutoTopicCreationType = partitioned
[conf/client.conf] Adding config brokerServicePort = 6650
[conf/client.conf] Adding config internalListenerName = cluster
[conf/client.conf] Adding config kafkaAdvertisedListeners = PLAINTEXT://pulsar-yegfxx-pulsar-broker-0.pulsar-yegfxx-pulsar-broker-headless.default.svc.cluster.local:9092
[conf/client.conf] Adding config kafkaListeners = PLAINTEXT://0.0.0.0:9092
+ echo OK
+ exec bin/pulsar broker
VM settings:
    Max. Heap Size (Estimated): 154.00M
    Using VM: OpenJDK 64-Bit Server VM

2023-10-25T08:35:08,615+0000 [main] INFO  org.apache.pulsar.broker.PulsarService - Starting Pulsar Broker service; version: '2.11.2'
2023-10-25T08:35:08,619+0000 [main] INFO  org.apache.pulsar.broker.PulsarService - Git Revision ceed96f7af848120acb594ced7a19f9a727e640a(dirty)
2023-10-25T08:35:08,620+0000 [main] INFO  org.apache.pulsar.broker.PulsarService - Git Branch ceed96f7af848120acb594ced7a19f9a727e640a
2023-10-25T08:35:08,620+0000 [main] INFO  org.apache.pulsar.broker.PulsarService - Built by mattisonchao <[email protected]> on mattisons-MacBook-Pro.local at 2020-01-22T23:10:15+0800
2023-10-25T08:35:08,713+0000 [main] ERROR org.apache.pulsar.broker.PulsarService - Failed to start Pulsar service: Unable to read VM NIC speed. You must set [loadBalancerOverrideBrokerNicSpeedGbps] to override it when load balancer is enabled.
java.lang.IllegalStateException: Unable to read VM NIC speed. You must set [loadBalancerOverrideBrokerNicSpeedGbps] to override it when load balancer is enabled.
	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:711) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
	at org.apache.pulsar.PulsarBrokerStarter$BrokerStarter.start(PulsarBrokerStarter.java:274) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
	at org.apache.pulsar.PulsarBrokerStarter.main(PulsarBrokerStarter.java:354) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
2023-10-25T08:35:08,722+0000 [main] ERROR org.apache.pulsar.PulsarBrokerStarter - Failed to start pulsar service.
org.apache.pulsar.broker.PulsarServerException: java.lang.IllegalStateException: Unable to read VM NIC speed. You must set [loadBalancerOverrideBrokerNicSpeedGbps] to override it when load balancer is enabled.
	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:909) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
	at org.apache.pulsar.PulsarBrokerStarter$BrokerStarter.start(PulsarBrokerStarter.java:274) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
	at org.apache.pulsar.PulsarBrokerStarter.main(PulsarBrokerStarter.java:354) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
Caused by: java.lang.IllegalStateException: Unable to read VM NIC speed. You must set [loadBalancerOverrideBrokerNicSpeedGbps] to override it when load balancer is enabled.
	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:711) ~[org.apache.pulsar-pulsar-broker-2.11.2.jar:2.11.2]
	... 2 more

➜  ~ k describe cluster pulsar-yegfxx
Name:         pulsar-yegfxx
Namespace:    default
Labels:       clusterdefinition.kubeblocks.io/name=pulsar
              clusterversion.kubeblocks.io/name=pulsar-2.11.2
Annotations:  kubeblocks.io/reconcile: 2023-10-25T08:39:17.967168861Z
API Version:  apps.kubeblocks.io/v1alpha1
Kind:         Cluster
Metadata:
  Creation Timestamp:  2023-10-25T08:18:37Z
  Finalizers:
    cluster.kubeblocks.io/finalizer
  Generation:  1
  Managed Fields:
    API Version:  apps.kubeblocks.io/v1alpha1
    Fields Type:  FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .:
          f:kubectl.kubernetes.io/last-applied-configuration:
      f:spec:
        .:
        f:affinity:
          .:
          f:podAntiAffinity:
          f:tenancy:
          f:topologyKeys:
            .:
            v:"kubernetes.io/hostname":
        f:clusterDefinitionRef:
        f:clusterVersionRef:
        f:componentSpecs:
          .:
          k:{"name":"bookies"}:
            .:
            f:componentDefRef:
            f:monitor:
            f:name:
            f:noCreatePDB:
            f:replicas:
            f:resources:
              .:
              f:limits:
                .:
                f:cpu:
                f:memory:
              f:requests:
                .:
                f:cpu:
                f:memory:
            f:volumeClaimTemplates:
          k:{"name":"pulsar-broker"}:
            .:
            f:componentDefRef:
            f:monitor:
            f:name:
            f:noCreatePDB:
            f:replicas:
            f:resources:
              .:
              f:limits:
                .:
                f:cpu:
                f:memory:
              f:requests:
                .:
                f:cpu:
                f:memory:
          k:{"name":"pulsar-proxy"}:
            .:
            f:componentDefRef:
            f:monitor:
            f:name:
            f:noCreatePDB:
            f:replicas:
            f:resources:
              .:
              f:limits:
                .:
                f:cpu:
                f:memory:
              f:requests:
                .:
                f:cpu:
                f:memory:
          k:{"name":"zookeeper"}:
            .:
            f:componentDefRef:
            f:monitor:
            f:name:
            f:noCreatePDB:
            f:replicas:
            f:resources:
              .:
              f:limits:
                .:
                f:cpu:
                f:memory:
              f:requests:
                .:
                f:cpu:
                f:memory:
            f:volumeClaimTemplates:
        f:terminationPolicy:
    Manager:      kubectl-client-side-apply
    Operation:    Update
    Time:         2023-10-25T08:18:37Z
    API Version:  apps.kubeblocks.io/v1alpha1
    Fields Type:  FieldsV1
    fieldsV1:
      f:status:
        .:
        f:clusterDefGeneration:
        f:components:
          .:
          f:bookies:
            .:
            f:phase:
            f:podsReady:
            f:podsReadyTime:
          f:pulsar-broker:
            .:
            f:message:
              .:
              f:Pod/pulsar-yegfxx-pulsar-broker-0:
              f:Pod/pulsar-yegfxx-pulsar-broker-1:
              f:Pod/pulsar-yegfxx-pulsar-broker-2:
            f:phase:
            f:podsReady:
          f:pulsar-proxy:
            .:
            f:phase:
            f:podsReady:
          f:zookeeper:
            .:
            f:phase:
            f:podsReady:
            f:podsReadyTime:
        f:conditions:
        f:observedGeneration:
        f:phase:
    Manager:      manager
    Operation:    Update
    Subresource:  status
    Time:         2023-10-25T08:24:56Z
    API Version:  apps.kubeblocks.io/v1alpha1
    Fields Type:  FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          f:kubeblocks.io/reconcile:
        f:finalizers:
          .:
          v:"cluster.kubeblocks.io/finalizer":
        f:labels:
          .:
          f:clusterdefinition.kubeblocks.io/name:
          f:clusterversion.kubeblocks.io/name:
    Manager:         manager
    Operation:       Update
    Time:            2023-10-25T08:39:17Z
  Resource Version:  66622
  UID:               ad51e8c1-9542-4e74-a6c4-15efbbda30b4
Spec:
  Affinity:
    Pod Anti Affinity:  Preferred
    Tenancy:            SharedNode
    Topology Keys:
      kubernetes.io/hostname
  Cluster Definition Ref:  pulsar
  Cluster Version Ref:     pulsar-2.11.2
  Component Specs:
    Component Def Ref:  pulsar-broker
    Monitor:            false
    Name:               pulsar-broker
    No Create PDB:      false
    Replicas:           3
    Resources:
      Limits:
        Cpu:     500m
        Memory:  0.5Gi
      Requests:
        Cpu:            500m
        Memory:         0.5Gi
    Component Def Ref:  bookies
    Monitor:            false
    Name:               bookies
    No Create PDB:      false
    Replicas:           3
    Resources:
      Limits:
        Cpu:     500m
        Memory:  0.5Gi
      Requests:
        Cpu:     500m
        Memory:  0.5Gi
    Volume Claim Templates:
      Name:  ledgers
      Spec:
        Access Modes:
          ReadWriteOnce
        Resources:
          Requests:
            Storage:  1Gi
      Name:           journal
      Spec:
        Access Modes:
          ReadWriteOnce
        Resources:
          Requests:
            Storage:    1Gi
    Component Def Ref:  zookeeper
    Monitor:            false
    Name:               zookeeper
    No Create PDB:      false
    Replicas:           3
    Resources:
      Limits:
        Cpu:     100m
        Memory:  0.5Gi
      Requests:
        Cpu:     100m
        Memory:  0.5Gi
    Volume Claim Templates:
      Name:  data
      Spec:
        Access Modes:
          ReadWriteOnce
        Resources:
          Requests:
            Storage:    1Gi
    Component Def Ref:  pulsar-proxy
    Monitor:            false
    Name:               pulsar-proxy
    No Create PDB:      false
    Replicas:           1
    Resources:
      Limits:
        Cpu:     100m
        Memory:  0.5Gi
      Requests:
        Cpu:           100m
        Memory:        0.5Gi
  Termination Policy:  WipeOut
Status:
  Cluster Def Generation:  2
  Components:
    Bookies:
      Phase:            Running
      Pods Ready:       true
      Pods Ready Time:  2023-10-25T08:24:04Z
    Pulsar - Broker:
      Message:
        Pod/pulsar-yegfxx-pulsar-broker-0:  back-off 40s restarting failed container=broker pod=pulsar-yegfxx-pulsar-broker-0_default(01687c1b-9f14-4783-b081-47e6aab115d4)
        Pod/pulsar-yegfxx-pulsar-broker-1:  back-off 20s restarting failed container=broker pod=pulsar-yegfxx-pulsar-broker-1_default(1a3bcaea-e332-42cb-839f-76ea19aac234)
        Pod/pulsar-yegfxx-pulsar-broker-2:  back-off 20s restarting failed container=broker pod=pulsar-yegfxx-pulsar-broker-2_default(689feafd-a215-4006-8137-7b4ed511dab5)
      Phase:                                Failed
      Pods Ready:                           false
    Pulsar - Proxy:
      Phase:       Creating
      Pods Ready:  false
    Zookeeper:
      Phase:            Running
      Pods Ready:       true
      Pods Ready Time:  2023-10-25T08:23:12Z
  Conditions:
    Last Transition Time:  2023-10-25T08:18:37Z
    Message:               The operator has started the provisioning of Cluster: pulsar-yegfxx
    Observed Generation:   1
    Reason:                PreCheckSucceed
    Status:                True
    Type:                  ProvisioningStarted
    Last Transition Time:  2023-10-25T08:24:05Z
    Message:               Successfully applied for resources
    Observed Generation:   1
    Reason:                ApplyResourcesSucceed
    Status:                True
    Type:                  ApplyResources
    Last Transition Time:  2023-10-25T08:18:51Z
    Message:               pods are not ready in Components: [pulsar-broker pulsar-proxy], refer to related component message in Cluster.status.components
    Reason:                ReplicasNotReady
    Status:                False
    Type:                  ReplicasReady
    Last Transition Time:  2023-10-25T08:18:51Z
    Message:               pods are unavailable in Components: [pulsar-broker pulsar-proxy], refer to related component message in Cluster.status.components
    Reason:                ComponentsNotReady
    Status:                False
    Type:                  Ready
  Observed Generation:     1
  Phase:                   Abnormal
Events:
  Type     Reason                    Age                  From                Message
  ----     ------                    ----                 ----                -------
  Normal   PreCheckSucceed           20m                  cluster-controller  The operator has started the provisioning of Cluster: pulsar-yegfxx
  Normal   ComponentPhaseTransition  20m (x4 over 20m)    cluster-controller  Create a new component
  Warning  ReplicasNotReady          16m                  cluster-controller  pods are not ready in Components: [bookies pulsar-broker pulsar-proxy], refer to related component message in Cluster.status.components
  Warning  ComponentsNotReady        16m                  cluster-controller  pods are unavailable in Components: [bookies pulsar-broker pulsar-proxy], refer to related component message in Cluster.status.components
  Warning  ApplyResourcesFailed      15m                  cluster-controller  Operation cannot be fulfilled on replicatedstatemachines.workloads.kubeblocks.io "pulsar-yegfxx-bookies": the object has been modified; please apply your changes to the latest version and try again
  Normal   ComponentPhaseTransition  15m (x2 over 16m)    cluster-controller  component is Running
  Warning  ComponentsNotReady        15m                  cluster-controller  pods are unavailable in Components: [pulsar-broker pulsar-proxy], refer to related component message in Cluster.status.components
  Normal   ApplyResourcesSucceed     15m (x2 over 20m)    cluster-controller  Successfully applied for resources
  Warning  ReplicasNotReady          15m                  cluster-controller  pods are not ready in Components: [pulsar-broker pulsar-proxy], refer to related component message in Cluster.status.components
  Normal   ComponentPhaseTransition  14m (x2 over 15m)    cluster-controller  component is Updating
  Normal   ComponentPhaseTransition  14m (x3 over 15m)    cluster-controller  component is Failed
  Warning  Abnormal                  14m (x3 over 15m)    cluster-controller  Cluster: pulsar-yegfxx is Abnormal, check according to the components message
  Warning  BackOffStart              4m54s (x3 over 10m)  event-controller    Pod pulsar-yegfxx-pulsar-broker-0: Back-off restarting failed container broker in pod pulsar-yegfxx-pulsar-broker-0_default(01687c1b-9f14-4783-b081-47e6aab115d4)
  Warning  BackOffStart              21s (x3 over 10m)    event-controller    Pod pulsar-yegfxx-pulsar-broker-2: Back-off restarting failed container broker in pod pulsar-yegfxx-pulsar-broker-2_default(689feafd-a215-4006-8137-7b4ed511dab5)
  Warning  BackOffStart              13s (x3 over 10m)    event-controller    Pod pulsar-yegfxx-pulsar-broker-1: Back-off restarting failed container broker in pod pulsar-yegfxx-pulsar-broker-1_default(1a3bcaea-e332-42cb-839f-76ea19aac234)
@ahjing99 ahjing99 added kind/bug Something isn't working severity/major Great chance user will encounter the same problem labels Oct 25, 2023
@ahjing99 ahjing99 added this to the Release 0.7.0 milestone Oct 25, 2023
@ahjing99
Copy link
Collaborator Author

This can be fixed by add loadBalancerOverrideBrokerNicSpeedGbps=2 to cm pulsar-xxx-pulsar-broker-broker-config

@wangyelei
Copy link
Contributor

wangyelei commented Oct 25, 2023

set loadBalancerOverrideBrokerNicSpeedGbps=2 to broker.conf, refer to apache/pulsar#19838

@wangyelei wangyelei linked a pull request Oct 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working severity/major Great chance user will encounter the same problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants