摘要: 查看所有索引的状态信息: curl -XGET 'http://ip:port/_cat/indices?v' 查看线程池状态: curl -XGET 'http://ip:port/_cat/thread_pool?v' 查看集群状态:curl -XGET 'http://ip:port/_clu 阅读全文
posted @ 2017-02-28 15:47 swmabby 阅读(266) 评论(0) 推荐(0)
摘要: 在使用ES提供的python版本的bulk api插入数据时,总是报出如下错误: EsRejectedExcutionException[rejected execution(queue capacity 50) on ... 通过curl -XGET 'http://ip:port/_cat/th 阅读全文
posted @ 2017-02-28 15:10 swmabby 阅读(546) 评论(0) 推荐(0)
摘要: 问题描述: 在封装cgi库支持fastcgi从而在Nginx下通过spawn-fcgi方式运行时,发现通过jQuery ajax方式POST提交的数据在cgi侧获取为空。 1.先确认数据是否确实提交到服务器 工具:Fiddler 确实发送了 2.是否是Nginx转发出了问题 打开Nginx日志,添加 阅读全文
posted @ 2017-02-21 19:13 swmabby 阅读(569) 评论(0) 推荐(0)