Created
November 22, 2011 19:30
-
-
Save ohrite/1386655 to your computer and use it in GitHub Desktop.
ElasticSearch bootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> container:start | |
[info] jetty-7.4.5.v20110725 | |
[info] NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet | |
[info] started o.e.j.w.WebAppContext{/,[file:...]} | |
11:19:17.307 [pool-6-thread-8] INFO d.elasticsearch.servlet.NodeServlet - Initializing elasticsearch Node 'elasticsearchNode' | |
11:19:17.310 [pool-6-thread-8] DEBUG d.elasticsearch.servlet.NodeServlet - Initializing elasticsearch Node in development mode | |
11:19:17.310 [pool-6-thread-8] DEBUG d.elasticsearch.servlet.NodeServlet - ElasticSearch node using path.home=./temp | |
11:19:17.379 [pool-6-thread-8] INFO org.elasticsearch.node - [Stallior] {0.18.4}[6798]: initializing ... | |
11:19:17.385 [pool-6-thread-8] INFO org.elasticsearch.plugins - [Stallior] loaded [], sites [] | |
11:19:17.723 [pool-6-thread-8] TRACE org.elasticsearch.monitor - failed to load sigar | |
java.lang.ClassNotFoundException: org.hyperic.sigar.Sigar | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) ~[na:1.6.0_29] | |
... | |
11:19:18.137 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [cached], type [cached], keep_alive [30s] | |
11:19:18.138 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [index], type [cached], keep_alive [5m] | |
11:19:18.138 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [search], type [cached], keep_alive [5m] | |
11:19:18.138 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [percolate], type [cached], keep_alive [5m] | |
11:19:18.138 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [management], type [scaling], min [1], size [20], keep_alive [5m] | |
11:19:18.140 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [merge], type [scaling], min [1], size [20], keep_alive [5m] | |
11:19:18.140 [pool-6-thread-8] DEBUG org.elasticsearch.threadpool - [Stallior] creating thread_pool [snapshot], type [scaling], min [1], size [40], keep_alive [5m] | |
11:19:18.150 [pool-6-thread-8] DEBUG org.elasticsearch.transport.netty - [Stallior] using worker_count[16], port[9300-9400], bind_host[null], publish_host[null], compress[false], connect_timeout[30s], connections_per_node[2/4/1] | |
11:19:18.172 [pool-6-thread-8] DEBUG o.e.discovery.zen.ping.multicast - [Stallior] using group [224.2.2.4], with port [54328], ttl [3], and address [null] | |
11:19:18.176 [pool-6-thread-8] DEBUG o.e.discovery.zen.ping.unicast - [Stallior] using initial hosts [], with concurrent_connects [10] | |
11:19:18.177 [pool-6-thread-8] DEBUG org.elasticsearch.discovery.zen - [Stallior] using ping.timeout [3s] | |
11:19:18.181 [pool-6-thread-8] DEBUG o.elasticsearch.discovery.zen.elect - [Stallior] using minimum_master_nodes [-1] | |
11:19:18.182 [pool-6-thread-8] DEBUG org.elasticsearch.discovery.zen.fd - [Stallior] [master] uses ping_interval [1s], ping_timeout [30s], ping_retries [3] | |
11:19:18.185 [pool-6-thread-8] DEBUG org.elasticsearch.discovery.zen.fd - [Stallior] [node ] uses ping_interval [1s], ping_timeout [30s], ping_retries [3] | |
11:19:18.199 [pool-6-thread-8] DEBUG org.elasticsearch.monitor.jvm - [Stallior] enabled [false], last_gc_enabled [false], interval [1s], gc_threshold [5s] | |
11:19:18.199 [pool-6-thread-8] DEBUG org.elasticsearch.monitor.os - [Stallior] Using probe [org.elasticsearch.monitor.os.JmxOsProbe@754b3a9e] with refresh_interval [1s] | |
11:19:18.201 [pool-6-thread-8] DEBUG org.elasticsearch.monitor.process - [Stallior] Using probe [org.elasticsearch.monitor.process.JmxProcessProbe@77b993d6] with refresh_interval [1s] | |
11:19:18.205 [pool-6-thread-8] DEBUG org.elasticsearch.monitor.jvm - [Stallior] Using refresh_interval [1s] | |
11:19:18.205 [pool-6-thread-8] DEBUG org.elasticsearch.monitor.network - [Stallior] Using probe [org.elasticsearch.monitor.network.JmxNetworkProbe@44081f03] with refresh_interval [5s] | |
11:19:18.209 [pool-6-thread-8] DEBUG org.elasticsearch.monitor.network - [Stallior] net_info | |
host [squa7mish.local] | |
en1 display_name [en1] | |
address [/fe80:0:0:0:2acf:daff:fed5:179c%5] [/172.16.1.5] | |
mtu [1500] multicast [true] ptp [false] loopback [false] up [true] virtual [false] | |
lo0 display_name [lo0] | |
address [/0:0:0:0:0:0:0:1] [/fe80:0:0:0:0:0:0:1%1] [/127.0.0.1] | |
mtu [16384] multicast [true] ptp [false] loopback [true] up [true] virtual [false] | |
11:19:18.209 [pool-6-thread-8] TRACE org.elasticsearch.monitor.network - [Stallior] ifconfig | |
NA | |
11:19:18.209 [pool-6-thread-8] TRACE org.elasticsearch.env - [Stallior] obtaining node lock on .../data/es-cluster/nodes/0 ... | |
11:19:18.213 [pool-6-thread-8] DEBUG org.elasticsearch.env - [Stallior] using node location [[.../data/es-cluster/nodes/0]], local_node_id [0] | |
11:19:18.213 [pool-6-thread-8] TRACE org.elasticsearch.env - [Stallior] node data locations details: | |
-> .../data/es-cluster/nodes/0, free_space [420.4gb, usable_space [420.2gb | |
11:19:18.356 [pool-6-thread-8] DEBUG org.elasticsearch.cache.memory - [Stallior] using bytebuffer cache with small_buffer_size [1kb], large_buffer_size [1mb], small_cache_size [10mb], large_cache_size [500mb], direct [true] | |
11:19:18.364 [pool-6-thread-8] DEBUG o.e.c.routing.allocation.decider - [Stallior] using node_concurrent_recoveries [2], node_initial_primaries_recoveries [4] | |
11:19:18.365 [pool-6-thread-8] DEBUG o.e.c.routing.allocation.decider - [Stallior] using [cluster.routing.allocation.allow_rebalance] with [indices_all_active] | |
11:19:18.365 [pool-6-thread-8] DEBUG o.e.c.routing.allocation.decider - [Stallior] using [cluster_concurrent_rebalance] with [2] | |
11:19:18.367 [pool-6-thread-8] DEBUG org.elasticsearch.gateway.local - [Stallior] using initial_shards [quorum], list_timeout [30s] | |
11:19:18.380 [pool-6-thread-8] DEBUG org.elasticsearch.indices.recovery - [Stallior] using max_size_per_sec[0b], concurrent_streams [5], file_chunk_size [100kb], translog_size [100kb], translog_ops [1000], and compress [true] | |
11:19:18.485 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute TotalNumberOfRequests[r=true,w=false,is=false,type=long] | |
11:19:18.485 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute BoundAddress[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.485 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute PublishAddress[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute TcpNoDelay[r=true,w=false,is=false,type=java.lang.Boolean] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute NumberOfOutboundConnections[r=true,w=false,is=false,type=long] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute Port[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute WorkerCount[r=true,w=false,is=false,type=int] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute TcpReceiveBufferSize[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute ReuseAddress[r=true,w=false,is=false,type=java.lang.Boolean] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute ConnectTimeout[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute TcpKeepAlive[r=true,w=false,is=false,type=java.lang.Boolean] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute PublishHost[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute TcpSendBufferSize[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] TRACE org.elasticsearch.jmx - [Stallior] Attribute BindHost[r=true,w=false,is=false,type=java.lang.String] | |
11:19:18.487 [pool-6-thread-8] DEBUG org.elasticsearch.http.netty - [Stallior] using max_chunk_size[8kb], max_header_size[8kb], max_initial_line_length[4kb], max_content_length[100mb] | |
11:19:18.492 [pool-6-thread-8] DEBUG org.elasticsearch.indices.memory - [Stallior] using index_buffer_size [50.5mb], with min_shard_index_buffer_size [4mb], max_shard_index_buffer_size [512mb], shard_inactive_time [30m] | |
11:19:18.499 [pool-6-thread-8] DEBUG o.elasticsearch.indices.cache.filter - [Stallior] using [node] filter cache with size [20%], actual_size [101.1mb] | |
11:19:18.550 [pool-6-thread-8] INFO org.elasticsearch.node - [Stallior] {0.18.4}[6798]: initialized | |
11:19:18.550 [pool-6-thread-8] DEBUG d.elasticsearch.servlet.NodeServlet - Created Node org.elasticsearch.node.internal.InternalNode@69c39cb2 | |
11:19:18.550 [pool-6-thread-8] DEBUG d.elasticsearch.servlet.NodeServlet - Created Client org.elasticsearch.client.node.NodeClient@58df4ab2 | |
[warn] unavailable | |
[info] Started [email protected]:8080 STARTING | |
[success] Total time: 2 s, completed Nov 22, 2011 11:19:18 AM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment