moooofly
moooofly
> @zhongjimax ,你提到: > > > 无论是Codis系统也好,twproxy也好,或是网易,搜狐自己研发的 proxy,都只会访问master节点。slave节点只是用作备用设备,并在master无法提供服务的时候,提升slave为master节点。 > > 我赞同这个,我也没有使用读写分离。我的问题是,如果master挂了,这时会将slave提上来做为新的master。这个过程中,codis是如何保证数据的强一致性的?我在网上看到说,codis设计之初就是为了保证数据的强一致性,做了哪些事情呢? 我不知道你是不是codis的开发人员,不知道这样问你合不合适,谢谢 基于我目前的认知,codis 无法保证主从上数据的一致,当然这不是 codis 的问题,是所有异步主从复制系统都有的问题;
@pankajsoni19 meet the same issue recently, wonder how you fix it tks
Thanks for quick reply. In my case, it is a real matter, because I find that there are quite many logs writen into this file Also I find that my...
@Vagabond Thanks for your tips, I will have a try.
by https://erlang.org/doc/man/run_erl.html , find that erlang.log is created by `run_erl`.
> 打不开了怎么执行呢? 同问 +1
# [HTTP/HTTPS Analysis Using Wireshark](https://medium.com/devops-world/http-https-analysis-using-wireshark-cbe07c23520) ## 小结 **基于 private key 进行 HTTPS 解码是一种比较“老”的方式,只能针对使用 SSL 加密的 HTTPS** ,如下图所示  > SSLv3 是 SSL 的最高版本 抓包示例文件: - [A simple HTTP request and...
# [Wireshark/SSL](https://wiki.wireshark.org/SSL) ## Secure Socket Layer (SSL) > **Transport Layer Security (TLS)** provides security in the communication between two hosts. It provides **integrity**, **authentication** and **confidentiality**. It is used most...
## 一个要命的失误  在进行实验的时候,尝试点击了红框中的 `Disable SSL...` ,之后 SSL 相关的内容都看不到了;  更加尴尬的是,这个问题在网络上根本搜索不到解决办法(至少我搜到的内容都是教你如何解析 SSL 的);于是我尝试在 Mac 上重新安装 Wireshark ,但重装后依旧无法显示 SSL 相关内容; 最后,还是在 Wireshark 图形界面中搜到了,如下图所示   