heshc
heshc
fastdfs6.9.5 libfastcommon-1.0.69 libserverframe-1.1.29 最新版本运行一段时间后storage异常退出,且storage 无任何异常日志,查看服务器系统日志有一句kernel报错 kernel: dio-p00-r[3][30232]: segfault at 0 ip (null) sp 00007f494735fd78 error 14 in fdfs_storaged[400000+58000]
./nginx -V  curl 如图  403如图  其中 http/ngx_http_header_filter_module.c 中修改  core/nginx.h中修改  这个403 中 response headers 的server是别的地方处理的吗? Tengine version 3.1.0 ### Ⅴ. Anything else we need to know?...
## Feature Request **Is your feature request related to a problem? Please describe:** SSH高版本已经抛弃了RSA方式,但目前tiup部署免密方式还是去检测的RSA,在SSH 禁用了RSA算法后,使用免密方式部署或者扩容tidb集群就会有各种问题。即使使用了--ssh=system 参数,仍去检测了/home/tidb/.ssh 和/home/tidb/.tiup/storage/cluster/clusters/tidb-aaa/ssh/下 有没有id_rsa文件 **Describe the feature you'd like:** tiup不应该去关注ssh使用了哪种加密方式,希望tiup后续的版本可以适配SSH多种加密算法,而不是写死一种