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

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

@WudyH

Description

@WudyH

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions