Jason Joo

Results 30 comments of Jason Joo

> > 我二次开发改了一些页面后重器之后没有变化是不是有缓存的原因啊!,缓存应该怎么清理呢 > > 同求。 > 运维部署到服务器,改了 vendors/client/containers/Home/的js 文件,重启服务器没有变化 需要 yapi build

> The short answer is: set it again, for your case, `eru-cli node set --volume /data8:0 $nodename` > > Due to current implementation, to discard an unused volume, you must...

@doyoubi yelp, i took corvus as a training project several days ago and found the problem. considering modification, would it never be used to be a full functional dict in...

The only special things now is that we should **DELETE first** when the key already exists in the dict. So we can document THIS for special. Or we can add...

@maralla I do have considered this kind of fix. But there maybe a memory management problem if we just update the pointer to a new one simply. Caller could FREE...

@maralla yes, you are right. it does the responsibility of caller. btw, maybe the small fix from our training project cost us too much discussion. we can make some conclusions...

The implementation of pub/sub in cluster mode is node-equal. So the msg would be received through any connection to any node of the cluster by publishing it to any node...

@doyoubi Thanks for responding. So whether there is a possible plan or just a plan to add it into? We are planning to add it into our branch in production....

Yes, it's different. So we should keep this kind of connections separately. Maybe we should get some results first and let's discuss it later if it's really quite simple.

这样的情况下,需要具体研究,一般是三个大方向: # Ping值 因为加了中间层,所以需要具体调研链路情况,从client -> redis变成了client -> corvus -> redis,简单的测试方法,就是单线程地调用一定次数(例如10000次)使用平均值来对比。 如果Ping值提高了(较为显著),需要先去解决这个问题,但此时并发能力并无太大变化。 # 带宽 参考Ping值 # 多例 corvus被设计为无状态,可多例做负载均衡,例如三个实例来同时做压力均衡,这种模式下再做压测。