mackbook安装brew报错Failed to connect to raw.githubusercontent.com port 443: Operation timed out 今天在macbook上安装brew,安装命令为 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/in... 2019年11月4日 mac 浏览量:1,010 次 发表评论 阅读全文
elasticsearch7.3脚本执行报错Cannot cast java.lang.String to java.util.ArrayList 现document有一个字段tags是一个数组。 现在要往这个tags里新增一个tag,脚本里写的是ctx._source.tags+=params.new_tag。实际上这个写法在5.x里是没有问题... 2019年9月1日 全文检索 浏览量:1,596 次 发表评论 阅读全文
elasticsearch7.3报错[script] unknown field [file], parser not found elasticsearch7.3报错 unknown field , parser not found 原因:高版本的elasticsearch不支持file类型,也就是说不支持从外部文件读取脚本。 ... 2019年8月31日 全文检索 浏览量:4,387 次 发表评论 阅读全文
centos系统启动jenkins,nexus,tomcat后不久进程被自动kill掉 centos系统启动jenkins,nexus,tomcat后不久进程总是被自动kill掉,最初以为是 系统内存不足引起的,因为当时gitlab占用的内存很大,剩余内存只有3G左右。但是后来把gitl... 2019年4月8日 linux 浏览量:1,384 次 发表评论 阅读全文