This file contains hidden or 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
| package my.elasticsearch; | |
| import java.io.File; | |
| import java.io.IOException; | |
| import java.io.RandomAccessFile; | |
| import java.util.ArrayList; | |
| import java.util.Collections; | |
| import java.util.List; | |
| import java.util.Map; |
This file contains hidden or 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
| 16:42:02,832 INFO main ropertiesFactoryBean: 177 - Loading properties file from class path resource [elasticsearch-server.properties] | |
| 16:42:02,843 INFO main .ElasticSearchServer: 47 - Starting the Elastic Search server node | |
| 16:42:02,934 INFO main g.elasticsearch.node: 78 - [Supernalia] {elasticsearch/0.16.0}[26109]: initializing ... | |
| 16:42:02,946 INFO main lasticsearch.plugins: 78 - [Supernalia] loaded [cloud-aws] | |
| 16:42:05,329 DEBUG main csearch.cache.memory: 70 - [Supernalia] using bytebuffer cache with small_buffer_size [1kb], large_buffer_size [1mb], small_cache_size [10mb], large_cache_size [500mb], direct [true] | |
| 16:42:05,440 DEBUG main ticsearch.threadpool: 70 - [Supernalia] creating thread_pool [cached], type [cached], keep_alive [30s] | |
| 16:42:05,444 DEBUG main ticsearch.threadpool: 70 - [Supernalia] creating thread_pool [index], type [cached], keep_alive [5m] | |
| 16:42:05,445 DEBUG main ticsearch.threadpool: 70 - [Supernalia] creating thread_pool [search], type [cach |
This file contains hidden or 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
| 16:27:12,583 INFO main ropertiesFactoryBean: 177 - Loading properties file from class path resource [elasticsearch-server.properties] | |
| 16:27:12,594 INFO main .ElasticSearchServer: 47 - Starting the Elastic Search server node | |
| 16:27:12,696 INFO main g.elasticsearch.node: 78 - [Hela] {elasticsearch/0.16.0}[1332]: initializing ... | |
| 16:27:12,794 INFO main lasticsearch.plugins: 78 - [Hela] loaded [cloud-aws] | |
| 16:27:15,308 DEBUG main csearch.cache.memory: 70 - [Hela] using bytebuffer cache with small_buffer_size [1kb], large_buffer_size [1mb], small_cache_size [10mb], large_cache_size [500mb], direct [true] | |
| 16:27:15,327 DEBUG main ticsearch.threadpool: 70 - [Hela] creating thread_pool [cached], type [cached], keep_alive [30s] | |
| 16:27:15,335 DEBUG main ticsearch.threadpool: 70 - [Hela] creating thread_pool [index], type [cached], keep_alive [5m] | |
| 16:27:15,335 DEBUG main ticsearch.threadpool: 70 - [Hela] creating thread_pool [search], type [cached], keep_alive [5m] | |
| 16:27:15,337 DEB |
This file contains hidden or 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
| 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 ticsea |
This file contains hidden or 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
| 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_al |
This file contains hidden or 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
| 14:00:00,005 INFO p-8080-1 middleware.snoop: ? - | |
| Request: { | |
| "id": "1fb82bd6-ab11-47d5-849d-58eb7a122bc2", | |
| "servletRequest": { | |
| "url": "http://localhost:8080/api/cron/factory", | |
| "uri": "/api/cron/factory", | |
| "method": "GET", | |
| "protocol": "HTTP/1.1", | |
| "servletPath": "/api", |
This file contains hidden or 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
| 15:01:57,475 DEBUG thread-9 arch.transport.netty: 70 - [Sikorsky] Connected to node [[#cloud-i-59503637-0][inet[/10.86.201.157:9310]]] | |
| 15:01:57,475 TRACE thread-9 ery.zen.ping.unicast: 62 - [Sikorsky] [1] connecting to [#cloud-i-59503637-0][inet[/10.86.201.157:9310]], disconnect[true] | |
| 15:01:57,477 TRACE ker #1-2 ery.zen.ping.unicast: 62 - [Sikorsky] [1] received response from [#cloud-i-59503637-0][inet[/10.86.201.157:9310]]: [ping_response{target [[Sikorsky][aVe_2csgSoe2Ux0qv-qrCQ][inet[/10.223.62.165:9310]]], master [null], cluster_name[elasticsearch-dev]}, ping_response{target [[Maggott][Ad8I2KHqTQyQeCVtBnE9CQ][inet[/10.86.201.157:9310]]], master [[Maggott][Ad8I2KHqTQyQeCVtBnE9CQ][inet[/10.86.201.157:9310]]], cluster_name[elasticsearch-dev]}] | |
| 15:01:57,477 DEBUG ker #1-2 arch.transport.netty: 70 - [Sikorsky] Disconnected from [[#cloud-i-59503637-0][inet[/10.86.201.157:9310]]] | |
| 15:01:57,477 WARN ker #1-2 ery.zen.ping.unicast: 86 - [Sikorsky] received ping response with no matching id [1] | |
| 15:02:18,474 TRA |
This file contains hidden or 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
| 17:10:58,834 INFO main ontext.ContextLoader: 187 - Root WebApplicationContext: initialization started | |
| 17:10:58,893 INFO main ebApplicationContext: 456 - Refreshing Root WebApplicationContext: startup date [Mon Jun 13 17:10:58 UTC 2011]; root of context hierarchy | |
| 17:10:59,035 INFO main BeanDefinitionReader: 315 - Loading XML bean definitions from class path resource [spring-context.xml] | |
| 17:11:00,250 INFO main BeanDefinitionReader: 315 - Loading XML bean definitions from class path resource [spring-security.xml] | |
| 17:11:00,561 INFO main icationConfigBuilder: 338 - No login page configured. The default internal one will be used. Use the 'login-page' attribute to set the URL of the login page. | |
| 17:11:00,568 INFO main BeanDefinitionParser: 187 - Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factory |
This file contains hidden or 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
| 17:10:59,380 INFO main ontext.ContextLoader: 187 - Root WebApplicationContext: initialization started | |
| 17:10:59,480 INFO main ebApplicationContext: 456 - Refreshing Root WebApplicationContext: startup date [Mon Jun 13 17:10:59 UTC 2011]; root of context hierarchy | |
| 17:10:59,639 INFO main BeanDefinitionReader: 315 - Loading XML bean definitions from class path resource [spring-context.xml] | |
| 17:11:00,982 INFO main BeanDefinitionReader: 315 - Loading XML bean definitions from class path resource [spring-security.xml] | |
| 17:11:01,276 INFO main icationConfigBuilder: 338 - No login page configured. The default internal one will be used. Use the 'login-page' attribute to set the URL of the login page. | |
| 17:11:01,283 INFO main BeanDefinitionParser: 187 - Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factory |
This file contains hidden or 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
| 18:50:38,503 INFO main tListableBeanFactory: 549 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@153b2cb: defining beans [systemPlaceholderConfigurer,configParams,mailSender,elasticSearchConfiguration,esServer,esDataStore,delegatingStore,mapStoreManager,hzServer,backup,baseReflector,baseReflector$child#0,baseReflector$child#1,baseReflector$child#2,baseReflector$child#3,baseReflector$child#4,baseReflector$child#5,baseReflector$child#6,baseReflector$child#7,baseReflector$child#8,baseReflector$child#9,baseReflector$child#10,baseReflector$child#11,baseReflector$child#12,baseReflector$child#13,baseReflector$child#14,cronJobs,myScheduler,org.springframework.scheduling.support.MethodInvokingRunnable#0,org.springframework.scheduling.support.MethodInvokingRunnable#1,org.springframework.scheduling.config.ScheduledTaskRegistrar#0,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org |