zymap commented on issue #9988:
URL: https://github.com/apache/pulsar/issues/9988#issuecomment-805392420


   Is there has any more information about this? I tried it with 2.7.0 helm 
charts and with 2.7.1 pulsar images, I can't reproduce this issue.
   
   Following is my clusters information:
   
   ```
   (⎈ |yong-offload-perf:default)➜  pulsar git:(f6705f0) ✗ k get pods -n default
   NAME                                         READY   STATUS      RESTARTS   
AGE
   pulsar-test-bookie-0                         1/1     Running     0          
24m
   pulsar-test-bookie-1                         1/1     Running     0          
24m
   pulsar-test-bookie-2                         1/1     Running     0          
24m
   pulsar-test-bookie-3                         1/1     Running     0          
24m
   pulsar-test-bookie-init-wtd45                0/1     Completed   0          
24m
   pulsar-test-broker-0                         1/1     Running     0          
24m
   pulsar-test-broker-1                         1/1     Running     1          
24m
   pulsar-test-broker-2                         1/1     Running     2          
24m
   pulsar-test-grafana-6b7cf96d85-p9kcx         1/1     Running     0          
24m
   pulsar-test-prometheus-5949bbfccd-vzzcs      1/1     Running     0          
24m
   pulsar-test-proxy-0                          1/1     Running     0          
24m
   pulsar-test-proxy-1                          1/1     Running     0          
24m
   pulsar-test-proxy-2                          1/1     Running     0          
24m
   pulsar-test-pulsar-init-bjj87                0/1     Completed   0          
24m
   pulsar-test-pulsar-manager-6964cfccf-d5gc5   1/1     Running     0          
24m
   pulsar-test-recovery-0                       1/1     Running     0          
24m
   pulsar-test-toolset-0                        1/1     Running     0          
24m
   pulsar-test-zookeeper-0                      1/1     Running     0          
24m
   pulsar-test-zookeeper-1                      1/1     Running     0          
22m
   pulsar-test-zookeeper-2                      1/1     Running     0          
21m
   (⎈ |yong-offload-perf:default)➜  pulsar git:(f6705f0) ✗ k get pods -n 
default pulsar-test-bookie-1 -o json | jq '.spec.containers[0].image'
   "apachepulsar/pulsar-all:2.7.1"
   (⎈ |yong-offload-perf:default)➜  pulsar git:(f6705f0) ✗ k get pods -n 
default pulsar-test-bookie-1 -o json | jq '.spec.containers[0].resources'
   {
     "requests": {
       "cpu": "200m",
       "memory": "512Mi"
     }
   }
   (⎈ |yong-offload-perf:default)➜  pulsar git:(f6705f0) ✗ helm3 list --deployed
   NAME         NAMESPACE       REVISION        UPDATED                         
        STATUS          CHART           APP VERSION
   pulsar-test  default         1               2021-03-24 08:34:58.44861 +0800 
CST     deployed        pulsar-2.7.0    2.7.0
   (⎈ |yong-offload-perf:default)➜  pulsar git:(f6705f0) ✗
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to