Xin.Zh

Results 63 issues of Xin.Zh

siddontang,在查看你的时间轮代码时候,觉得(TimingWheel)After()函数中index计算不正确,为了验证猜想,我写了如下测试用例: - https://github.com/AlexStocks/go-practice/blob/master/time/siddontang_time_wheel.go 输出是:expect time cost 100s, while real time cost is 110 s. 显然,当运行次数越多,你的timingwheel的时间误差将越多,我给你修正后的(TimingWheel)After()函数代码如下: func (w *TimingWheel) After(timeout time.Duration) = w.maxTimeout { panic("timeout too much, over maxtimeout") } ```...

Welcome to use getty. To know who is using it, pls append your org info as follow, * Organization:Alibaba (Required) * Location: Hangzhou, Zhejiang, China(Required) * Contact: [email protected] (Optional) *...

* 底层使用epoll + 事件驱动编程模型,替代golang默认的epoll + 协程阻塞编程模型。 * 开关配置,用户可根据自身的场景,决定使用何种协程模型。

At present, the rpc means that only the server can receive request from client and then send back its response. However, the client can not handle the request from the...

enhancement

firstly, show my rmt.conf as follows: [source] type: single servers: -10.10.10.9:6379 -10.10.10.10:6380 [target] type: rdb file [common] listen: 10.33.80.221:8888 step: 1 mbuf_size: 4096 source_safe: true dir: data When rmt completes...

Welcome to use dubbo-go. To know who is using it, pls append your org info as follow, * Organization:Alibaba (Required) * Location: Hangzhou, Zhejiang, China(Required) * Contact: [email protected] (Optional) *...

notice

**What happened**: nacos-go-sdk stdout 是有重定向的,但是在 dubbogo 层面没有透出

**What happened**: 当前使用 hessian-go 的用户,极为容易写错 Java Class 对应的 Go Struct **What you expected to happen**: 写一个工具,自动为 Java Class 生成其对应的 Go struct。这个工具可以初步分为两个功能: 1 检测功能:刚开始简单点,用户生成 Java Class 的 Go struct,依照本项目的众多测试用例,这个工具用于生成测试代码,用于测试用户生产的代码是否能够正常运行; 2 生成代码工具:自动生成...

Welcome to use seata-php. To know who is using it, pls append your org info as follow, ``` Organization:Alibaba (Required) Location: Hangzhou, Zhejiang, China(Required) Contact: [[email protected]](mailto:[email protected]) (Optional) Purpose:used as our...

在测试系统负载均衡的时候,kv进程core掉,callstack如下: > #0 runtime.raise () at /usr/local/go/src/runtime/sys_linux_amd64.s:113 > #1 0x000000000044e5d2 in runtime.raisebadsignal (sig=11, c=0x7f4e517f7ed8) at /usr/local/go/src/runtime/signal_unix.go:453 > #2 0x000000000044ea33 in runtime.badsignal (sig=11, c=0x7f4e517f7ed8) at /usr/local/go/src/runtime/signal_unix.go:562 > #3 0x000000000044e1eb in runtime.sigtrampgo...