-
### Your question
Why still use net.Listen in netpoll mode ? Which cause unnecessary events notification to the runtime (After Listener.Accpet, two netpoll event wait loop start, one in runtime and…
wziww updated
3 years ago
-
### Describe the bug
现象:client -serverStream-> mosn -clientStream-> server, 当clientStream读取响应发生错误时(比如响应头超过8KB),直接进行reset归还了activeClient没有关闭连接,此时clientStreamConnection.serve已经退出。由于active已经归还,后续复用时已…
-
https://github.com/sofastack/sofa-mosn/blob/93fbacb4b439ec98999812e72d45e7614b70ab85/docs/features/0.2.0/IOOptimization.md#L184-L190
As the doc shows above. How can we achieve such performance. How…
-
在layotto的一个视频里面看到有提过mosn会支持istio1.1X新版本,这块当前进度如何呀,没有找到相关的issue
看istio 社区这个 https://github.com/istio/istio/issues/23753 issue已经没有更新了
jingb updated
2 years ago
-
请教一个问题,目前连接的复用是 全局clusterManager : { protocolName: { "ip:port": connectionPool } }。我这边遇到一个问题,服务方的两个域名复用同一个IP,即一个IP两个证书,服务端会验证来源方的 HTTP HOST是否与 SNI ServerName一致,这个SNI ServerName和连接绑定,如果我这边(作为客户…
-
### Your question
i tested my own service, the offical BookInfo and httpbin services.
BookInfo is ok,but both my own service and official httpbin are all experiencing the same problems that
the se…
-
### Describe the bug
istio router accesslog format:
`[%START_TIME%] "%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%" %RESPONSE_CODE% %RESPONSE_FLAGS% "%DYNAMIC_METADATA(istio.mixer:…
-
### The New Feature
通常来说,MOSN使用的路由Action配置是将请求转发到一个特定的Cluster。实际上,MOSN路由的Action配置(路由应该转发到哪个Cluster)支持带权重的Cluster路由能力,即同一个路由规则命中以后,可以按照权重选择要转发的Cluster。
但是目前的实现存在一些缺陷:
1. 目前不同权重的Cluster必须是不同名的,但是在实…
-
### Describe the bug
err assign error! if err is nil ,then call err.Error() will failed
### Expected behavior
err!=nil && err.Error() ...
### Actual behavior
err==nil && err.Error() ...
### En…
-
### The New Feature
通过定时器,快速的发送 rpc 心跳请求,用于快速检测 rpc 长连接是否健康,如果不健康就快速关闭掉此连接,主要用于快读兜底恢复
### Your scenes
mesh rpc 微服务场景中往往是:
```
+---------------------------------------------------------…