摘要:
最近在研究sherpa框架的相关问题,目前在搭建过程中碰到了一些问题在这里进行记录: 问题1、centos安装报错 Can't link to the standard math library. 解决方案: 1、重新安装glibc库,命令:sudo yum reinstall glibc 2、清空 阅读全文
摘要:
1、kafka集群中jmx端口设置 jmx端口主要用来监控kafka集群的。 在启动kafka的脚本kafka-server-start.sh中找到堆设置,添加export JMX_PORT="9999" if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then export K 阅读全文
摘要:
1、查询ES所有的索引集合按照存储由大到小排序:http://192.168.60.12:9200/_cat/indices?bytes=b&s=store.size:desc,index:asc&v=true health status index uuid pri rep docs.count 阅读全文