zoukankan      html  css  js  c++  java
  • elasticsearh 中每个节点中需要有相同的插件

    elasticsearh 中每个节点中需要有相同的插件
    
    [2016-09-13 19:25:24,049][INFO ][discovery.zen            ] [node02] failed to send join request to master [{node01}{QK57J4obTmukWlK3pa3cNg}{192.168.32.80}{192.168.32.80:9300}], reason [RemoteTransportException[[node01][192.168.32.80:9300][internal:discovery/zen/join]]; nested: IllegalStateException[failure when sending a validation request to node]; nested: RemoteTransportException[[node02][192.168.32.81:9300][internal:discovery/zen/join/validate]]; nested: IllegalArgumentException[No custom metadata prototype registered for type [licenses], node like missing plugins]; ]
    [2016-09-13 19:25:27,059][WARN ][transport.netty          ] [node02] exception caught on transport layer [[id: 0xe58fa103, /192.168.32.80:39946 => /192.168.32.81:9300]], closing connection
    java.lang.IllegalStateException: Message not fully read (request) for requestId [9740], action [internal:discovery/zen/join/validate], readerIndex [62299] vs expected [77815]; resetting
    	at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:121)
    	at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
    
    
    node like missing plugins]
    
    
    192.168.32.80:
    
    [elk@zjtest7-redis bin]$ ./plugin  list
    Installed plugins in /usr/local/elasticsearch-2.3.4/plugins:
        - marvel-agent
        - license
        - head
        - bigdesk
    
    卸载:
    zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin remove license
    -> Removing license...
    Removed license
    zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin remove marvel-agent
    -> Removing marvel-agent...
    Removed marvel-agent
    zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin remove bigdesk
    -> Removing bigdesk...
    Removed bigdesk
    
    
    192.168.32.81:
    Installed plugins in /usr/local/elasticsearch-2.3.4/plugins:
        - head
    
    
    [elk@zjtest7-haproxy bin]$ ./plugin  list
    Installed plugins in /usr/local/elasticsearch-2.3.4/plugins:
        - head
        - bigdesk
    
    
    注意 :
    
    每个节点都需要有相同的插件

  • 相关阅读:
    iBase4J部署总结
    就像我爱你,不仅仅是今天
    10年千亿美元,紫光集团目标跻身全球前五的存储器企业
    ddd
    微信的API都是通过https调用实现的,分为post方法调用和get方法调用。不需要上传数据的采用get方法(使用IntraWeb开发)
    管道通信实例(A程序作为服务器,不断从B程序接收数据,并发送到C程序中)
    HTTP协议中的短轮询、长轮询、长连接和短连接
    细说gulp
    Linux IO 调度器
    SPARK如何使用AKKA实现进程、节点通信
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350266.html
Copyright © 2011-2022 走看看