Skip to content

Instantly share code, notes, and snippets.

@oravecz
Created May 25, 2011 15:28
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 oravecz/991171 to your computer and use it in GitHub Desktop.
Save oravecz/991171 to your computer and use it in GitHub Desktop.
Node #1 Startup Log
15:26:39,727 INFO main .ElasticSearchServer: 47 - Starting the Elastic Search server node
15:26:39,830 INFO main g.elasticsearch.node: 78 - [Champion of the Universe] {elasticsearch/0.16.0}[15658]: initializing ...
15:26:39,838 INFO main lasticsearch.plugins: 78 - [Champion of the Universe] loaded [cloud-aws]
15:26:41,717 DEBUG main csearch.cache.memory: 70 - [Champion of the Universe] using bytebuffer cache with small_buffer_size [1kb], large_buffer_size [1mb], small_cache_size [10mb], large_cache_size [500mb], direct [true]
15:26:41,730 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [cached], type [cached], keep_alive [30s]
15:26:41,733 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [index], type [cached], keep_alive [5m]
15:26:41,733 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [search], type [cached], keep_alive [5m]
15:26:41,743 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [percolate], type [cached], keep_alive [5m]
15:26:41,743 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [management], type [scaling], min [1], size [20], keep_alive [30s]
15:26:41,747 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [merge], type [scaling], min [1], size [20], keep_alive [30s]
15:26:41,747 DEBUG main ticsearch.threadpool: 70 - [Champion of the Universe] creating thread_pool [snapshot], type [scaling], min [1], size [10], keep_alive [5m]
15:26:41,766 DEBUG main y.zen.ping.multicast: 70 - [Champion of the Universe] using group [224.2.2.4], with port [54328], ttl [3], and address [null]
15:26:41,785 DEBUG main ery.zen.ping.unicast: 70 - [Champion of the Universe] using initial hosts []
15:26:41,787 DEBUG main search.discovery.ec2: 70 - [Champion of the Universe] using initial_ping_timeout [3s]
15:26:41,788 DEBUG main rch.discovery.zen.fd: 70 - [Champion of the Universe] [master] uses ping_interval [1s], ping_timeout [30s], ping_retries [3]
15:26:41,792 DEBUG main rch.discovery.zen.fd: 70 - [Champion of the Universe] [node ] uses ping_interval [1s], ping_timeout [30s], ping_retries [3]
15:26:41,917 DEBUG main rg.elasticsearch.env: 70 - [Champion of the Universe] using node location [/var/local/es/data/elasticsearch-prod/nodes/0], local_node_id [0]
15:26:42,051 DEBUG main r.routing.allocation: 70 - [Champion of the Universe] using node_concurrent_recoveries [2], node_initial_primaries_recoveries [4]
15:26:42,052 DEBUG main r.routing.allocation: 70 - [Champion of the Universe] using [allow_rebalance] with [indices_all_active]
15:26:42,052 DEBUG main r.routing.allocation: 70 - [Champion of the Universe] using [cluster_concurrent_rebalance] with [2]
15:26:42,085 DEBUG main ticsearch.monitor.os: 70 - [Champion of the Universe] Using probe [org.elasticsearch.monitor.os.JmxOsProbe@3faf7a03] with refresh_interval [5s]
15:26:42,086 DEBUG main arch.monitor.process: 70 - [Champion of the Universe] Using probe [org.elasticsearch.monitor.process.JmxProcessProbe@69fc6eed] with refresh_interval [5s]
15:26:42,086 DEBUG main arch.monitor.network: 70 - [Champion of the Universe] Using probe [org.elasticsearch.monitor.network.JmxNetworkProbe@8ca9a2d] with refresh_interval [5s]
15:26:42,088 DEBUG main arch.monitor.network: 70 - [Champion of the Universe] net_info
host [domU-12-31-39-15-36-B2]
eth0 display_name [eth0]
address [/fe80:0:0:0:1031:39ff:fe15:36b2%2] [/10.207.53.60]
mtu [1500] multicast [true] ptp [false] loopback [false] up [true] virtual [false]
lo display_name [lo]
address [/0:0:0:0:0:0:0:1%1] [/127.0.0.1]
mtu [16436] multicast [false] ptp [false] loopback [true] up [true] virtual [false]
15:26:42,258 DEBUG main index.shard.recovery: 70 - [Champion of the Universe] using concurrent_streams [5], file_chunk_size [100kb], translog_size [100kb], translog_ops [1000], and compress [true]
15:26:42,260 DEBUG main earch.indices.memory: 70 - [Champion of the Universe] using index_buffer_size [670.8mb], with min_shard_index_buffer_size [4mb], max_shard_index_buffer_size [512mb], shard_inactive_time [30m]
15:26:42,260 DEBUG main ticsearch.gateway.s3: 70 - [Champion of the Universe] using bucket [ppkc-es-gateway-prod], region [null], chunk_size [100mb], concurrent_streams [5]
15:26:43,057 DEBUG main ticsearch.gateway.s3: 70 - [Champion of the Universe] Latest metadata found at index [11]
15:26:43,060 INFO main g.elasticsearch.node: 78 - [Champion of the Universe] {elasticsearch/0.16.0}[15658]: initialized
15:26:43,060 INFO main .ElasticSearchServer: 64 - Starting the Elastic Search server node with these settings:
15:26:43,061 INFO main .ElasticSearchServer: 69 - cloud.aws.access_key : AKIAJD5OZUDKRQ3DVURA
15:26:43,061 INFO main .ElasticSearchServer: 69 - cloud.aws.secret_key : <HIDDEN>
15:26:43,061 INFO main .ElasticSearchServer: 69 - cluster.name : elasticsearch-prod
15:26:43,061 INFO main .ElasticSearchServer: 69 - discovery.type : ec2
15:26:43,061 INFO main .ElasticSearchServer: 69 - discovery.zen.ping_timeout : 5m
15:26:43,061 INFO main .ElasticSearchServer: 69 - gateway.s3.bucket : ppkc-es-gateway-prod
15:26:43,061 INFO main .ElasticSearchServer: 69 - gateway.type : s3
15:26:43,062 INFO main .ElasticSearchServer: 69 - http.enabled : true
15:26:43,062 INFO main .ElasticSearchServer: 69 - http.port : 9311
15:26:43,062 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email.filter.0 : lowercase
15:26:43,062 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email.tokenizer : uax_url_email
15:26:43,062 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email.type : custom
15:26:43,062 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.lowercase : true
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.pattern : [@.]
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.stopwords : _none_
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.type : pattern
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_split.filter.0 : lowercase
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_split.tokenizer : letter
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_split.type : custom
15:26:43,063 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.lowercase_keyword.filter.0 : lowercase
15:26:43,064 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.lowercase_keyword.tokenizer : keyword
15:26:43,064 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.lowercase_keyword.type : custom
15:26:43,064 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.char_filter.0 : html_strip
15:26:43,072 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.0 : standard
15:26:43,072 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.1 : lowercase
15:26:43,072 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.2 : stop
15:26:43,072 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.3 : porterStem
15:26:43,072 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.tokenizer : standard
15:26:43,073 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.type : custom
15:26:43,073 INFO main .ElasticSearchServer: 69 - index.mapping._id.indexed : true
15:26:43,073 INFO main .ElasticSearchServer: 69 - index.store.fs.memory.direct : true
15:26:43,073 INFO main .ElasticSearchServer: 69 - index.store.memory.direct : true
15:26:43,073 INFO main .ElasticSearchServer: 69 - index.store.memory.warm_cache : true
15:26:43,073 INFO main .ElasticSearchServer: 69 - index.store.type : niofs
15:26:43,074 INFO main .ElasticSearchServer: 69 - name : Champion of the Universe
15:26:43,074 INFO main .ElasticSearchServer: 69 - network.host : _eth0:ipv4_
15:26:43,074 INFO main .ElasticSearchServer: 69 - node.data : true
15:26:43,074 INFO main .ElasticSearchServer: 69 - path.conf : /usr/share/tomcat6/webapps/ROOT//WEB-INF/config
15:26:43,074 INFO main .ElasticSearchServer: 69 - path.data : /var/local/es/data
15:26:43,074 INFO main .ElasticSearchServer: 69 - path.data_with_cluster : /var/local/es/data/elasticsearch-prod
15:26:43,075 INFO main .ElasticSearchServer: 69 - path.home : /var/local/es
15:26:43,075 INFO main .ElasticSearchServer: 69 - path.logs : /var/local/es/logs
15:26:43,075 INFO main .ElasticSearchServer: 69 - path.work : /var/local/es/work
15:26:43,075 INFO main .ElasticSearchServer: 69 - path.work_with_cluster : /var/local/es/work/elasticsearch-prod
15:26:43,075 INFO main .ElasticSearchServer: 69 - transport.tcp.port : 9310
15:26:43,075 INFO main g.elasticsearch.node: 78 - [Champion of the Universe] {elasticsearch/0.16.0}[15658]: starting ...
15:26:43,103 DEBUG main .NioProviderMetadata: 70 - Using the autodetected NIO constraint level: 0
15:26:43,148 DEBUG main arch.transport.netty: 70 - [Champion of the Universe] Bound to address [/10.207.53.60:9310]
15:26:43,150 INFO main sticsearch.transport: 78 - [Champion of the Universe] bound_address {inet[/10.207.53.60:9310]}, publish_address {inet[/10.207.53.60:9310]}
15:26:43,175 TRACE main sticsearch.discovery: 62 - [Champion of the Universe] waiting for 30s for the initial state to be set by the discovery
15:26:43,379 TRACE thread-1 search.discovery.ec2: 62 - [Champion of the Universe] building dynamic unicast discovery nodes...
15:26:43,383 TRACE thread-1 search.discovery.ec2: 62 - [Champion of the Universe] adding i-c79142a9, address 10.193.135.143, transport_address inet[/10.193.135.143:9310]
15:26:43,383 TRACE thread-1 search.discovery.ec2: 62 - [Champion of the Universe] adding i-c59142ab, address 10.207.53.60, transport_address inet[/10.207.53.60:9310]
15:26:43,383 DEBUG thread-1 search.discovery.ec2: 70 - [Champion of the Universe] using dynamic discovery nodes [[#cloud-i-c79142a9-0][inet[/10.193.135.143:9310]], [#cloud-i-c59142ab-0][inet[/10.207.53.60:9310]]]
15:26:46,464 TRACE thread-4 search.discovery.ec2: 62 - [Champion of the Universe] building dynamic unicast discovery nodes...
15:26:46,464 TRACE thread-4 search.discovery.ec2: 62 - [Champion of the Universe] adding i-c79142a9, address 10.193.135.143, transport_address inet[/10.193.135.143:9310]
15:26:46,465 TRACE thread-4 search.discovery.ec2: 62 - [Champion of the Universe] adding i-c59142ab, address 10.207.53.60, transport_address inet[/10.207.53.60:9310]
15:26:46,465 DEBUG thread-4 search.discovery.ec2: 70 - [Champion of the Universe] using dynamic discovery nodes [[#cloud-i-c79142a9-0][inet[/10.193.135.143:9310]], [#cloud-i-c59142ab-0][inet[/10.207.53.60:9310]]]
15:27:01,481 DEBUG thread-1 search.discovery.ec2: 70 - [Champion of the Universe] ping responses: {none}
15:27:01,485 DEBUG thread-1 arch.cluster.service: 70 - [Champion of the Universe] processing [zen-disco-join (elected_as_master)]: execute
15:27:01,486 DEBUG thread-1 arch.cluster.service: 70 - [Champion of the Universe] cluster state updated, version [1], source [zen-disco-join (elected_as_master)]
15:27:01,486 INFO thread-1 arch.cluster.service: 78 - [Champion of the Universe] new_master [Champion of the Universe][2Jds85mKRoma1slaj_aFLQ][inet[/10.207.53.60:9310]], reason: zen-disco-join (elected_as_master)
15:27:04,411 TRACE thread-2 ery.zen.ping.unicast: 66 - [Champion of the Universe] [1] failed to connect to [#cloud-i-c79142a9-0][inet[/10.193.135.143:9310]]
org.elasticsearch.transport.ConnectTransportException: [][inet[/10.193.135.143:9310]] connect_timeout[30s]
at org.elasticsearch.transport.netty.NettyTransport.connectToChannels(NettyTransport.java:512)
at org.elasticsearch.transport.netty.NettyTransport.connectToNode(NettyTransport.java:473)
at org.elasticsearch.transport.TransportService.connectToNode(TransportService.java:126)
at org.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing$3.run(UnicastZenPing.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.net.ConnectException: Connection timed out
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:592)
at org.elasticsearch.common.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
at org.elasticsearch.common.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
at org.elasticsearch.common.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44)
... 3 more
15:27:04,453 DEBUG thread-1 arch.transport.netty: 70 - [Champion of the Universe] Connected to node [[Champion of the Universe][2Jds85mKRoma1slaj_aFLQ][inet[/10.207.53.60:9310]]]
15:27:04,454 TRACE thread-6 ery.zen.ping.unicast: 62 - [Champion of the Universe] [1] connecting to [Champion of the Universe][2Jds85mKRoma1slaj_aFLQ][inet[/10.207.53.60:9310]], disconnect[false]
15:27:04,463 DEBUG thread-1 search.river.cluster: 70 - [Champion of the Universe] processing [reroute_rivers_node_changed]: execute
15:27:04,464 DEBUG thread-1 search.river.cluster: 70 - [Champion of the Universe] processing [reroute_rivers_node_changed]: no change in cluster_state
15:27:04,464 DEBUG thread-1 arch.cluster.service: 70 - [Champion of the Universe] processing [zen-disco-join (elected_as_master)]: done applying updated cluster_state
15:27:04,464 TRACE main sticsearch.discovery: 62 - [Champion of the Universe] initial state set from discovery
15:27:04,465 INFO main sticsearch.discovery: 78 - [Champion of the Universe] elasticsearch-prod/2Jds85mKRoma1slaj_aFLQ
15:27:04,469 INFO main g.elasticsearch.http: 78 - [Champion of the Universe] bound_address {inet[/10.207.53.60:9311]}, publish_address {inet[/10.207.53.60:9311]}
15:27:04,470 INFO main g.elasticsearch.node: 78 - [Champion of the Universe] {elasticsearch/0.16.0}[15658]: started
15:27:04,473 DEBUG thread-2 ticsearch.gateway.s3: 70 - [Champion of the Universe] reading state from gateway org.elasticsearch.gateway.shared.SharedStorageGateway$1@7756c69c ...
15:27:04,488 INFO main .ElasticSearchServer: 161 - ES cluster status is RED. Waiting for ES recovery.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment