240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    elasticsearch-机制-unsafe

    java.nio的direct内存 io.netty.buffeer.PoolArena申请Direct内存的代码: ByteBuffer.al...

  • Resize,w 360,h 240
    elasticsearch-运维-index单个文件过大导致data节点oom

    利用jhat分析java_pid25.hprof文件查看内存直方图,可以清晰的看到哪些类占用了多少内存 点击排名第一位的Bytes 我们用cur...

  • Resize,w 360,h 240
    elasticsearch-运维-文件缓存

    现象 服务器上部署了ES5集群,通过zabbix监控发现cpu load呈锯齿状,且ES所在磁盘iops read和cpu load有一样的锯齿...

  • Resize,w 360,h 240
    elasticsearch-开发-搭建环境

    工具安装 java:java 8(1.8+)gradle:https://gradle.org/install/ , 版本 4.3ES:htt...

  • Resize,w 360,h 240
    elasticsearch-机制-状态

    查看ES存储目录,可发现有多个_state目录,目录下存放了以.st为后缀的文件。例如 这些st文件内容在ES源码里被称之为MetaData,缓...

  • Resize,w 360,h 240
    elasticsearch-机制-文件系统

    在IndicesService的createIndexService函数中,IndicesService创建IndexModule实例对象,In...

  • elasticsearch-搜索-parent/child

    mapping olap_patient olap_visit index data 索引过程 olap_patient#1 olap_visi...

  • elasticsearch-搜索-nested

    ES5.4.2版本中nested空文档会导致获取inner_hits时index_out_of_bounds_exception异常在排查这个问...

  • elasticsearch-机制-ActionModule

    elasticsearch-机制-Netty4HttpServerTransportNetty4HttpServerTransport使用Res...