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 com.cs.cts.crm.elasticsearch.util; | |
| import java.util.List; | |
| import java.util.Map; | |
| import org.apache.commons.logging.Log; | |
| import org.apache.commons.logging.LogFactory; | |
| import org.elasticsearch.script.AbstractFloatSearchScript; | |
| import org.elasticsearch.script.ExecutableScript; | |
| import org.elasticsearch.script.NativeScriptFactory; |
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 com.cs.cts.crm.elasticsearch.util; | |
| import java.util.List; | |
| import java.util.Map; | |
| import org.apache.commons.logging.Log; | |
| import org.apache.commons.logging.LogFactory; | |
| import org.elasticsearch.script.AbstractLongSearchScript; | |
| import org.elasticsearch.script.ExecutableScript; | |
| import org.elasticsearch.script.NativeScriptFactory; |
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
| import java.util.Date; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| import java.util.Map; | |
| import org.apache.commons.logging.Log; | |
| import org.apache.commons.logging.LogFactory; | |
| import org.elasticsearch.script.AbstractFloatSearchScript; | |
| import org.elasticsearch.script.ExecutableScript; | |
| import org.elasticsearch.script.NativeScriptFactory; |
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
| C:\work\Git\elasticsearch>mvn package -DskipTests | |
| [INFO] Scanning for projects... | |
| 02-Sep-2012 13:11:30 org.sonatype.guice.bean.reflect.Logs$JULSink warn | |
| WARNING: Error injecting: org.apache.maven.wagon.providers.http.HttpWagon | |
| java.lang.ExceptionInInitializerError | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:513) | |
| at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java |
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
| [2012-11-12 11:41:22,365][INFO ][node ] [Lifeguard] {0.19.11}[25098]: initializing ... | |
| [2012-11-12 11:41:22,407][INFO ][plugins ] [Lifeguard] loaded [], sites [] | |
| [2012-11-12 11:41:22,436][DEBUG][common.compress ] failed to load xerial snappy-java | |
| org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] null | |
| at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:229) | |
| at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44) | |
| at org.elasticsearch.common.compress.snappy.xerial.XerialSnappy.<clinit>(XerialSnappy.java:42) | |
| at org.elasticsearch.common.compress.CompressorFactory.<clinit>(CompressorFactory.java:58) | |
| at org.elasticsearch.node.internal.InternalNode.<init>(InternalNode.java:123) | |
| at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:159) |
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
| [2014-01-03 12:59:40,271][INFO ][node ] [Antiphon the Overseer] version[1.0.0.Beta2], pid[14241], build[296cfbe/2013-12-02T15:46:27Z] | |
| [2014-01-03 12:59:40,272][INFO ][node ] [Antiphon the Overseer] initializing ... | |
| [2014-01-03 12:59:40,273][INFO ][node ] [Cheetah] version[1.0.0.Beta2], pid[14230], build[296cfbe/2013-12-02T15:46:27Z] | |
| [2014-01-03 12:59:40,273][INFO ][node ] [Cheetah] initializing ... | |
| [2014-01-03 12:59:40,284][INFO ][plugins ] [Antiphon the Overseer] loaded [analysis-combo, analysis-icu], sites [] | |
| [2014-01-03 12:59:40,285][INFO ][plugins ] [Cheetah] loaded [analysis-combo, analysis-icu], sites [] | |
| [2014-01-03 12:59:42,892][INFO ][node ] [Antiphon the Overseer] initialized | |
| [2014-01-03 12:59:42,892][INFO ][node ] [Antiphon the Overseer] starting ... | |
| [2014-01-03 12:59:42,915][INFO ][node ] [Cheetah] initialized | |
| [2014-01-03 12:59 |
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
| cluster: | |
| name: CMTDEV1 | |
| network: | |
| host: vcll36a-1001.equity.csfb.com | |
| node: | |
| data: true | |
| path: |
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
| /cs/java/jdk160/bin/java -server -Xms3500m -Xmx3500m -Xss1024k -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Delasticsearch | |
| -Des.path.home=/app/fao/cmt/deploy/ESServer | |
| -Des-pidfile=/app/fao/cmt/deploy/ESServer/bin/pid/ESIndex_cmtdev1_n2.pid | |
| -cp | |
| :/app/fao/cmt/deploy/ESServer/lib/elasticsearch-1.0.0.Beta2.jar | |
| :/app/fao/cmt/deploy/ESServer/lib/* | |
| :/app/fao/cmt/deploy/ESServer/lib/sigar/* | |
| -Des.config=../config/env/cmtdev1.yml |
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
| Jan 07, 2014 6:15:15 PM util.ESNodeWrapper init | |
| INFO: | |
| ***************************************** | |
| clusteName[CMTDEV1] | |
| multicast[false] | |
| host[166.15.121.56] | |
| hosts[ES_HOSTS=vcll36a-1001.equity.csfb.com:9400,vcll36a-1001.equity.csfb.com:9401,vcll36a-1001.equity.csfb.com:9402,vcll36a-1001.equity.csfb.com:9403,vcll36a-1001.equity.csfb.com:9404,vcll36a-1001.equity.csfb.com:9405,vcll36a-1001.equity.csfb.com:9406,vcll36a-1001.equity.csfb.com:9407,vcll36a-1001.equity.csfb.com:9408,vcll36a-1001.equity.csfb.com:9409,vcll36a-1001.equity.csfb.com:9410] | |
| nodeName[ testNode ]***************************************** | |
| Jan 07, 2014 6:15:15 PM util.ESNodeWrapper init | |
| INFO: |
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
| 2014-01-14 16:18:39,667 INFO - [Nightwatch] version[1.0.0.Beta2], pid[13088], build[296cfbe/2013-12-02T15:46:27Z] | |
| 2014-01-14 16:18:39,668 INFO - [Nightwatch] initializing ... | |
| 2014-01-14 16:18:39,668 DEBUG - [Nightwatch] using home [C:\work\Eclipse3.7\wksp1\test-Beta2], config [C:\work\Eclipse3.7\wksp1\test-Beta2\config], data [[C:\work\Eclipse3.7\wksp1\test-Beta2\data]], logs [C:\work\Eclipse3.7\wksp1\test-Beta2\logs], work [C:\work\Eclipse3.7\wksp1\test-Beta2\work], plugins [C:\work\Eclipse3.7\wksp1\test-Beta2\plugins] | |
| 2014-01-14 16:18:39,716 INFO - [Nightwatch] loaded [], sites [] | |
| 2014-01-14 16:18:39,836 DEBUG - using [UnsafeChunkDecoder] decoder | |
| 2014-01-14 16:18:44,620 DEBUG - [Nightwatch] creating thread_pool [generic], type [cached], keep_alive [30s] | |
| 2014-01-14 16:18:44,653 DEBUG - [Nightwatch] creating thread_pool [index], type [fixed], size [8], queue_size [200] | |
| 2014-01-14 16:18:44,664 DEBUG - [Nightwatch] creating thread_pool [bulk], type [fixed], size [8], queue_size [50] | |
| 2014-01-14 16:18:44,664 D |