LiuWei
LiuWei
第一章:"业界比较熟悉的Erlang编程语言的并发编程模型也是CSP理论的另一种实现。” Erlang 是CSP模型还是Actor模型?
https://github.com/etcd-io/etcd/blob/b1610934e3b854df22ec802989df7257a219fae0/server/etcdserver/apply.go#L1107 If the revision in the RangeRequest executed in the txn is -1, the current tx will fail: return mvcc.ErrCompacted
**Describe the bug (描述bug)** 1. 服务里使用brpc client 连接到了其他的brpc服务; 2. brpc针对这条连接会作周期性的HealthCheck, 使用HealthCheckTask实现; 3. 服务进程退出时,有一定的概率出现下面的core dump:  4. 看起来像是HealCehckTask还有运行,但是glog相关的静态变量由于进程退出已经不存在了。 **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: CentOs 7 Compiler: brpc:...