澄潭

Results 466 comments of 澄潭

@keithmattix @howardjohn @hzxuzhonghu Based on the above discussion and my careful consideration, I have decided to set a timeout exclusively for the gateway scenario. For listener filters, I will utilize...

@keithmattix Do you have any more suggestions for revisions? Could you please review it again

用2.0.7就可以了,已经修复了

@lionelStuart 测试通过的话,可以参考这里的方式提个 envoy patch 的PR:https://higress.io/zh-cn/docs/dev/code

我是macos 11.4 intel,没能复现这个问题。你试试安装 higress 1.3.6 可以吗,我看看是否是升级v8导致的兼容性问题。

> > 我是macos 11.4 intel,没能复现这个问题。你试试安装 higress 1.3.6 可以吗,我看看是否是升级v8导致的兼容性问题。 > > 使用1.3.6,这个问题没有出现了 好的 我回退下v8版本看看

麻烦使用docker-compose启动一下,生成一下core文件,发我看看 ```yaml version: '3.7' services: envoy: image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/gateway:v1.4.0 entrypoint: /usr/local/bin/envoy command: -c /etc/envoy/envoy.yaml --component-log-level wasm:debug depends_on: - httpbin networks: - wasmtest ports: - "10000:10000" volumes: - ./envoy.yaml:/etc/envoy/envoy.yaml - ./main.wasm:/etc/envoy/main.wasm #...

![image](https://github.com/alibaba/higress/assets/6763318/6614490e-7c65-4621-8a34-4bdc26f78ce9) 确实 crash 在 v8 内了,目前看 macos > 11.4 有影响,不影响生产常用的linux场景,后续跟进看下