liyongxin opened a new issue #6513:
URL: https://github.com/apache/skywalking/issues/6513


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   I installed the latest istio 1.9.1 version, opened 
envoyAccessLogService.address=skywalking-oap.istio-system:11800, and deployed 
istio's bookinfo program.
   At the same time, the following command was executed to install version 
8.1.0 of skywalking:
   `git clone https://github.com/apache/skywalking-kubernetes.git
   cd skywalking-kubernetes/chart
   helm repo add elastic https://helm.elastic.co
   helm dep up skywalking
   helm install 8.1.0 skywalking -n istio-system \
     --set oap.env.SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS=k8s-mesh \
     --set fullnameOverride=skywalking \
     --set oap.envoy.als.enabled=true \
     --set ui.image.tag=8.1.0 \
     --set oap.image.tag=8.1.0-es6 \
     --set oap.storageType=elasticsearch`
   
   After the pods are started, the bookinfo ui through the gateway is normal, 
but there is no information when accessing the skywalking-ui.
   I checked the oap log and found the following error:
   `2021-03-08 08:04:12,286 - org.elasticsearch.client.RestClient -47898 [I/O 
dispatcher 1] WARN  [] - request [HEAD 
http://elasticsearch-master:9200/_template/instance_jvm_thread_peak_count] 
returned 1 warnings: [299 Elasticsearch-6.8.6-3d9f765 "[types removal] The 
parameter include_type_name should be explicitly specified in get template 
requests to prepare for 7.0. In 7.0 include_type_name will default to 'false', 
which means responses will omit the type name in mapping definitions."]
   2021-03-08 08:04:12,289 - 
org.apache.skywalking.oap.server.core.analysis.DispatcherManager -47901 [main] 
INFO  [] - Dispatcher 
org.apache.skywalking.oap.server.core.source.oal.rt.dispatcher.ServiceInstanceJVMMemoryDispatcher
 is added into DefaultScopeDefine 9.
   2021-03-08 08:04:12,290 - 
org.apache.skywalking.oap.server.core.analysis.DispatcherManager -47902 [main] 
INFO  [] - Dispatcher 
org.apache.skywalking.oap.server.core.source.oal.rt.dispatcher.ServiceInstanceJVMGCDispatcher
 is added into DefaultScopeDefine 11.
   2021-03-08 08:04:12,290 - 
org.apache.skywalking.oap.server.core.analysis.DispatcherManager -47902 [main] 
INFO  [] - Dispatcher 
org.apache.skywalking.oap.server.core.source.oal.rt.dispatcher.ServiceInstanceJVMThreadDispatcher
 is added into DefaultScopeDefine 33.
   2021-03-08 08:04:12,290 - 
org.apache.skywalking.oap.server.core.analysis.DispatcherManager -47902 [main] 
INFO  [] - Dispatcher 
org.apache.skywalking.oap.server.core.source.oal.rt.dispatcher.ServiceInstanceJVMCPUDispatcher
 is added into DefaultScopeDefine 8.
   2021-03-08 08:04:12,292 - 
org.apache.skywalking.oap.server.library.server.grpc.GRPCServer -47904 [main] 
INFO  [] - Bind handler JVMMetricReportServiceHandler into gRPC server 
0.0.0.0:11800
   2021-03-08 08:04:12,491 - 
org.apache.skywalking.oap.server.library.server.jetty.JettyServer -48103 [main] 
INFO  [] - start server, host: 0.0.0.0, port: 12800
   2021-03-08 08:04:12,497 - org.eclipse.jetty.server.Server -48109 [main] INFO 
 [] - jetty-9.4.28.v20200408; built: 2020-04-08T17:49:39.557Z; git: 
ab228fde9e55e9164c738d7fa121f8ac5acd51c9; jvm 1.8.0_212-b04
   2021-03-08 08:04:12,543 - org.eclipse.jetty.server.handler.ContextHandler 
-48155 [main] INFO  [] - Started 
o.e.j.s.ServletContextHandler@66a472b9{/,null,AVAILABLE}
   2021-03-08 08:04:12,554 - org.eclipse.jetty.server.AbstractConnector -48166 
[main] INFO  [] - Started ServerConnector@7b2a3ff8{HTTP/1.1, 
(http/1.1)}{0.0.0.0:12800}
   2021-03-08 08:04:12,554 - org.eclipse.jetty.server.Server -48166 [main] INFO 
 [] - Started @48236ms
   2021-03-08 08:04:12,556 - 
org.apache.skywalking.oap.server.core.storage.PersistenceTimer -48168 [main] 
INFO  [] - persistence timer start
   2021-03-08 08:04:12,560 - 
org.apache.skywalking.oap.server.core.cache.CacheUpdateTimer -48172 [main] INFO 
 [] - Cache updateServiceInventory timer start
   2021-03-08 08:04:26,735 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -62347 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:26,736 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -62348 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:26,737 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -62349 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:26,738 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -62350 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:26,739 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -62351 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:26,739 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -62351 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:26,739 - 
org.apache.skywalking.oap.server.receiver.envoy.als.K8sALSServiceMeshHTTPAnalysis
 -62351 [load-pod-0] INFO  [] - Load 8 pods in 5ms
   
   2021-03-08 08:04:41,762 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -77374 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:41,763 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -77375 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:41,764 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -77376 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:41,765 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -77377 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:41,765 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -77377 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:41,766 - 
org.apache.skywalking.oap.server.receiver.envoy.als.Fetcher -77378 [load-pod-0] 
ERROR [] - code:0 header:null body:null
   2021-03-08 08:04:41,766 - 
org.apache.skywalking.oap.server.receiver.envoy.als.K8sALSServiceMeshHTTPAnalysis
 -77378 [load-pod-0] INFO  [] - Load 8 pods in 5ms`
   
   oap prints the above error log cyclically, I am not sure where the problem 
is, please help analyze it


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