Joway

Results 60 comments of Joway
trafficstars

notive and will Investigate it, thanks

> the nodes of LinkBuffer are set to nil after Append, which prevents reuse and causes GC pressure. @Nana-Miko Hi, can you show me your code and how it cause...

@JHue58 记录了,会把两个if条件分开处理

@TremblingV5 Hi,你可以提pr,我标志了这个issue 是 good first issue。

此外,你现在的commit有两个地方可以改下: 1. ErrFailedLockFlushing 命名上不需要标注 failed , Err 前缀已经暗示了失败的意思。可以叫做:ErrConcurrentAccess = "concurrent connection access" 2. 不需要抽象成函数,因为 lock unlock 最好写在一个函数里

close since questioner no reply with long time

@XiaoYi-byte 因为依赖内核支持。这不是一个通用性的 feature ,所以相当于直接disable了这个

@gavinmcnair @jinleileiking I have rewrited the UI for v3 API . https://github.com/joway/burrow-dashboard

@lesismal 压测脚本有[环境要求](https://github.com/cloudwego/kitex-benchmark#%E7%8E%AF%E5%A2%83%E8%A6%81%E6%B1%82)。 你需要修改 benchmark_pb.sh 的 taskset 参数,或是在满足要求的机器上运行。repo 里的参考数据是以 client 压满 server 的前提下,对 Server 性能的一个摸底测试情况。

noticed, will fix it, thanks