Guest User

Untitled

a guest
Aug 10th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 KB | None | 0 0
  1. The master node logs are as follows:
  2.  
  3. [2017-08-10T09:39:28,101][INFO ][o.e.n.Node ] [] initializing ...
  4. [2017-08-10T09:39:28,181][INFO ][o.e.e.NodeEnvironment ] [DgC03N0] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/xvda1)]], net usable_space [8.4gb], net total_space [15.4gb], spins? [possibly], types [ext4]
  5. [2017-08-10T09:39:28,181][INFO ][o.e.e.NodeEnvironment ] [DgC03N0] heap size [1007.3mb], compressed ordinary object pointers [true]
  6. [2017-08-10T09:39:28,185][INFO ][o.e.n.Node ] node name [DgC03N0] derived from node ID [DgC03N04ReWtmJ73c63QxA]; set [node.name] to override
  7. [2017-08-10T09:39:28,185][INFO ][o.e.n.Node ] version[5.5.1], pid[1], build[19c13d0/2017-07-18T20:44:24.823Z], OS[Linux/4.4.0-1026-aws/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_141/25.141-b16]
  8. [2017-08-10T09:39:28,186][INFO ][o.e.n.Node ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.cgroups.hierarchy.override=/, -Xms1g, -Xmx1g, -Djava.net.preferIPv4Stack=true, -Djava.net.preferIPv4Addresses, -Des.path.home=/usr/share/elasticsearch]
  9. [2017-08-10T09:39:31,084][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [aggs-matrix-stats]
  10. [2017-08-10T09:39:31,084][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [ingest-common]
  11. [2017-08-10T09:39:31,085][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [lang-expression]
  12. [2017-08-10T09:39:31,085][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [lang-groovy]
  13. [2017-08-10T09:39:31,086][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [lang-mustache]
  14. [2017-08-10T09:39:31,086][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [lang-painless]
  15. [2017-08-10T09:39:31,086][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [parent-join]
  16. [2017-08-10T09:39:31,086][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [percolator]
  17. [2017-08-10T09:39:31,087][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [reindex]
  18. [2017-08-10T09:39:31,087][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [transport-netty3]
  19. [2017-08-10T09:39:31,087][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded module [transport-netty4]
  20. [2017-08-10T09:39:31,088][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded plugin [ingest-geoip]
  21. [2017-08-10T09:39:31,088][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded plugin [ingest-user-agent]
  22. [2017-08-10T09:39:31,089][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded plugin [repository-s3]
  23. [2017-08-10T09:39:31,089][INFO ][o.e.p.PluginsService ] [DgC03N0] loaded plugin [x-pack]
  24. [2017-08-10T09:39:33,864][INFO ][o.e.d.DiscoveryModule ] [DgC03N0] using discovery type [zen]
  25. [2017-08-10T09:39:34,579][INFO ][o.e.n.Node ] initialized
  26. [2017-08-10T09:39:34,580][INFO ][o.e.n.Node ] [DgC03N0] starting ...
  27. [2017-08-10T09:39:34,881][INFO ][o.e.t.TransportService ] [DgC03N0] publish_address {172.31.32.168:9300}, bound_addresses {0.0.0.0:9300}
  28. [2017-08-10T09:39:34,899][INFO ][o.e.b.BootstrapChecks ] [DgC03N0] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
  29. [2017-08-10T09:40:04,933][WARN ][o.e.n.Node ] [DgC03N0] timed out while waiting for initial discovery state - timeout: 30s
  30. [2017-08-10T09:40:04,950][INFO ][o.e.h.n.Netty4HttpServerTransport] [DgC03N0] publish_address {172.31.32.168:9200}, bound_addresses {0.0.0.0:9200}
  31. [2017-08-10T09:40:04,951][INFO ][o.e.n.Node ] [DgC03N0] started
  32.  
  33. And the logs from another node are as follows:
  34.  
  35. [2017-08-10T09:39:49,306][INFO ][o.e.n.Node ] [] initializing ...
  36. [2017-08-10T09:39:49,384][INFO ][o.e.e.NodeEnvironment ] [G3jcuIS] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/xvda1)]], net usable_space [10.7gb], net total_space [15.4gb], spins? [possibly], types [ext4]
  37. [2017-08-10T09:39:49,385][INFO ][o.e.e.NodeEnvironment ] [G3jcuIS] heap size [1007.3mb], compressed ordinary object pointers [true]
  38. [2017-08-10T09:39:49,386][INFO ][o.e.n.Node ] node name [G3jcuIS] derived from node ID [G3jcuISvS0es_gubXVKnbw]; set [node.name] to override
  39. [2017-08-10T09:39:49,387][INFO ][o.e.n.Node ] version[5.5.1], pid[1], build[19c13d0/2017-07-18T20:44:24.823Z], OS[Linux/4.4.0-1026-aws/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_141/25.141-b16]
  40. [2017-08-10T09:39:49,387][INFO ][o.e.n.Node ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.cgroups.hierarchy.override=/, -Xms1g, -Xmx1g, -Djava.net.preferIPv4Stack=true, -Djava.net.preferIPv4Addresses, -Des.path.home=/usr/share/elasticsearch]
  41. [2017-08-10T09:39:52,355][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [aggs-matrix-stats]
  42. [2017-08-10T09:39:52,355][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [ingest-common]
  43. [2017-08-10T09:39:52,355][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [lang-expression]
  44. [2017-08-10T09:39:52,355][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [lang-groovy]
  45. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [lang-mustache]
  46. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [lang-painless]
  47. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [parent-join]
  48. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [percolator]
  49. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [reindex]
  50. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [transport-netty3]
  51. [2017-08-10T09:39:52,356][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded module [transport-netty4]
  52. [2017-08-10T09:39:52,357][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded plugin [ingest-geoip]
  53. [2017-08-10T09:39:52,357][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded plugin [ingest-user-agent]
  54. [2017-08-10T09:39:52,357][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded plugin [repository-s3]
  55. [2017-08-10T09:39:52,357][INFO ][o.e.p.PluginsService ] [G3jcuIS] loaded plugin [x-pack]
  56. [2017-08-10T09:39:55,693][INFO ][o.e.d.DiscoveryModule ] [G3jcuIS] using discovery type [zen]
  57. [2017-08-10T09:39:56,534][INFO ][o.e.n.Node ] initialized
  58. [2017-08-10T09:39:56,534][INFO ][o.e.n.Node ] [G3jcuIS] starting ...
  59. [2017-08-10T09:39:56,829][INFO ][o.e.t.TransportService ] [G3jcuIS] publish_address {172.31.167.200:9300}, bound_addresses {0.0.0.0:9300}
  60. [2017-08-10T09:39:56,847][INFO ][o.e.b.BootstrapChecks ] [G3jcuIS] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
  61. [2017-08-10T09:40:26,879][WARN ][o.e.n.Node ] [G3jcuIS] timed out while waiting for initial discovery state - timeout: 30s
  62. [2017-08-10T09:40:26,887][INFO ][o.e.h.n.Netty4HttpServerTransport] [G3jcuIS] publish_address {172.31.167.200:9200}, bound_addresses {0.0.0.0:9200}
  63. [2017-08-10T09:40:26,887][INFO ][o.e.n.Node ] [G3jcuIS] started
  64. [2017-08-10T09:44:56,929][WARN ][o.e.d.z.ZenDiscovery ] [G3jcuIS] failed to connect to master [{DgC03N0}{DgC03N04ReWtmJ73c63QxA}{UnGlAUrTSMqg9RKbDsYPZg}{172.31.32.168}{172.31.32.168:9300}], retrying...
  65. org.elasticsearch.transport.ConnectTransportException: [DgC03N0][172.31.32.168:9300] connect_timeout[30s]
  66. at org.elasticsearch.transport.netty4.Netty4Transport.connectToChannels(Netty4Transport.java:361) ~[?:?]
  67. at org.elasticsearch.transport.TcpTransport.openConnection(TcpTransport.java:548) ~[elasticsearch-5.5.1.jar:5.5.1]
  68. at org.elasticsearch.transport.TcpTransport.connectToNode(TcpTransport.java:472) ~[elasticsearch-5.5.1.jar:5.5.1]
  69. at org.elasticsearch.transport.TransportService.connectToNode(TransportService.java:332) ~[elasticsearch-5.5.1.jar:5.5.1]
  70. at org.elasticsearch.transport.TransportService.connectToNode(TransportService.java:319) ~[elasticsearch-5.5.1.jar:5.5.1]
  71. at org.elasticsearch.discovery.zen.ZenDiscovery.joinElectedMaster(ZenDiscovery.java:459) [elasticsearch-5.5.1.jar:5.5.1]
  72. at org.elasticsearch.discovery.zen.ZenDiscovery.innerJoinCluster(ZenDiscovery.java:411) [elasticsearch-5.5.1.jar:5.5.1]
  73. at org.elasticsearch.discovery.zen.ZenDiscovery.access$4100(ZenDiscovery.java:83) [elasticsearch-5.5.1.jar:5.5.1]
  74. at org.elasticsearch.discovery.zen.ZenDiscovery$JoinThreadControl$1.run(ZenDiscovery.java:1188) [elasticsearch-5.5.1.jar:5.5.1]
  75. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:569) [elasticsearch-5.5.1.jar:5.5.1]
  76. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
  77. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
  78. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
  79. Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: 172.31.32.168/172.31.32.168:9300
  80. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
  81. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
  82. at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:352) ~[?:?]
  83. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[?:?]
  84. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:632) ~[?:?]
  85. at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:544) ~[?:?]
  86. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:498) ~[?:?]
  87. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[?:?]
  88. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[?:?]
  89. ... 1 more
  90. Caused by: java.net.ConnectException: Connection refused
  91. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
  92. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
  93. at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:352) ~[?:?]
  94. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[?:?]
  95. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:632) ~[?:?]
  96. at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:544) ~[?:?]
  97. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:498) ~[?:?]
  98. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[?:?]
  99. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[?:?]
  100. ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment