Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

https 并发超时,使用http就不会超时 #4

Open
WudyH opened this issue Nov 20, 2020 · 1 comment
Open

https 并发超时,使用http就不会超时 #4

WudyH opened this issue Nov 20, 2020 · 1 comment

Comments

@WudyH
Copy link

WudyH commented Nov 20, 2020

100个线程并发测试,有4%的超时,没有进入程序就超时了,显示404
同样的配置,使用http就不会出现
网关的配置:

kind: Gateway
apiVersion: networking.istio.io/v1alpha3
metadata:
name: xserver2-gateway-https
namespace: xserver2
spec:
servers:
- hosts:
- api.xxxxx.com
port:
name: api-https
number: 443
protocol: HTTPS
tls:
mode: SIMPLE
privateKey: /etc/certs/xxxxxxcom/key
serverCertificate: /etc/certs/xxxxxcom/cert
selector:
istio: ingressgateway

@mjolnir-bot
Copy link
Collaborator

Hello, 我是云原生社区机器人妙尔尼尔(Mjölnir) @mjolnir-bot. 我将帮助你更好的来使用issue.

你似乎没有使用我们社区任何模板的格式填写问题。为了给你最好的帮助,我们建议您使用其中一种 templates.

可以联系社区管委会 或者SIG 核心人员,或者我的维护者:

如果我们在几个工作日内仍未回复你创建的issue,可以尝试以下方法:

🦉 Hoot! I am a [Mjölnir-Bot], a bot for cloudnativeto. My owner is stevensu1977.

_Originally posted by @mjolnir-bot in https://github.com/cloudnativeto

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants