You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "MABIY (via GitHub)" <gi...@apache.org> on 2023/03/01 03:13:39 UTC

[GitHub] [skywalking] MABIY opened a new issue, #10470: [Bug] SkyWalking helm 4.4.0 no-init

MABIY opened a new issue, #10470:
URL: https://github.com/apache/skywalking/issues/10470

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   k8s v1.25.6 install skywalking by skywalking-helm 4.4.0.
   result:
      ```shell
     2023-03-01 03:05:25,819 org.apache.skywalking.library.elasticsearch.ElasticSearch 150 [armeria-common-worker-epoll-2-2] INFO  [] - ElasticSearch version is: ElasticSearch 7.17
   2023-03-01 03:05:25,916 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:28,937 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:31,955 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:34,980 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:38,027 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:41,066 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:44,080 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:47,094 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:50,104 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:53,121 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:56,147 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   2023-03-01 03:05:59,161 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO  [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later.
   
      ````
   
   ### What you expected to happen
   
   skywalking-helm install everything is work.
   
   ### How to reproduce
   
   prepare:  
   -      k8s v1.25.6
   -      flux version 0.36.0
   
   ---
   yaml:
    ```yaml
   apiVersion: source.toolkit.fluxcd.io/v1beta2
   kind: HelmRepository
   metadata:
     name: apache
   spec:
     type: "oci"
     interval: 168h
     url: oci://registry-1.docker.io/apache
   
    ---
   apiVersion: helm.toolkit.fluxcd.io/v2beta1
   kind: HelmRelease
   metadata:
     name: skywalking
   spec:
     chart:
       spec:
         chart: skywalking-helm
         reconcileStrategy: ChartVersion
         sourceRef:
           kind: HelmRepository
           name: apache
           namespace: flux-system
         version: 4.4.*
         interval: 168h
     interval: 10m
     values:
       fullnameOverride: skywalking
       oap:
         image:
           tag: 9.3.0
         storageType: elasticsearch
         envoy:
           als:
             enabled: true
         env:
           SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS: mx-mesh
           SW_ENVOY_METRIC_ALS_TCP_ANALYSIS: mx-mesh
       ui:
         image:
           tag: 9.3.0
       elasticsearch:
         replicas: 1
         persistence:
           enabled: true
   
    ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng closed issue #10470: [Bug] SkyWalking helm 4.4.0 no run skywalking-oap-init pod

Posted by "wu-sheng (via GitHub)" <gi...@apache.org>.
wu-sheng closed issue #10470: [Bug] SkyWalking helm 4.4.0 no run skywalking-oap-init pod
URL: https://github.com/apache/skywalking/issues/10470


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org