This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 75d87d4  Increase ES response timeout
75d87d4 is described below

commit 75d87d4bb06f7e9579a75c21509750e48defd742
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Sep 6 19:39:12 2022 +0800

    Increase ES response timeout
---
 deploy/platform/kubernetes/feature-cluster/resources.yaml     | 4 ++++
 deploy/platform/kubernetes/feature-single-node/resources.yaml | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml 
b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index 0e6769c..ad2aec7 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -117,6 +117,8 @@ spec:
               value: prometheus
             - name: SW_METER_ANALYZER_ACTIVE_FILES
               value: 
datasource,threadpool,satellite,network-profiling,spring-sleuth
+            - name: SW_STORAGE_ES_RESPONSE_TIMEOUT
+              value: "50000"
           volumeMounts:
             - name: config-volume
               mountPath: /skywalking/ext-config
@@ -212,6 +214,8 @@ spec:
               value: "true"
             - name: SW_METER_ANALYZER_ACTIVE_FILES
               value: 
datasource,threadpool,satellite,network-profiling,spring-sleuth
+            - name: SW_STORAGE_ES_RESPONSE_TIMEOUT
+              value: "50000"
           volumeMounts:
             - name: config-volume
               mountPath: /skywalking/ext-config
diff --git a/deploy/platform/kubernetes/feature-single-node/resources.yaml 
b/deploy/platform/kubernetes/feature-single-node/resources.yaml
index 375ac10..c2094b3 100644
--- a/deploy/platform/kubernetes/feature-single-node/resources.yaml
+++ b/deploy/platform/kubernetes/feature-single-node/resources.yaml
@@ -146,6 +146,8 @@ spec:
               value: "true"
             - name: SW_METER_ANALYZER_ACTIVE_FILES
               value: 
datasource,threadpool,satellite,network-profiling,spring-sleuth
+            - name: SW_STORAGE_ES_RESPONSE_TIMEOUT
+              value: "50000"
           volumeMounts:
             - name: config-volume
               mountPath: /skywalking/ext-config

Reply via email to