Skip to content

Instantly share code, notes, and snippets.

@oravecz
Created May 25, 2011 15:30
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/991179 to your computer and use it in GitHub Desktop.
Save oravecz/991179 to your computer and use it in GitHub Desktop.
Node #2 Startup Log
15:26:31,392 INFO main .ElasticSearchServer: 47 - Starting the Elastic Search server node
15:26:31,496 INFO main g.elasticsearch.node: 78 - [Victorius] {elasticsearch/0.16.0}[15567]: initializing ...
15:26:31,505 INFO main lasticsearch.plugins: 78 - [Victorius] loaded [cloud-aws]
15:26:33,401 DEBUG main csearch.cache.memory: 70 - [Victorius] using bytebuffer cache with small_buffer_size [1kb], large_buffer_size [1mb], small_cache_size [10mb], large_cache_size [500mb], direct [true]
15:26:33,414 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [cached], type [cached], keep_alive [30s]
15:26:33,418 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [index], type [cached], keep_alive [5m]
15:26:33,418 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [search], type [cached], keep_alive [5m]
15:26:33,419 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [percolate], type [cached], keep_alive [5m]
15:26:33,420 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [management], type [scaling], min [1], size [20], keep_alive [30s]
15:26:33,423 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [merge], type [scaling], min [1], size [20], keep_alive [30s]
15:26:33,424 DEBUG main ticsearch.threadpool: 70 - [Victorius] creating thread_pool [snapshot], type [scaling], min [1], size [10], keep_alive [5m]
15:26:33,453 DEBUG main y.zen.ping.multicast: 70 - [Victorius] using group [224.2.2.4], with port [54328], ttl [3], and address [null]
15:26:33,459 DEBUG main ery.zen.ping.unicast: 70 - [Victorius] using initial hosts []
15:26:33,460 DEBUG main search.discovery.ec2: 70 - [Victorius] using initial_ping_timeout [3s]
15:26:33,462 DEBUG main rch.discovery.zen.fd: 70 - [Victorius] [master] uses ping_interval [1s], ping_timeout [30s], ping_retries [3]
15:26:33,465 DEBUG main rch.discovery.zen.fd: 70 - [Victorius] [node ] uses ping_interval [1s], ping_timeout [30s], ping_retries [3]
15:26:33,587 DEBUG main rg.elasticsearch.env: 70 - [Victorius] using node location [/var/local/es/data/elasticsearch-prod/nodes/0], local_node_id [0]
15:26:33,725 DEBUG main r.routing.allocation: 70 - [Victorius] using node_concurrent_recoveries [2], node_initial_primaries_recoveries [4]
15:26:33,726 DEBUG main r.routing.allocation: 70 - [Victorius] using [allow_rebalance] with [indices_all_active]
15:26:33,726 DEBUG main r.routing.allocation: 70 - [Victorius] using [cluster_concurrent_rebalance] with [2]
15:26:33,749 DEBUG main ticsearch.monitor.os: 70 - [Victorius] Using probe [org.elasticsearch.monitor.os.JmxOsProbe@6cb910c6] with refresh_interval [5s]
15:26:33,750 DEBUG main arch.monitor.process: 70 - [Victorius] Using probe [org.elasticsearch.monitor.process.JmxProcessProbe@fd50fd2] with refresh_interval [5s]
15:26:33,751 DEBUG main arch.monitor.network: 70 - [Victorius] Using probe [org.elasticsearch.monitor.network.JmxNetworkProbe@606f6068] with refresh_interval [5s]
15:26:33,766 DEBUG main arch.monitor.network: 70 - [Victorius] net_info
host [domU-12-31-39-0F-84-61]
eth0 display_name [eth0]
address [/fe80:0:0:0:1031:39ff:fe0f:8461%2] [/10.193.135.143]
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:33,958 DEBUG main index.shard.recovery: 70 - [Victorius] using concurrent_streams [5], file_chunk_size [100kb], translog_size [100kb], translog_ops [1000], and compress [true]
15:26:33,960 DEBUG main earch.indices.memory: 70 - [Victorius] 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:33,961 DEBUG main ticsearch.gateway.s3: 70 - [Victorius] using bucket [ppkc-es-gateway-prod], region [null], chunk_size [100mb], concurrent_streams [5]
15:26:34,902 DEBUG main ticsearch.gateway.s3: 70 - [Victorius] Latest metadata found at index [11]
15:26:34,905 INFO main g.elasticsearch.node: 78 - [Victorius] {elasticsearch/0.16.0}[15567]: initialized
15:26:34,905 INFO main .ElasticSearchServer: 64 - Starting the Elastic Search server node with these settings:
15:26:34,905 INFO main .ElasticSearchServer: 69 - cloud.aws.access_key : AKIAJD5OZUDKRQ3DVURA
15:26:34,906 INFO main .ElasticSearchServer: 69 - cloud.aws.secret_key : <HIDDEN>
15:26:34,906 INFO main .ElasticSearchServer: 69 - cluster.name : elasticsearch-prod
15:26:34,906 INFO main .ElasticSearchServer: 69 - discovery.type : ec2
15:26:34,906 INFO main .ElasticSearchServer: 69 - discovery.zen.ping_timeout : 5m
15:26:34,906 INFO main .ElasticSearchServer: 69 - gateway.s3.bucket : ppkc-es-gateway-prod
15:26:34,906 INFO main .ElasticSearchServer: 69 - gateway.type : s3
15:26:34,907 INFO main .ElasticSearchServer: 69 - http.enabled : true
15:26:34,907 INFO main .ElasticSearchServer: 69 - http.port : 9311
15:26:34,907 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email.filter.0 : lowercase
15:26:34,907 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email.tokenizer : uax_url_email
15:26:34,907 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email.type : custom
15:26:34,907 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.lowercase : true
15:26:34,908 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.pattern : [@.]
15:26:34,908 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.stopwords : _none_
15:26:34,913 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_regex.type : pattern
15:26:34,914 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_split.filter.0 : lowercase
15:26:34,914 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_split.tokenizer : letter
15:26:34,914 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.email_split.type : custom
15:26:34,914 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.lowercase_keyword.filter.0 : lowercase
15:26:34,914 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.lowercase_keyword.tokenizer : keyword
15:26:34,914 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.lowercase_keyword.type : custom
15:26:34,915 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.char_filter.0 : html_strip
15:26:34,915 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.0 : standard
15:26:34,915 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.1 : lowercase
15:26:34,915 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.2 : stop
15:26:34,915 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.filter.3 : porterStem
15:26:34,915 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.tokenizer : standard
15:26:34,916 INFO main .ElasticSearchServer: 69 - index.analysis.analyzer.porter_standard.type : custom
15:26:34,916 INFO main .ElasticSearchServer: 69 - index.mapping._id.indexed : true
15:26:34,916 INFO main .ElasticSearchServer: 69 - index.store.fs.memory.direct : true
15:26:34,916 INFO main .ElasticSearchServer: 69 - index.store.memory.direct : true
15:26:34,916 INFO main .ElasticSearchServer: 69 - index.store.memory.warm_cache : true
15:26:34,917 INFO main .ElasticSearchServer: 69 - index.store.type : niofs
15:26:34,917 INFO main .ElasticSearchServer: 69 - name : Victorius
15:26:34,917 INFO main .ElasticSearchServer: 69 - network.host : _eth0:ipv4_
15:26:34,917 INFO main .ElasticSearchServer: 69 - node.data : true
15:26:34,918 INFO main .ElasticSearchServer: 69 - path.conf : /usr/share/tomcat6/webapps/ROOT//WEB-INF/config
15:26:34,918 INFO main .ElasticSearchServer: 69 - path.data : /var/local/es/data
15:26:34,918 INFO main .ElasticSearchServer: 69 - path.data_with_cluster : /var/local/es/data/elasticsearch-prod
15:26:34,918 INFO main .ElasticSearchServer: 69 - path.home : /var/local/es
15:26:34,918 INFO main .ElasticSearchServer: 69 - path.logs : /var/local/es/logs
15:26:34,918 INFO main .ElasticSearchServer: 69 - path.work : /var/local/es/work
15:26:34,919 INFO main .ElasticSearchServer: 69 - path.work_with_cluster : /var/local/es/work/elasticsearch-prod
15:26:34,919 INFO main .ElasticSearchServer: 69 - transport.tcp.port : 9310
15:26:34,919 INFO main g.elasticsearch.node: 78 - [Victorius] {elasticsearch/0.16.0}[15567]: starting ...
15:26:34,945 DEBUG main .NioProviderMetadata: 70 - Using the autodetected NIO constraint level: 0
15:26:34,991 DEBUG main arch.transport.netty: 70 - [Victorius] Bound to address [/10.193.135.143:9310]
15:26:34,994 INFO main sticsearch.transport: 78 - [Victorius] bound_address {inet[/10.193.135.143:9310]}, publish_address {inet[/10.193.135.143:9310]}
15:26:34,999 TRACE main sticsearch.discovery: 62 - [Victorius] waiting for 30s for the initial state to be set by the discovery
15:26:35,164 TRACE thread-1 search.discovery.ec2: 62 - [Victorius] building dynamic unicast discovery nodes...
15:26:35,168 TRACE thread-1 search.discovery.ec2: 62 - [Victorius] adding i-c79142a9, address 10.193.135.143, transport_address inet[/10.193.135.143:9310]
15:26:35,169 TRACE thread-1 search.discovery.ec2: 62 - [Victorius] adding i-c59142ab, address 10.207.53.60, transport_address inet[/10.207.53.60:9310]
15:26:35,169 DEBUG thread-1 search.discovery.ec2: 70 - [Victorius] 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:35,241 DEBUG thread-2 arch.transport.netty: 70 - [Victorius] Connected to node [[Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]]
15:26:35,244 TRACE thread-2 ery.zen.ping.unicast: 62 - [Victorius] [1] connecting to [Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]], disconnect[false]
15:26:35,285 TRACE ker #1-4 ery.zen.ping.unicast: 62 - [Victorius] [1] received response from [Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]: [ping_response{target [[Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]], master [null], cluster_name[elasticsearch-prod]}, ping_response{target [[Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]], master [null], cluster_name[elasticsearch-prod]}]
15:26:38,250 TRACE thread-2 search.discovery.ec2: 62 - [Victorius] building dynamic unicast discovery nodes...
15:26:38,250 TRACE thread-2 search.discovery.ec2: 62 - [Victorius] adding i-c79142a9, address 10.193.135.143, transport_address inet[/10.193.135.143:9310]
15:26:38,275 TRACE thread-2 search.discovery.ec2: 62 - [Victorius] adding i-c59142ab, address 10.207.53.60, transport_address inet[/10.207.53.60:9310]
15:26:38,275 DEBUG thread-2 search.discovery.ec2: 70 - [Victorius] 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:38,275 TRACE thread-2 ery.zen.ping.unicast: 62 - [Victorius] [1] connecting to [Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]], disconnect[false]
15:26:38,277 TRACE ker #1-1 ery.zen.ping.unicast: 62 - [Victorius] [1] received response from [Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]: [ping_response{target [[Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]], master [null], cluster_name[elasticsearch-prod]}, ping_response{target [[Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]], master [null], cluster_name[elasticsearch-prod]}, ping_response{target [[Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]]], master [null], cluster_name[elasticsearch-prod]}]
15:26:53,276 DEBUG thread-1 search.discovery.ec2: 70 - [Victorius] ping responses: {none}
15:26:53,280 DEBUG thread-1 arch.cluster.service: 70 - [Victorius] processing [zen-disco-join (elected_as_master)]: execute
15:26:53,281 DEBUG thread-1 arch.cluster.service: 70 - [Victorius] cluster state updated, version [1], source [zen-disco-join (elected_as_master)]
15:26:53,282 INFO thread-1 arch.cluster.service: 78 - [Victorius] new_master [Victorius][kD_1wPa3TrCQnm1RCo1RCA][inet[/10.193.135.143:9310]], reason: zen-disco-join (elected_as_master)
15:26:53,285 DEBUG thread-1 arch.cluster.service: 70 - [Victorius] processing [zen-disco-join (elected_as_master)]: done applying updated cluster_state
15:26:53,286 DEBUG thread-1 search.river.cluster: 70 - [Victorius] processing [reroute_rivers_node_changed]: execute
15:26:53,286 DEBUG thread-1 search.river.cluster: 70 - [Victorius] processing [reroute_rivers_node_changed]: no change in cluster_state
15:26:53,286 TRACE main sticsearch.discovery: 62 - [Victorius] initial state set from discovery
15:26:53,287 INFO main sticsearch.discovery: 78 - [Victorius] elasticsearch-prod/kD_1wPa3TrCQnm1RCo1RCA
15:26:53,288 DEBUG thread-1 ticsearch.gateway.s3: 70 - [Victorius] reading state from gateway org.elasticsearch.gateway.shared.SharedStorageGateway$1@2bb0bf9a ...
15:26:53,301 INFO main g.elasticsearch.http: 78 - [Victorius] bound_address {inet[/10.193.135.143:9311]}, publish_address {inet[/10.193.135.143:9311]}
15:26:53,301 INFO main g.elasticsearch.node: 78 - [Victorius] {elasticsearch/0.16.0}[15567]: started
15:26:53,309 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