-
在使用mosn时发现,mosn在连接http2后端时,目前只支持单链接。导致在高并发下,单链接问题成为单机性能的瓶颈。
可否支持一下http2后端多连接能力呢?
-
https://github.com/mosn/mosn/blob/45d911be1b39b0cd043002d95d7249e2550f7fd7/pkg/stream/xprotocol/keepalive.go#L228-L231
因为是每次连接读超时的时候进行一个sendKeepAlive,那么下面这种场景会有问题:
1. 连接本身空闲了一段时间,快到关闭的时间了
2. 这时候转…
-
### Describe the bug
我在使用x-protocol扩展第三方RPC协议时,编解码逻辑都验证ok了,最后发现匹配不到路由,我的配置如下:
` {
"name":"serverListener",
"address": "127.0.0.1:2046",
"bind_port": true,
"log_pat…
-
通过查看 metrics 设计实现,期待 metrics 中数据管理功能迁移到 https://github.com/mosn/pkg 项目下。
## metrics 设计实现
metrics 当前实现设计可以拆分三部分: 指标使用, 指标保存, 指标上报。
指标使用:指在数据的流程运行中,使用创建的指标进行数据记录,如果 downstream 接口中 counter 的统计。
metri…
-
我想打开cluster主动健康检查,目前mosn只支持静态cluster配置吗?
从debug看,istio下发的cds中定义的healthcheck和 mosn中cluster对象里的healthcheck是不匹配的,没有protocol,serviceName,mosn在创建cluster时,如果没有serviceName,我看也不会启动健康检查.
另外协议上的话,dubbo目前应该不支…
-
### The New Feature
support dev container that in debain amd64 docker
### Your scenes
development mosn in linux/amd64 container
### Your advice
build debian(amd64) docker whit go runtim…
-
https://github.com/alibaba/sentinel-golang/blob/master/core/stat/stat_slot.go#L68
这个位置是直接设置了rt := util.CurrentTimeMillis() - ctx.StartTime(),调用方就算在前面通过 ctx.PutRT也没法生效,是不是应该通过rt := ctx.RT()获取,如果已经设置…
-
**What would you like to be added**:
We need OSS API components, including
- [ ] minIO
- [x] ceph
- [ ] tencent cloud
- [ ] qiniu cloud
- [ ] azure
- [ ] gcp
- [x] huawei云
Help wanted!…
-
### Your question
When I started mosn [here](https://mosn.io/docs/user-guide/start/istio/). The demo project didn't start correctly. The mosn try bind bind a port. but this ip didn't belong to any…
-
你好,有个问题咨询一下:
**我遇到的问题的背景是:**
我们的业务在进行慢接口排查时发现,某个接口在进行rpc调用时,下游服务处理了130ms后就返回了结果,返回的对象超过500kb,最终在mosn侧处理了超过350ms。
但是这个问题在某次发布后得到了解决,发布后该接口在mosn侧的耗时小到几乎可以忽略不计。当次发布的内容是升级了一个第三方依赖的jar包,主要是新增了一个下游…