Skip to content

Instantly share code, notes, and snippets.

@oravecz
Created May 17, 2011 18:59
Show Gist options
  • Save oravecz/977123 to your computer and use it in GitHub Desktop.
Save oravecz/977123 to your computer and use it in GitHub Desktop.
Elastic Search on EC2 - Log dump
18:53:43,622 DEBUG main ticsearch.gateway.s3: 70 - [Lorelei II] Latest metadata found at index [6]
18:53:43,626 INFO main g.elasticsearch.node: 78 - [Lorelei II] {elasticsearch/0.16.0}[2878]: initialized
18:53:43,626 INFO main .ElasticSearchServer: 63 - Starting the Elastic Search server node with these settings:
18:53:43,626 INFO main .ElasticSearchServer: 68 - cloud.aws.access_key : AKIAJD5OZUDKRQ3DVURA
18:53:43,627 INFO main .ElasticSearchServer: 68 - cloud.aws.secret_key : <HIDDEN>
18:53:43,627 INFO main .ElasticSearchServer: 68 - cluster.name : elasticsearch-prod
18:53:43,627 INFO main .ElasticSearchServer: 68 - discovery.type : ec2
18:53:43,627 INFO main .ElasticSearchServer: 68 - gateway.s3.bucket : ppkc-es-gateway-prod
18:53:43,627 INFO main .ElasticSearchServer: 68 - gateway.type : s3
18:53:43,628 INFO main .ElasticSearchServer: 68 - http.enabled : true
18:53:43,628 INFO main .ElasticSearchServer: 68 - http.port : 9311
18:53:43,628 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email.filter.0 : lowercase
18:53:43,628 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email.tokenizer : uax_url_email
18:53:43,631 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email.type : custom
18:53:43,631 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_regex.lowercase : true
18:53:43,632 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_regex.pattern : [@.]
18:53:43,632 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_regex.stopwords : _none_
18:53:43,632 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_regex.type : pattern
18:53:43,632 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_split.filter.0 : lowercase
18:53:43,633 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_split.tokenizer : letter
18:53:43,633 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.email_split.type : custom
18:53:43,633 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.lowercase_keyword.filter.0 : lowercase
18:53:43,633 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.lowercase_keyword.tokenizer : keyword
18:53:43,634 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.lowercase_keyword.type : custom
18:53:43,634 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.char_filter.0 : html_strip
18:53:43,634 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.filter.0 : standard
18:53:43,634 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.filter.1 : lowercase
18:53:43,634 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.filter.2 : stop
18:53:43,635 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.filter.3 : porterStem
18:53:43,635 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.tokenizer : standard
18:53:43,635 INFO main .ElasticSearchServer: 68 - index.analysis.analyzer.porter_standard.type : custom
18:53:43,636 INFO main .ElasticSearchServer: 68 - index.mapping._id.indexed : true
18:53:43,636 INFO main .ElasticSearchServer: 68 - index.store.fs.memory.direct : true
18:53:43,636 INFO main .ElasticSearchServer: 68 - index.store.memory.direct : true
18:53:43,636 INFO main .ElasticSearchServer: 68 - index.store.memory.warm_cache : true
18:53:43,636 INFO main .ElasticSearchServer: 68 - index.store.type : niofs
18:53:43,637 INFO main .ElasticSearchServer: 68 - name : Lorelei II
18:53:43,637 INFO main .ElasticSearchServer: 68 - network.host : _non_loopback_
18:53:43,637 INFO main .ElasticSearchServer: 68 - node.data : true
18:53:43,637 INFO main .ElasticSearchServer: 68 - path.conf : /usr/share/tomcat6/webapps/ROOT//WEB-INF/config
18:53:43,638 INFO main .ElasticSearchServer: 68 - path.data : /var/local/es/data
18:53:43,638 INFO main .ElasticSearchServer: 68 - path.data_with_cluster : /var/local/es/data/elasticsearch-prod
18:53:43,638 INFO main .ElasticSearchServer: 68 - path.home : /var/local/es
18:53:43,638 INFO main .ElasticSearchServer: 68 - path.logs : /var/local/es/logs
18:53:43,640 INFO main .ElasticSearchServer: 68 - path.work : /var/local/es/work
18:53:43,640 INFO main .ElasticSearchServer: 68 - path.work_with_cluster : /var/local/es/work/elasticsearch-prod
18:53:43,640 INFO main .ElasticSearchServer: 68 - transport.tcp.port : 9310
18:53:43,641 INFO main g.elasticsearch.node: 78 - [Lorelei II] {elasticsearch/0.16.0}[2878]: starting ...
18:53:43,674 DEBUG main .NioProviderMetadata: 70 - Using the autodetected NIO constraint level: 0
18:53:43,733 DEBUG main arch.transport.netty: 70 - [Lorelei II] Bound to address [/fe80:0:0:0:1031:38ff:fe0d:a457:9310]
18:53:43,736 INFO main sticsearch.transport: 78 - [Lorelei II] bound_address {inet[/fe80:0:0:0:1031:38ff:fe0d:a457:9310]}, publish_address {inet[/fe80:0:0:0:1031:38ff:fe0d:a457%2:9310]}
18:53:43,766 DEBUG thread-1 tpclient.wire.header: 70 - >> "POST / HTTP/1.1[\r][\n]"
18:53:43,767 DEBUG thread-1 tpclient.wire.header: 70 - >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
18:53:43,767 DEBUG thread-1 tpclient.wire.header: 70 - >> "User-Agent: aws-sdk-java/1.1.9 Linux/2.6.34.7-56.40.amzn1.x86_64 OpenJDK_64-Bit_Server_VM/19.0-b06[\r][\n]"
18:53:43,768 DEBUG thread-1 tpclient.wire.header: 70 - >> "Host: ec2.amazonaws.com[\r][\n]"
18:53:43,768 DEBUG thread-1 tpclient.wire.header: 70 - >> "Content-Length: 221[\r][\n]"
18:53:43,768 DEBUG thread-1 tpclient.wire.header: 70 - >> "[\r][\n]"
18:53:43,768 DEBUG thread-1 pclient.wire.content: 84 - >> "Action=DescribeInstances&SignatureMethod=HmacSHA256&AWSAccessKeyId=AKIAJD5OZUDKRQ3DVURA&SignatureVersion=2&Version=2011-02-28&Signature=ZFck2QdURcoNnMavj5bCkGelkTGKfHSUZAHzdv8HY7E%3D&Timestamp=2011-05-17T18%3A53%3A43.750Z"
18:53:43,940 DEBUG thread-1 tpclient.wire.header: 70 - << "HTTP/1.1 200 OK[\r][\n]"
18:53:43,940 DEBUG thread-1 tpclient.wire.header: 70 - << "HTTP/1.1 200 OK[\r][\n]"
18:53:43,940 DEBUG thread-1 tpclient.wire.header: 70 - << "Content-Type: text/xml;charset=UTF-8[\r][\n]"
18:53:43,940 DEBUG thread-1 tpclient.wire.header: 70 - << "Transfer-Encoding: chunked[\r][\n]"
18:53:43,941 DEBUG thread-1 tpclient.wire.header: 70 - << "Date: Tue, 17 May 2011 18:53:43 GMT[\r][\n]"
18:53:43,941 DEBUG thread-1 tpclient.wire.header: 70 - << "Server: AmazonEC2[\r][\n]"
18:53:43,941 DEBUG thread-1 tpclient.wire.header: 70 - << "[\r][\n]"
18:53:43,943 DEBUG thread-1 pclient.wire.content: 84 - << "1"
18:53:43,943 DEBUG thread-1 pclient.wire.content: 84 - << "8"
18:53:43,943 DEBUG thread-1 pclient.wire.content: 84 - << "1"
18:53:43,944 DEBUG thread-1 pclient.wire.content: 84 - << "3"
18:53:43,944 DEBUG thread-1 pclient.wire.content: 84 - << "[\r]"
18:53:43,944 DEBUG thread-1 pclient.wire.content: 70 - << "[\n]"
18:53:43,944 DEBUG thread-1 pclient.wire.content: 84 - << "<"
18:53:43,944 DEBUG thread-1 pclient.wire.content: 84 - << "?"
18:53:43,944 DEBUG thread-1 pclient.wire.content: 84 - << "x"
18:53:43,945 DEBUG thread-1 pclient.wire.content: 84 - << "m"
18:53:43,945 DEBUG thread-1 pclient.wire.content: 84 - << "l version="1.0" encoding="UT"
18:53:43,945 DEBUG thread-1 pclient.wire.content: 84 - << "F"
18:53:43,945 DEBUG thread-1 pclient.wire.content: 84 - << "-"
18:53:43,946 DEBUG thread-1 pclient.wire.content: 84 - << "8"
18:53:43,946 DEBUG thread-1 pclient.wire.content: 84 - << """
18:53:43,946 DEBUG thread-1 pclient.wire.content: 84 - << "?"
18:53:43,946 DEBUG thread-1 pclient.wire.content: 84 - << ">"
18:53:43,950 DEBUG thread-1 pclient.wire.content: 70 - << "[\n]"
18:53:43,950 DEBUG thread-1 pclient.wire.content: 70 - << "<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2011-02-28/">[\n]"
18:53:43,951 DEBUG thread-1 pclient.wire.content: 70 - << " <requestId>dea02a2f-f654-4a2f-8967-7a7b5273d3ff</requestId>[\n]"
18:53:43,951 DEBUG thread-1 pclient.wire.content: 70 - << " <reservationSet>[\n]"
18:53:43,951 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,951 DEBUG thread-1 pclient.wire.content: 70 - << " <reservationId>r-e53d8189</reservationId>[\n]"
18:53:43,951 DEBUG thread-1 pclient.wire.content: 70 - << " <ownerId>373824618705</ownerId>[\n]"
18:53:43,952 DEBUG thread-1 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:43,952 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,952 DEBUG thread-1 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:43,952 DEBUG thread-1 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:43,952 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,952 DEBUG thread-1 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:43,953 DEBUG thread-1 pclient.wire.content: 70 - << " <instancesSet>[\n]"
18:53:43,953 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,953 DEBUG thread-1 pclient.wire.content: 70 - << " <instanceId>i-5f37ca31</instanceId>[\n]"
18:53:43,953 DEBUG thread-1 pclient.wire.content: 70 - << " <imageId>ami-8244bbeb</imageId>[\n]"
18:53:43,953 DEBUG thread-1 pclient.wire.content: 70 - << " <instanceState>[\n]"
18:53:43,954 DEBUG thread-1 pclient.wire.content: 70 - << " <code>16</code>[\n]"
18:53:43,954 DEBUG thread-1 pclient.wire.content: 70 - << " <name>running</name>[\n]"
18:53:43,954 DEBUG thread-1 pclient.wire.content: 70 - << " </instanceState>[\n]"
18:53:43,954 DEBUG thread-1 pclient.wire.content: 70 - << " <privateDnsName>ip-10-124-135-165.ec2.internal</privateDnsName>[\n]"
18:53:43,954 DEBUG thread-1 pclient.wire.content: 70 - << " <dnsName>ec2-184-73-150-132.compute-1.amazonaws.com</dnsName>[\n]"
18:53:43,954 DEBUG thread-1 pclient.wire.content: 70 - << " <reason/>[\n]"
18:53:43,955 DEBUG thread-1 pclient.wire.content: 70 - << " <keyName>ppkc-prod</keyName>[\n]"
18:53:43,955 DEBUG thread-1 pclient.wire.content: 70 - << " <amiLaunchIndex>0</amiLaunchIndex>[\n]"
18:53:43,955 DEBUG thread-1 pclient.wire.content: 70 - << " <productCodes/>[\n]"
18:53:43,955 DEBUG thread-1 pclient.wire.content: 70 - << " <instanceType>m1.large</instanceType>[\n]"
18:53:43,955 DEBUG thread-1 pclient.wire.content: 70 - << " <launchTime>2011-05-17T04:12:37.000Z</launchTime>[\n]"
18:53:43,956 DEBUG thread-1 pclient.wire.content: 70 - << " <placement>[\n]"
18:53:43,956 DEBUG thread-1 pclient.wire.content: 70 - << " <availabilityZone>us-east-1a</availabilityZone>[\n]"
18:53:43,956 DEBUG thread-1 pclient.wire.content: 70 - << " <groupName/>[\n]"
18:53:43,956 DEBUG thread-1 pclient.wire.content: 70 - << " <tenancy>default</tenancy>[\n]"
18:53:43,956 DEBUG thread-1 pclient.wire.content: 70 - << " </placement>[\n]"
18:53:43,957 DEBUG thread-1 pclient.wire.content: 70 - << " <kernelId>aki-427d952b</kernelId>[\n]"
18:53:43,957 DEBUG thread-1 pclient.wire.content: 70 - << " <monitoring>[\n]"
18:53:43,957 DEBUG thread-1 pclient.wire.content: 70 - << " <state>disabled</state>[\n]"
18:53:43,957 DEBUG thread-1 pclient.wire.content: 70 - << " </monitoring>[\n]"
18:53:43,957 DEBUG thread-1 pclient.wire.content: 70 - << " <privateIpAddress>10.124.135.165</privateIpAddress>[\n]"
18:53:43,957 DEBUG thread-1 pclient.wire.content: 70 - << " <ipAddress>184.73.150.132</ipAddress>[\n]"
18:53:43,958 DEBUG thread-1 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:43,958 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,958 DEBUG thread-1 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:43,958 DEBUG thread-1 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:43,958 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,958 DEBUG thread-1 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:43,959 DEBUG thread-1 pclient.wire.content: 70 - << " <architecture>x86_64</architecture>[\n]"
18:53:43,959 DEBUG thread-1 pclient.wire.content: 70 - << " <rootDeviceType>ebs</rootDeviceType>[\n]"
18:53:43,959 DEBUG thread-1 pclient.wire.content: 70 - << " <rootDeviceName>/dev/sda1</rootDeviceName>[\n]"
18:53:43,959 DEBUG thread-1 pclient.wire.content: 70 - << " <blockDeviceMapping>[\n]"
18:53:43,959 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,960 DEBUG thread-1 pclient.wire.content: 70 - << " <deviceName>/dev/sda1</deviceName>[\n]"
18:53:43,960 DEBUG thread-1 pclient.wire.content: 70 - << " <ebs>[\n]"
18:53:43,960 DEBUG thread-1 pclient.wire.content: 70 - << " <volumeId>vol-e38f2288</volumeId>[\n]"
18:53:43,960 DEBUG thread-1 pclient.wire.content: 70 - << " <status>attached</status>[\n]"
18:53:43,960 DEBUG thread-1 pclient.wire.content: 70 - << " <attachTime>2011-05-17T04:12:55.000Z</attachTime>[\n]"
18:53:43,961 DEBUG thread-1 pclient.wire.content: 70 - << " <deleteOnTermination>true</deleteOnTermination>[\n]"
18:53:43,961 DEBUG thread-1 pclient.wire.content: 70 - << " </ebs>[\n]"
18:53:43,961 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,961 DEBUG thread-1 pclient.wire.content: 70 - << " </blockDeviceMapping>[\n]"
18:53:43,961 DEBUG thread-1 pclient.wire.content: 70 - << " <virtualizationType>paravirtual</virtualizationType>[\n]"
18:53:43,962 DEBUG thread-1 pclient.wire.content: 70 - << " <clientToken>63b9a049-5041-4e66-a0b2-e9c7d8361d5c</clientToken>[\n]"
18:53:43,962 DEBUG thread-1 pclient.wire.content: 70 - << " <hypervisor>xen</hypervisor>[\n]"
18:53:43,962 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,962 DEBUG thread-1 pclient.wire.content: 70 - << " </instancesSet>[\n]"
18:53:43,963 DEBUG thread-1 pclient.wire.content: 70 - << " <requesterId>226008221399</requesterId>[\n]"
18:53:43,963 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,963 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,963 DEBUG thread-1 pclient.wire.content: 70 - << " <reservationId>r-d91da3b5</reservationId>[\n]"
18:53:43,963 DEBUG thread-1 pclient.wire.content: 70 - << " <ownerId>373824618705</ownerId>[\n]"
18:53:43,964 DEBUG thread-1 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:43,964 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,964 DEBUG thread-1 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:43,966 DEBUG thread-1 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:43,966 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,966 DEBUG thread-1 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:43,966 DEBUG thread-1 pclient.wire.content: 70 - << " <instancesSet>[\n]"
18:53:43,966 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,967 DEBUG thread-1 pclient.wire.content: 70 - << " <instanceId>i-cfd02ea1</instanceId>[\n]"
18:53:43,967 DEBUG thread-1 pclient.wire.content: 70 - << " <imageId>ami-8244bbeb</imageId>[\n]"
18:53:43,967 DEBUG thread-1 pclient.wire.content: 70 - << " <instanceState>[\n]"
18:53:43,967 DEBUG thread-1 pclient.wire.content: 70 - << " <code>16</code>[\n]"
18:53:43,968 DEBUG thread-1 pclient.wire.content: 70 - << " <name>running</name>[\n]"
18:53:43,968 DEBUG thread-1 pclient.wire.content: 70 - << " </instanceState>[\n]"
18:53:43,968 DEBUG thread-1 pclient.wire.content: 70 - << " <privateDnsName>ip-10-124-243-93.ec2.internal</privateDnsName>[\n]"
18:53:43,968 DEBUG thread-1 pclient.wire.content: 70 - << " <dnsName>ec2-184-72-184-106.compute-1.amazonaws.com</dnsName>[\n]"
18:53:43,969 DEBUG thread-1 pclient.wire.content: 70 - << " <reason/>[\n]"
18:53:43,969 DEBUG thread-1 pclient.wire.content: 70 - << " <keyName>ppkc-prod</keyName>[\n]"
18:53:43,969 DEBUG thread-1 pclient.wire.content: 70 - << " <amiLaunchIndex>0</amiLaunchIndex>[\n]"
18:53:43,969 DEBUG thread-1 pclient.wire.content: 70 - << " <productCodes/>[\n]"
18:53:43,969 DEBUG thread-1 pclient.wire.content: 70 - << " <instanceType>m1.large</instanceType>[\n]"
18:53:43,970 DEBUG thread-1 pclient.wire.content: 84 - << " <launchTime>2011-05-"
18:53:43,994 DEBUG thread-1 pclient.wire.content: 70 - << "17T18:38:49.000Z</launchTime>[\n]"
18:53:43,994 DEBUG thread-1 pclient.wire.content: 70 - << " <placement>[\n]"
18:53:43,994 DEBUG thread-1 pclient.wire.content: 70 - << " <availabilityZone>us-east-1a</availabilityZone>[\n]"
18:53:43,995 DEBUG thread-1 pclient.wire.content: 70 - << " <groupName/>[\n]"
18:53:43,995 DEBUG thread-1 pclient.wire.content: 70 - << " <tenancy>default</tenancy>[\n]"
18:53:43,995 DEBUG thread-1 pclient.wire.content: 70 - << " </placement>[\n]"
18:53:43,996 DEBUG thread-1 pclient.wire.content: 70 - << " <kernelId>aki-427d952b</kernelId>[\n]"
18:53:43,996 DEBUG thread-1 pclient.wire.content: 70 - << " <monitoring>[\n]"
18:53:43,996 DEBUG thread-1 pclient.wire.content: 70 - << " <state>disabled</state>[\n]"
18:53:43,996 DEBUG thread-1 pclient.wire.content: 70 - << " </monitoring>[\n]"
18:53:43,997 DEBUG thread-1 pclient.wire.content: 70 - << " <privateIpAddress>10.124.243.93</privateIpAddress>[\n]"
18:53:43,997 DEBUG thread-1 pclient.wire.content: 70 - << " <ipAddress>184.72.184.106</ipAddress>[\n]"
18:53:43,997 DEBUG thread-1 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:43,997 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:43,998 DEBUG thread-1 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:43,998 DEBUG thread-1 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:43,998 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:43,998 DEBUG thread-1 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:43,998 DEBUG thread-1 pclient.wire.content: 70 - << " <architecture>x86_64</architecture>[\n]"
18:53:43,999 DEBUG thread-1 pclient.wire.content: 70 - << " <rootDeviceType>ebs</rootDeviceType>[\n]"
18:53:43,999 DEBUG thread-1 pclient.wire.content: 70 - << " <rootDeviceName>/dev/sda1</rootDeviceName>[\n]"
18:53:43,999 DEBUG thread-1 pclient.wire.content: 70 - << " <blockDeviceMapping>[\n]"
18:53:43,999 DEBUG thread-1 pclient.wire.content: 70 - << " <item>[\n]"
18:53:44,000 DEBUG thread-1 pclient.wire.content: 70 - << " <deviceName>/dev/sda1</deviceName>[\n]"
18:53:44,000 DEBUG thread-1 pclient.wire.content: 70 - << " <ebs>[\n]"
18:53:44,000 DEBUG thread-1 pclient.wire.content: 70 - << " <volumeId>vol-f315b998</volumeId>[\n]"
18:53:44,000 DEBUG thread-1 pclient.wire.content: 70 - << " <status>attached</status>[\n]"
18:53:44,001 DEBUG thread-1 pclient.wire.content: 70 - << " <attachTime>2011-05-17T18:39:07.000Z</attachTime>[\n]"
18:53:44,011 DEBUG thread-1 pclient.wire.content: 70 - << " <deleteOnTermination>true</deleteOnTermination>[\n]"
18:53:44,011 DEBUG thread-1 pclient.wire.content: 70 - << " </ebs>[\n]"
18:53:44,012 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:44,012 DEBUG thread-1 pclient.wire.content: 70 - << " </blockDeviceMapping>[\n]"
18:53:44,012 DEBUG thread-1 pclient.wire.content: 70 - << " <virtualizationType>paravirtual</virtualizationType>[\n]"
18:53:44,012 DEBUG thread-1 pclient.wire.content: 70 - << " <clientToken>43f5f863-98b5-4dd1-be45-bcce583004d0</clientToken>[\n]"
18:53:44,012 DEBUG thread-1 pclient.wire.content: 70 - << " <hypervisor>xen</hypervisor>[\n]"
18:53:44,013 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:44,013 DEBUG thread-1 pclient.wire.content: 70 - << " </instancesSet>[\n]"
18:53:44,013 DEBUG thread-1 pclient.wire.content: 70 - << " <requesterId>226008221399</requesterId>[\n]"
18:53:44,013 DEBUG thread-1 pclient.wire.content: 70 - << " </item>[\n]"
18:53:44,014 DEBUG thread-1 pclient.wire.content: 70 - << " </reservationSet>[\n]"
18:53:44,014 DEBUG thread-1 pclient.wire.content: 84 - << "</DescribeInstancesResponse>"
18:53:44,017 DEBUG thread-1 pclient.wire.content: 84 - << "[\r]"
18:53:44,017 DEBUG thread-1 pclient.wire.content: 70 - << "[\n]"
18:53:44,017 DEBUG thread-1 pclient.wire.content: 84 - << "0"
18:53:44,017 DEBUG thread-1 pclient.wire.content: 84 - << "[\r]"
18:53:44,018 DEBUG thread-1 pclient.wire.content: 70 - << "[\n]"
18:53:44,018 DEBUG thread-1 pclient.wire.content: 84 - << "[\r]"
18:53:44,018 DEBUG thread-1 pclient.wire.content: 70 - << "[\n]"
18:53:44,018 DEBUG thread-1 tpclient.wire.header: 70 - << "[\r][\n]"
18:53:44,024 DEBUG thread-1 search.discovery.ec2: 70 - [Lorelei II] using dynamic discovery nodes [[#cloud-i-5f37ca31-0][inet[/10.124.135.165:9310]], [#cloud-i-cfd02ea1-0][inet[/10.124.243.93:9310]]]
18:53:47,037 DEBUG thread-2 tpclient.wire.header: 70 - >> "POST / HTTP/1.1[\r][\n]"
18:53:47,038 DEBUG thread-2 tpclient.wire.header: 70 - >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
18:53:47,038 DEBUG thread-2 tpclient.wire.header: 70 - >> "User-Agent: aws-sdk-java/1.1.9 Linux/2.6.34.7-56.40.amzn1.x86_64 OpenJDK_64-Bit_Server_VM/19.0-b06[\r][\n]"
18:53:47,039 DEBUG thread-2 tpclient.wire.header: 70 - >> "Host: ec2.amazonaws.com[\r][\n]"
18:53:47,039 DEBUG thread-2 tpclient.wire.header: 70 - >> "Content-Length: 221[\r][\n]"
18:53:47,039 DEBUG thread-2 tpclient.wire.header: 70 - >> "[\r][\n]"
18:53:47,039 DEBUG thread-2 pclient.wire.content: 84 - >> "Action=DescribeInstances&SignatureMethod=HmacSHA256&AWSAccessKeyId=AKIAJD5OZUDKRQ3DVURA&SignatureVersion=2&Version=2011-02-28&Signature=suiJESWqvazFIz9I2Wrx7UQ5Aibggnb7lSmp1ObhZx4%3D&Timestamp=2011-05-17T18%3A53%3A47.033Z"
18:53:47,095 DEBUG thread-2 tpclient.wire.header: 70 - << "HTTP/1.1 200 OK[\r][\n]"
18:53:47,095 DEBUG thread-2 tpclient.wire.header: 70 - << "HTTP/1.1 200 OK[\r][\n]"
18:53:47,095 DEBUG thread-2 tpclient.wire.header: 70 - << "Content-Type: text/xml;charset=UTF-8[\r][\n]"
18:53:47,095 DEBUG thread-2 tpclient.wire.header: 70 - << "Transfer-Encoding: chunked[\r][\n]"
18:53:47,096 DEBUG thread-2 tpclient.wire.header: 70 - << "Date: Tue, 17 May 2011 18:53:46 GMT[\r][\n]"
18:53:47,096 DEBUG thread-2 tpclient.wire.header: 70 - << "Server: AmazonEC2[\r][\n]"
18:53:47,096 DEBUG thread-2 tpclient.wire.header: 70 - << "[\r][\n]"
18:53:47,097 DEBUG thread-2 pclient.wire.content: 84 - << "1"
18:53:47,097 DEBUG thread-2 pclient.wire.content: 84 - << "8"
18:53:47,097 DEBUG thread-2 pclient.wire.content: 84 - << "1"
18:53:47,097 DEBUG thread-2 pclient.wire.content: 84 - << "3"
18:53:47,097 DEBUG thread-2 pclient.wire.content: 84 - << "[\r]"
18:53:47,098 DEBUG thread-2 pclient.wire.content: 70 - << "[\n]"
18:53:47,098 DEBUG thread-2 pclient.wire.content: 84 - << "<"
18:53:47,098 DEBUG thread-2 pclient.wire.content: 84 - << "?"
18:53:47,098 DEBUG thread-2 pclient.wire.content: 84 - << "x"
18:53:47,098 DEBUG thread-2 pclient.wire.content: 84 - << "m"
18:53:47,099 DEBUG thread-2 pclient.wire.content: 84 - << "l version="1.0" encoding="UT"
18:53:47,099 DEBUG thread-2 pclient.wire.content: 84 - << "F"
18:53:47,099 DEBUG thread-2 pclient.wire.content: 84 - << "-"
18:53:47,099 DEBUG thread-2 pclient.wire.content: 84 - << "8"
18:53:47,099 DEBUG thread-2 pclient.wire.content: 84 - << """
18:53:47,100 DEBUG thread-2 pclient.wire.content: 84 - << "?"
18:53:47,100 DEBUG thread-2 pclient.wire.content: 84 - << ">"
18:53:47,100 DEBUG thread-2 pclient.wire.content: 70 - << "[\n]"
18:53:47,100 DEBUG thread-2 pclient.wire.content: 70 - << "<DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2011-02-28/">[\n]"
18:53:47,101 DEBUG thread-2 pclient.wire.content: 70 - << " <requestId>0e41926e-2d3b-4d4c-abbf-05a4ac4b0570</requestId>[\n]"
18:53:47,101 DEBUG thread-2 pclient.wire.content: 70 - << " <reservationSet>[\n]"
18:53:47,101 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,101 DEBUG thread-2 pclient.wire.content: 70 - << " <reservationId>r-e53d8189</reservationId>[\n]"
18:53:47,101 DEBUG thread-2 pclient.wire.content: 70 - << " <ownerId>373824618705</ownerId>[\n]"
18:53:47,102 DEBUG thread-2 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:47,102 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,102 DEBUG thread-2 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:47,102 DEBUG thread-2 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:47,102 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,103 DEBUG thread-2 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:47,103 DEBUG thread-2 pclient.wire.content: 70 - << " <instancesSet>[\n]"
18:53:47,103 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,103 DEBUG thread-2 pclient.wire.content: 70 - << " <instanceId>i-5f37ca31</instanceId>[\n]"
18:53:47,103 DEBUG thread-2 pclient.wire.content: 70 - << " <imageId>ami-8244bbeb</imageId>[\n]"
18:53:47,103 DEBUG thread-2 pclient.wire.content: 70 - << " <instanceState>[\n]"
18:53:47,104 DEBUG thread-2 pclient.wire.content: 70 - << " <code>16</code>[\n]"
18:53:47,104 DEBUG thread-2 pclient.wire.content: 70 - << " <name>running</name>[\n]"
18:53:47,104 DEBUG thread-2 pclient.wire.content: 70 - << " </instanceState>[\n]"
18:53:47,104 DEBUG thread-2 pclient.wire.content: 70 - << " <privateDnsName>ip-10-124-135-165.ec2.internal</privateDnsName>[\n]"
18:53:47,104 DEBUG thread-2 pclient.wire.content: 70 - << " <dnsName>ec2-184-73-150-132.compute-1.amazonaws.com</dnsName>[\n]"
18:53:47,105 DEBUG thread-2 pclient.wire.content: 70 - << " <reason/>[\n]"
18:53:47,105 DEBUG thread-2 pclient.wire.content: 70 - << " <keyName>ppkc-prod</keyName>[\n]"
18:53:47,105 DEBUG thread-2 pclient.wire.content: 70 - << " <amiLaunchIndex>0</amiLaunchIndex>[\n]"
18:53:47,105 DEBUG thread-2 pclient.wire.content: 70 - << " <productCodes/>[\n]"
18:53:47,105 DEBUG thread-2 pclient.wire.content: 70 - << " <instanceType>m1.large</instanceType>[\n]"
18:53:47,106 DEBUG thread-2 pclient.wire.content: 70 - << " <launchTime>2011-05-17T04:12:37.000Z</launchTime>[\n]"
18:53:47,106 DEBUG thread-2 pclient.wire.content: 70 - << " <placement>[\n]"
18:53:47,106 DEBUG thread-2 pclient.wire.content: 70 - << " <availabilityZone>us-east-1a</availabilityZone>[\n]"
18:53:47,106 DEBUG thread-2 pclient.wire.content: 70 - << " <groupName/>[\n]"
18:53:47,106 DEBUG thread-2 pclient.wire.content: 70 - << " <tenancy>default</tenancy>[\n]"
18:53:47,107 DEBUG thread-2 pclient.wire.content: 70 - << " </placement>[\n]"
18:53:47,107 DEBUG thread-2 pclient.wire.content: 70 - << " <kernelId>aki-427d952b</kernelId>[\n]"
18:53:47,107 DEBUG thread-2 pclient.wire.content: 70 - << " <monitoring>[\n]"
18:53:47,107 DEBUG thread-2 pclient.wire.content: 70 - << " <state>disabled</state>[\n]"
18:53:47,107 DEBUG thread-2 pclient.wire.content: 70 - << " </monitoring>[\n]"
18:53:47,108 DEBUG thread-2 pclient.wire.content: 70 - << " <privateIpAddress>10.124.135.165</privateIpAddress>[\n]"
18:53:47,108 DEBUG thread-2 pclient.wire.content: 70 - << " <ipAddress>184.73.150.132</ipAddress>[\n]"
18:53:47,108 DEBUG thread-2 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:47,108 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,108 DEBUG thread-2 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:47,109 DEBUG thread-2 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:47,109 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,109 DEBUG thread-2 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:47,109 DEBUG thread-2 pclient.wire.content: 70 - << " <architecture>x86_64</architecture>[\n]"
18:53:47,109 DEBUG thread-2 pclient.wire.content: 70 - << " <rootDeviceType>ebs</rootDeviceType>[\n]"
18:53:47,110 DEBUG thread-2 pclient.wire.content: 70 - << " <rootDeviceName>/dev/sda1</rootDeviceName>[\n]"
18:53:47,110 DEBUG thread-2 pclient.wire.content: 70 - << " <blockDeviceMapping>[\n]"
18:53:47,110 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,110 DEBUG thread-2 pclient.wire.content: 70 - << " <deviceName>/dev/sda1</deviceName>[\n]"
18:53:47,110 DEBUG thread-2 pclient.wire.content: 70 - << " <ebs>[\n]"
18:53:47,111 DEBUG thread-2 pclient.wire.content: 70 - << " <volumeId>vol-e38f2288</volumeId>[\n]"
18:53:47,111 DEBUG thread-2 pclient.wire.content: 70 - << " <status>attached</status>[\n]"
18:53:47,111 DEBUG thread-2 pclient.wire.content: 70 - << " <attachTime>2011-05-17T04:12:55.000Z</attachTime>[\n]"
18:53:47,111 DEBUG thread-2 pclient.wire.content: 70 - << " <deleteOnTermination>true</deleteOnTermination>[\n]"
18:53:47,111 DEBUG thread-2 pclient.wire.content: 70 - << " </ebs>[\n]"
18:53:47,111 DEBUG thread-2 pclient.wire.content: 84 - << " "
18:53:47,118 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,118 DEBUG thread-2 pclient.wire.content: 70 - << " </blockDeviceMapping>[\n]"
18:53:47,118 DEBUG thread-2 pclient.wire.content: 70 - << " <virtualizationType>paravirtual</virtualizationType>[\n]"
18:53:47,119 DEBUG thread-2 pclient.wire.content: 70 - << " <clientToken>63b9a049-5041-4e66-a0b2-e9c7d8361d5c</clientToken>[\n]"
18:53:47,119 DEBUG thread-2 pclient.wire.content: 70 - << " <hypervisor>xen</hypervisor>[\n]"
18:53:47,119 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,119 DEBUG thread-2 pclient.wire.content: 70 - << " </instancesSet>[\n]"
18:53:47,119 DEBUG thread-2 pclient.wire.content: 70 - << " <requesterId>226008221399</requesterId>[\n]"
18:53:47,120 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,120 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,120 DEBUG thread-2 pclient.wire.content: 70 - << " <reservationId>r-d91da3b5</reservationId>[\n]"
18:53:47,120 DEBUG thread-2 pclient.wire.content: 70 - << " <ownerId>373824618705</ownerId>[\n]"
18:53:47,120 DEBUG thread-2 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:47,121 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,121 DEBUG thread-2 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:47,121 DEBUG thread-2 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:47,121 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,121 DEBUG thread-2 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:47,122 DEBUG thread-2 pclient.wire.content: 70 - << " <instancesSet>[\n]"
18:53:47,122 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,122 DEBUG thread-2 pclient.wire.content: 70 - << " <instanceId>i-cfd02ea1</instanceId>[\n]"
18:53:47,122 DEBUG thread-2 pclient.wire.content: 70 - << " <imageId>ami-8244bbeb</imageId>[\n]"
18:53:47,122 DEBUG thread-2 pclient.wire.content: 70 - << " <instanceState>[\n]"
18:53:47,123 DEBUG thread-2 pclient.wire.content: 70 - << " <code>16</code>[\n]"
18:53:47,123 DEBUG thread-2 pclient.wire.content: 70 - << " <name>running</name>[\n]"
18:53:47,123 DEBUG thread-2 pclient.wire.content: 70 - << " </instanceState>[\n]"
18:53:47,123 DEBUG thread-2 pclient.wire.content: 70 - << " <privateDnsName>ip-10-124-243-93.ec2.internal</privateDnsName>[\n]"
18:53:47,124 DEBUG thread-2 pclient.wire.content: 70 - << " <dnsName>ec2-184-72-184-106.compute-1.amazonaws.com</dnsName>[\n]"
18:53:47,124 DEBUG thread-2 pclient.wire.content: 70 - << " <reason/>[\n]"
18:53:47,124 DEBUG thread-2 pclient.wire.content: 70 - << " <keyName>ppkc-prod</keyName>[\n]"
18:53:47,124 DEBUG thread-2 pclient.wire.content: 70 - << " <amiLaunchIndex>0</amiLaunchIndex>[\n]"
18:53:47,124 DEBUG thread-2 pclient.wire.content: 70 - << " <productCodes/>[\n]"
18:53:47,125 DEBUG thread-2 pclient.wire.content: 70 - << " <instanceType>m1.large</instanceType>[\n]"
18:53:47,125 DEBUG thread-2 pclient.wire.content: 70 - << " <launchTime>2011-05-17T18:38:49.000Z</launchTime>[\n]"
18:53:47,125 DEBUG thread-2 pclient.wire.content: 70 - << " <placement>[\n]"
18:53:47,125 DEBUG thread-2 pclient.wire.content: 70 - << " <availabilityZone>us-east-1a</availabilityZone>[\n]"
18:53:47,125 DEBUG thread-2 pclient.wire.content: 70 - << " <groupName/>[\n]"
18:53:47,126 DEBUG thread-2 pclient.wire.content: 70 - << " <tenancy>default</tenancy>[\n]"
18:53:47,126 DEBUG thread-2 pclient.wire.content: 70 - << " </placement>[\n]"
18:53:47,126 DEBUG thread-2 pclient.wire.content: 70 - << " <kernelId>aki-427d952b</kernelId>[\n]"
18:53:47,126 DEBUG thread-2 pclient.wire.content: 70 - << " <monitoring>[\n]"
18:53:47,126 DEBUG thread-2 pclient.wire.content: 70 - << " <state>disabled</state>[\n]"
18:53:47,127 DEBUG thread-2 pclient.wire.content: 70 - << " </monitoring>[\n]"
18:53:47,127 DEBUG thread-2 pclient.wire.content: 70 - << " <privateIpAddress>10.124.243.93</privateIpAddress>[\n]"
18:53:47,127 DEBUG thread-2 pclient.wire.content: 70 - << " <ipAddress>184.72.184.106</ipAddress>[\n]"
18:53:47,127 DEBUG thread-2 pclient.wire.content: 70 - << " <groupSet>[\n]"
18:53:47,127 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,128 DEBUG thread-2 pclient.wire.content: 70 - << " <groupId>sg-bcbacdd5</groupId>[\n]"
18:53:47,128 DEBUG thread-2 pclient.wire.content: 70 - << " <groupName>elasticbeanstalk-default</groupName>[\n]"
18:53:47,128 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,128 DEBUG thread-2 pclient.wire.content: 70 - << " </groupSet>[\n]"
18:53:47,128 DEBUG thread-2 pclient.wire.content: 70 - << " <architecture>x86_64</architecture>[\n]"
18:53:47,129 DEBUG thread-2 pclient.wire.content: 70 - << " <rootDeviceType>ebs</rootDeviceType>[\n]"
18:53:47,129 DEBUG thread-2 pclient.wire.content: 70 - << " <rootDeviceName>/dev/sda1</rootDeviceName>[\n]"
18:53:47,129 DEBUG thread-2 pclient.wire.content: 70 - << " <blockDeviceMapping>[\n]"
18:53:47,129 DEBUG thread-2 pclient.wire.content: 70 - << " <item>[\n]"
18:53:47,130 DEBUG thread-2 pclient.wire.content: 70 - << " <deviceName>/dev/sda1</deviceName>[\n]"
18:53:47,130 DEBUG thread-2 pclient.wire.content: 70 - << " <ebs>[\n]"
18:53:47,130 DEBUG thread-2 pclient.wire.content: 70 - << " <volumeId>vol-f315b998</volumeId>[\n]"
18:53:47,130 DEBUG thread-2 pclient.wire.content: 70 - << " <status>attached</status>[\n]"
18:53:47,130 DEBUG thread-2 pclient.wire.content: 70 - << " <attachTime>2011-05-17T18:39:07.000Z</attachTime>[\n]"
18:53:47,131 DEBUG thread-2 pclient.wire.content: 70 - << " <deleteOnTermination>true</deleteOnTermination>[\n]"
18:53:47,131 DEBUG thread-2 pclient.wire.content: 70 - << " </ebs>[\n]"
18:53:47,131 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,131 DEBUG thread-2 pclient.wire.content: 70 - << " </blockDeviceMapping>[\n]"
18:53:47,131 DEBUG thread-2 pclient.wire.content: 70 - << " <virtualizationType>paravirtual</virtualizationType>[\n]"
18:53:47,132 DEBUG thread-2 pclient.wire.content: 70 - << " <clientToken>43f5f863-98b5-4dd1-be45-bcce583004d0</clientToken>[\n]"
18:53:47,132 DEBUG thread-2 pclient.wire.content: 70 - << " <hypervisor>xen</hypervisor>[\n]"
18:53:47,132 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,132 DEBUG thread-2 pclient.wire.content: 70 - << " </instancesSet>[\n]"
18:53:47,132 DEBUG thread-2 pclient.wire.content: 70 - << " <requesterId>226008221399</requesterId>[\n]"
18:53:47,133 DEBUG thread-2 pclient.wire.content: 70 - << " </item>[\n]"
18:53:47,133 DEBUG thread-2 pclient.wire.content: 70 - << " </reservationSet>[\n]"
18:53:47,133 DEBUG thread-2 pclient.wire.content: 84 - << "</DescribeInstancesResponse>"
18:53:47,137 DEBUG thread-2 pclient.wire.content: 84 - << "[\r]"
18:53:47,138 DEBUG thread-2 pclient.wire.content: 70 - << "[\n]"
18:53:47,138 DEBUG thread-2 pclient.wire.content: 84 - << "0"
18:53:47,138 DEBUG thread-2 pclient.wire.content: 84 - << "[\r]"
18:53:47,138 DEBUG thread-2 pclient.wire.content: 70 - << "[\n]"
18:53:47,138 DEBUG thread-2 pclient.wire.content: 84 - << "[\r]"
18:53:47,139 DEBUG thread-2 pclient.wire.content: 70 - << "[\n]"
18:53:47,139 DEBUG thread-2 tpclient.wire.header: 70 - << "[\r][\n]"
18:53:47,140 DEBUG thread-2 search.discovery.ec2: 70 - [Lorelei II] using dynamic discovery nodes [[#cloud-i-5f37ca31-0][inet[/10.124.135.165:9310]], [#cloud-i-cfd02ea1-0][inet[/10.124.243.93:9310]]]
18:54:02,141 DEBUG thread-1 search.discovery.ec2: 70 - [Lorelei II] ping responses: {none}
18:54:02,145 DEBUG thread-1 arch.cluster.service: 70 - [Lorelei II] processing [zen-disco-join (elected_as_master)]: execute
18:54:02,146 DEBUG thread-1 arch.cluster.service: 70 - [Lorelei II] cluster state updated, version [1], source [zen-disco-join (elected_as_master)]
18:54:02,147 INFO thread-1 arch.cluster.service: 78 - [Lorelei II] new_master [Lorelei II][rPx-OZgDQ4iRB_WagTakcA][inet[/fe80:0:0:0:1031:38ff:fe0d:a457%2:9310]], reason: zen-disco-join (elected_as_master)
18:54:05,098 DEBUG thread-1 arch.transport.netty: 70 - [Lorelei II] Connected to node [[Lorelei II][rPx-OZgDQ4iRB_WagTakcA][inet[/fe80:0:0:0:1031:38ff:fe0d:a457%2:9310]]]
18:54:05,105 DEBUG thread-1 arch.cluster.service: 70 - [Lorelei II] processing [zen-disco-join (elected_as_master)]: done applying updated cluster_state
18:54:05,105 INFO main sticsearch.discovery: 78 - [Lorelei II] elasticsearch-prod/rPx-OZgDQ4iRB_WagTakcA
18:54:05,107 DEBUG thread-1 search.river.cluster: 70 - [Lorelei II] processing [reroute_rivers_node_changed]: execute
18:54:05,107 DEBUG thread-1 search.river.cluster: 70 - [Lorelei II] processing [reroute_rivers_node_changed]: no change in cluster_state
18:54:05,108 DEBUG thread-3 ticsearch.gateway.s3: 70 - [Lorelei II] reading state from gateway org.elasticsearch.gateway.shared.SharedStorageGateway$1@52c8c6d9 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment