Skip to content

Instantly share code, notes, and snippets.

@girishramnani
Created November 10, 2016 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girishramnani/0dabde87ffada26df7f658ff34f09ba1 to your computer and use it in GitHub Desktop.
Save girishramnani/0dabde87ffada26df7f658ff34f09ba1 to your computer and use it in GitHub Desktop.
.io sh[3295]: [2016-11-10T09:27:27,628][INFO ][o.e.n.Node ] [] initializing ...
.io sh[3295]: [2016-11-10T09:27:27,734][INFO ][o.e.e.NodeEnvironment ] [_xFba12] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/vda9)]], net usable_space [52.5gb], net total_space [55.8gb], spins? [possibly], types [ext4]
.io sh[3295]: [2016-11-10T09:27:27,734][INFO ][o.e.e.NodeEnvironment ] [_xFba12] heap size [1.9gb], compressed ordinary object pointers [true]
.io sh[3295]: [2016-11-10T09:27:27,742][INFO ][o.e.n.Node ] [_xFba12] node name [_xFba12] derived from node ID; set [node.name] to override
.io sh[3295]: [2016-11-10T09:27:27,745][INFO ][o.e.n.Node ] [_xFba12] version[5.0.0], pid[19], build[253032b/2016-10-26T05:11:34.737Z], OS[Linux/4.7.3-coreos-r2/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_111/25.111-b14]
.io sh[3295]: [2016-11-10T09:27:31,016][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [aggs-matrix-stats]
.io sh[3295]: [2016-11-10T09:27:31,016][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [ingest-common]
.io sh[3295]: [2016-11-10T09:27:31,016][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [lang-expression]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [lang-groovy]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [lang-mustache]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [lang-painless]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [percolator]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [reindex]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [transport-netty3]
.io sh[3295]: [2016-11-10T09:27:31,017][INFO ][o.e.p.PluginsService ] [_xFba12] loaded module [transport-netty4]
.io sh[3295]: [2016-11-10T09:27:31,020][INFO ][o.e.p.PluginsService ] [_xFba12] no plugins loaded
.io sh[3295]: [2016-11-10T09:27:31,514][WARN ][o.e.d.s.g.GroovyScriptEngineService] [groovy] scripts are deprecated, use [painless] scripts instead
.io sh[3295]: [2016-11-10T09:27:39,401][INFO ][o.e.n.Node ] [_xFba12] initialized
.io sh[3295]: [2016-11-10T09:27:39,403][INFO ][o.e.n.Node ] [_xFba12] starting ...
.io sh[3295]: [2016-11-10T09:27:39,747][INFO ][o.e.t.TransportService ] [_xFba12] publish_address {192.168.16.1:9300}, bound_addresses {[::]:9300}
.io sh[3295]: [2016-11-10T09:27:39,760][INFO ][o.e.b.BootstrapCheck ] [_xFba12] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
.io sh[3295]: [2016-11-10T09:29:39,826][WARN ][o.e.n.Node ] [_xFba12] timed out while waiting for initial discovery state - timeout: 2m
.io sh[3295]: [2016-11-10T09:29:39,861][INFO ][o.e.h.HttpServer ] [_xFba12] publish_address {192.168.16.1:9200}, bound_addresses {[::]:9200}
.io sh[3295]: [2016-11-10T09:29:39,862][INFO ][o.e.n.Node ] [_xFba12] started
.io sh[3295]: [2016-11-10T09:30:32,400][WARN ][r.suppressed ] path: /_cluster/health, params: {}
.io sh[3295]: org.elasticsearch.discovery.MasterNotDiscoveredException
.io sh[3295]: at org.elasticsearch.action.support.master.TransportMasterNodeAction$AsyncSingleAction$5.onTimeout(TransportMasterNodeAction.java:214) [elasticsearch-5.0.0.jar:5.0.0]
.io sh[3295]: at org.elasticsearch.cluster.ClusterStateObserver$ContextPreservingListener.onTimeout(ClusterStateObserver.java:350) [elasticsearch-5.0.0.jar:5.0.0]
.io sh[3295]: at org.elasticsearch.cluster.ClusterStateObserver$ObserverClusterStateListener.onTimeout(ClusterStateObserver.java:240) [elasticsearch-5.0.0.jar:5.0.0]
.io sh[3295]: at org.elasticsearch.cluster.service.ClusterService$NotifyTimeout.run(ClusterService.java:936) [elasticsearch-5.0.0.jar:5.0.0]
.io sh[3295]: at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:444) [elasticsearch-5.0.0.jar:5.0.0]
.io sh[3295]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
.io sh[3295]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
.io sh[3295]: at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment