Ian.Zhang

Results 6 issues of Ian.Zhang

downlaod large file from Jetty (ambari webhdfs) is slow I have a file about 5G, download from hdfs at 12M/s, buy my network could reach 500M/s, and smaller file work...

## Feature Request nats-server: v2.8.0 When I benchmark MQTT protocal, I found that MQTT support is supported with 3 stream with replica set to 3: ``` │ $MQTT_rmsgs │ │...

🎉 enhancement

If there are a million MQTT clients, They would produce a huge number of promethus entries as jetstream consumers. This could put presure on promethus servser. And hard to make...

### Checklist - [X] I am reporting a documentation issue in this repo, not https://docs.ipfs.tech. - [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue. ### Location _No...

help wanted
topic/docs-ipfs
exp/novice
P2
topic/docs
topic/devexp

发现下面的代码在服务端重启时,客户端上报的sn和服务端的rcv_nxt不一致,导致服务端恢复的连接无法read客户端数据。 在代码增加恢复服务端rcv_nxt是否可行呢?(下面代码注释部分) https://github.com/xtaci/kcp-go/blob/e026777b9cb8afa9ce8a963f3e54ffccaf03f6a1/sess.go#L838C3-L847C4 ``` golang if s == nil && convRecovered { // new session if len(l.chAccepts) < cap(l.chAccepts) { // do not let the new sessions overwhelm accept queue...

https://github.com/JakubSzark/zig-string/blob/4648a214560764c8975487b4dae4af5bdf08bd2d/zig-string.zig#L362 I think that the returned slice need to be free after use, so init and free slice using the allocator of String seems to be better. So that I...