moooofly

Results 187 comments of 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`.

# [HTTP/HTTPS Analysis Using Wireshark](https://medium.com/devops-world/http-https-analysis-using-wireshark-cbe07c23520) ## 小结 **基于 private key 进行 HTTPS 解码是一种比较“老”的方式,只能针对使用 SSL 加密的 HTTPS** ,如下图所示 ![image](https://user-images.githubusercontent.com/7439290/51919442-62664880-241e-11e9-9142-16341b940041.png) > 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...

## 一个要命的失误 ![image](https://user-images.githubusercontent.com/7439290/51970398-c4bc5900-24b1-11e9-8218-136ebb0ae958.png) 在进行实验的时候,尝试点击了红框中的 `Disable SSL...` ,之后 SSL 相关的内容都看不到了; ![image](https://user-images.githubusercontent.com/7439290/51970688-84a9a600-24b2-11e9-9fc8-f6f36db1ccd2.png) 更加尴尬的是,这个问题在网络上根本搜索不到解决办法(至少我搜到的内容都是教你如何解析 SSL 的);于是我尝试在 Mac 上重新安装 Wireshark ,但重装后依旧无法显示 SSL 相关内容; 最后,还是在 Wireshark 图形界面中搜到了,如下图所示 ![image](https://user-images.githubusercontent.com/7439290/51970756-aa36af80-24b2-11e9-9f79-1f59eb86b25c.png) ![image](https://user-images.githubusercontent.com/7439290/51970798-c1759d00-24b2-11e9-9167-fba6fab92cba.png) ![image](https://user-images.githubusercontent.com/7439290/51970995-2630f780-24b3-11e9-85f5-62a5bf222233.png)