Skip to content

Instantly share code, notes, and snippets.

@rjernst
Created January 4, 2018 05:27
Show Gist options
  • Save rjernst/ca795be48b2ce2c6eb6d2e419c4ab6fe to your computer and use it in GitHub Desktop.
Save rjernst/ca795be48b2ce2c6eb6d2e419c4ab6fe to your computer and use it in GitHub Desktop.
[2018-01-04T05:20:55,642][INFO ][o.e.n.Node ] [node-0] initializing ...
[2018-01-04T05:20:55,919][INFO ][o.e.e.NodeEnvironment ] [node-0] using [1] data paths, mounts [[/var/jenkins_home (/dev/sda2)]], net usable_space [89.3gb], net total_space [109gb], types [ext4]
[2018-01-04T05:20:55,919][INFO ][o.e.e.NodeEnvironment ] [node-0] heap size [494.9mb], compressed ordinary object pointers [true]
[2018-01-04T05:20:55,920][INFO ][o.e.n.Node ] [node-0] node name [node-0], node ID [tJCDNABlRYmm2vibrVognA]
[2018-01-04T05:20:55,920][INFO ][o.e.n.Node ] [node-0] version[6.2.0-SNAPSHOT], pid[29939], build[69ee2b5/2018-01-04T04:23:32.072Z], OS[Linux/4.12.13-1-ARCH/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_151/25.151-b12]
[2018-01-04T05:20:55,920][INFO ][o.e.n.Node ] [node-0] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.F1H7AQmr, -XX:+HeapDumpOnOutOfMemoryError, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -Xloggc:logs/gc.log, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=32, -XX:GCLogFileSize=64m, -Xms512m, -Xmx512m, -ea, -esa, -Des.path.home=/var/jenkins_home/jobs/elasticsearch-pipeline/workspace/elasticsearch-extra/x-pack-elasticsearch/qa/core-rest-tests-with-security/build/cluster/integTestCluster node0/elasticsearch-6.2.0-SNAPSHOT, -Des.path.conf=/var/jenkins_home/jobs/elasticsearch-pipeline/workspace/elasticsearch-extra/x-pack-elasticsearch/qa/core-rest-tests-with-security/build/cluster/integTestCluster node0/elasticsearch-6.2.0-SNAPSHOT/config]
[2018-01-04T05:20:55,921][WARN ][o.e.n.Node ] [node-0] version [6.2.0-SNAPSHOT] is a pre-release version of Elasticsearch and is not suitable for production
[2018-01-04T05:20:56,853][INFO ][o.e.p.PluginsService ] [node-0] loaded module [aggs-matrix-stats]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [analysis-common]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [ingest-common]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [lang-expression]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [lang-mustache]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [lang-painless]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [mapper-extras]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [parent-join]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [percolator]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [rank-eval]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [reindex]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [repository-url]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [transport-netty4]
[2018-01-04T05:20:56,854][INFO ][o.e.p.PluginsService ] [node-0] loaded module [tribe]
[2018-01-04T05:20:56,855][INFO ][o.e.p.PluginsService ] [node-0] loaded plugin [x-pack]
[2018-01-04T05:20:58,390][DEBUG][o.e.a.ActionModule ] Using REST wrapper from plugin org.elasticsearch.xpack.XPackPlugin
[2018-01-04T05:20:58,716][INFO ][o.e.d.DiscoveryModule ] [node-0] using discovery type [zen]
[2018-01-04T05:20:59,067][INFO ][o.e.n.Node ] [node-0] initialized
[2018-01-04T05:20:59,068][INFO ][o.e.n.Node ] [node-0] starting ...
[2018-01-04T05:20:59,138][INFO ][o.e.t.TransportService ] [node-0] publish_address {127.0.0.1:33163}, bound_addresses {127.0.0.1:33163}
[2018-01-04T05:20:59,149][WARN ][o.e.b.BootstrapChecks ] [node-0] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2018-01-04T05:21:02,179][INFO ][o.e.c.s.MasterService ] [node-0] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {node-0}{tJCDNABlRYmm2vibrVognA}{EGMkFKRHR6WEmdEQ4jjhFQ}{127.0.0.1}{127.0.0.1:33163}{testattr=test}
[2018-01-04T05:21:02,182][INFO ][o.e.c.s.ClusterApplierService] [node-0] new_master {node-0}{tJCDNABlRYmm2vibrVognA}{EGMkFKRHR6WEmdEQ4jjhFQ}{127.0.0.1}{127.0.0.1:33163}{testattr=test}, reason: apply cluster state (from master [master {node-0}{tJCDNABlRYmm2vibrVognA}{EGMkFKRHR6WEmdEQ4jjhFQ}{127.0.0.1}{127.0.0.1:33163}{testattr=test} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
[2018-01-04T05:21:02,219][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [node-0] publish_address {127.0.0.1:45215}, bound_addresses {127.0.0.1:45215}
[2018-01-04T05:21:02,220][INFO ][o.e.n.Node ] [node-0] started
[2018-01-04T05:21:02,589][INFO ][o.e.g.GatewayService ] [node-0] recovered [0] indices into cluster_state
[2018-01-04T05:21:02,809][INFO ][o.e.l.LicenseService ] [node-0] license [7b9e7e40-3379-4084-9eae-204e52f6c8fe] mode [trial] - valid
[2018-01-04T05:21:04,687][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:21:06,793][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:21:07,183][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/Yuyxp0PPQNeGMwoPLuq_9A] deleting index
[2018-01-04T05:21:08,138][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:08,358][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:08,505][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:21:10,878][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:11,998][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/ebM5PftIS-ubU_hoFdF5Zg] create_mapping [test]
[2018-01-04T05:21:12,112][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/dfGBICfVRoKktfsE2tnKfA] deleting index
[2018-01-04T05:21:12,113][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/ebM5PftIS-ubU_hoFdF5Zg] deleting index
[2018-01-04T05:21:12,211][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:13,338][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:14,310][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:15,903][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:17,339][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/mMXaP1jcSKybUyV8HCIFEA] deleting index
[2018-01-04T05:21:17,339][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/hUAMtdjBS_iwpX3C-Q40jw] deleting index
[2018-01-04T05:21:17,966][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:18,664][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:19,034][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxx] creating index, cause [api], templates [], shards [5]/[0], mappings [type_1]
[2018-01-04T05:21:20,869][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxx][4]] ...]).
[2018-01-04T05:21:21,102][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_2]
[2018-01-04T05:21:22,462][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxy][4]] ...]).
[2018-01-04T05:21:22,501][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_3]
[2018-01-04T05:21:24,593][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xyy][4]] ...]).
[2018-01-04T05:21:24,640][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-yyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_4]
[2018-01-04T05:21:25,009][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-yyy][4]] ...]).
[2018-01-04T05:21:25,048][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test-xyy/89GZY6UmQB-YBy2YXsSqjw]]]
[2018-01-04T05:21:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xyy/89GZY6UmQB-YBy2YXsSqjw] deleting index
[2018-01-04T05:21:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-yyy/GYZYD55FTYW3M2sV5F_GJg] deleting index
[2018-01-04T05:21:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxx/JJeDz-L_QU2Bmf0tl79Rmw] deleting index
[2018-01-04T05:21:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxy/Savhcjw5QaSbumoXAxY63g] deleting index
[2018-01-04T05:21:30,905][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:31,527][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:32,115][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:32,399][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:33,099][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:33,633][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:34,176][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:21:36,435][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:21:37,849][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:21:39,977][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:21:41,784][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/Poi618QwTqyDXd_CmvOVDA] deleting index
[2018-01-04T05:21:41,784][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/IkgxHgsbSMSyr28CXVgy9A] deleting index
[2018-01-04T05:21:41,784][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/42tGh7ESTy2eR0sttHN79A] deleting index
[2018-01-04T05:21:41,784][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/0aalUhgzSOeHijLcQbYKGQ] deleting index
[2018-01-04T05:21:42,571][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:43,839][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:44,662][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [update_60_refresh_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:46,291][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [update_60_refresh_1/jlTIaRZUSO-fwTevC1lsLg] create_mapping [test]
[2018-01-04T05:21:46,383][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [update_60_refresh_1/jlTIaRZUSO-fwTevC1lsLg] update_mapping [test]
[2018-01-04T05:21:46,688][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [update_60_refresh_1/jlTIaRZUSO-fwTevC1lsLg] deleting index
[2018-01-04T05:21:47,589][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:48,427][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:48,647][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:50,032][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:51,212][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index/1eoIPdDkR6KkEcjyqQ2X4w] deleting index
[2018-01-04T05:21:51,212][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index2/Bl6-BoNER7ie-rOSRyO74g] deleting index
[2018-01-04T05:21:51,520][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:52,791][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:53,849][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:54,469][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:21:54,912][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings [type_1]
[2018-01-04T05:21:55,524][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [1]/[2], mappings []
[2018-01-04T05:21:56,657][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_3] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:21:57,996][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index_3/AJ-oClOfTc-Liz-dPrOGxA]]]
[2018-01-04T05:21:58,036][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/TOFUkkuZQNisLTxC18bf2g] deleting index
[2018-01-04T05:21:58,036][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_3/AJ-oClOfTc-Liz-dPrOGxA] deleting index
[2018-01-04T05:21:58,036][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/BcyVmW0AT-6JCcE145FZbQ] deleting index
[2018-01-04T05:21:58,141][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:21:59,326][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:00,224][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:01,963][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/NvR_n6DQQ_-dH_y_K6jO7w] create_mapping [test]
[2018-01-04T05:22:02,261][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/NvR_n6DQQ_-dH_y_K6jO7w] deleting index
[2018-01-04T05:22:02,867][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:03,112][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:03,155][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:22:05,748][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:22:08,336][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:22:10,055][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:22:12,113][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/YdJFU7iKR7eD9SfUn2CyYg] deleting index
[2018-01-04T05:22:12,113][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/25tfhBwaRiCfo0_Cj8NLWA] deleting index
[2018-01-04T05:22:12,113][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/xueCTmVeSRe51E9k1QdQIg] deleting index
[2018-01-04T05:22:12,113][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/J9T7kkKPSku-awjP3HrNRw] deleting index
[2018-01-04T05:22:12,583][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:13,678][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:14,663][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:15,883][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/s9kuKtCyRkq7LA_h7h2Ocg] create_mapping [test]
[2018-01-04T05:22:15,978][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/s9kuKtCyRkq7LA_h7h2Ocg] deleting index
[2018-01-04T05:22:16,092][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:17,362][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:18,558][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:19,904][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:20,641][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:22,570][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/DYm7nIr3T4qno7lW_BOVFA] create_mapping [bar]
[2018-01-04T05:22:22,624][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:24,302][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/3qAvdBGARHmFzbbKAkUVuw] create_mapping [baz]
[2018-01-04T05:22:24,889][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/3qAvdBGARHmFzbbKAkUVuw] deleting index
[2018-01-04T05:22:24,889][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/DYm7nIr3T4qno7lW_BOVFA] deleting index
[2018-01-04T05:22:25,120][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:26,308][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:27,458][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:28,318][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:28,702][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:28,950][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:29,022][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:30,267][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:31,106][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:22:33,026][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/xNe0P21mQbKOiObMjyIfKw] deleting index
[2018-01-04T05:22:33,844][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:34,972][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:36,254][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:36,792][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:37,313][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:39,265][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/9HdNMlWQRki15ivpR8vJQA] create_mapping [test]
[2018-01-04T05:22:39,358][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/9HdNMlWQRki15ivpR8vJQA] deleting index
[2018-01-04T05:22:40,394][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:41,537][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:42,479][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:22:44,394][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:22:44,499][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/jA69d7QcTCGHhHVytA_OAw] deleting index
[2018-01-04T05:22:45,633][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:46,893][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:47,717][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:49,612][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:51,493][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:54,190][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/EMddeVXuRKK_FskExWciPw] deleting index
[2018-01-04T05:22:54,190][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/nE7eGd2vSUOnpGbqL63uVA] deleting index
[2018-01-04T05:22:54,190][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/ysha-bXHQ56CTS4Z-rgFkQ] deleting index
[2018-01-04T05:22:54,607][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:22:54,943][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:22:55,147][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:22:57,342][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:22:59,261][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/aFv_VXF9RtKRlsCzRH0KmA] create_mapping [test]
[2018-01-04T05:22:59,867][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/mk2Pk4-6SpajuW0REyQ_SQ] deleting index
[2018-01-04T05:22:59,867][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/aFv_VXF9RtKRlsCzRH0KmA] deleting index
[2018-01-04T05:22:59,963][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:01,289][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:02,051][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:23:03,846][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/T5MdOUflQ2SSAfGIKvj2Wg] create_mapping [test]
[2018-01-04T05:23:04,410][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/T5MdOUflQ2SSAfGIKvj2Wg] deleting index
[2018-01-04T05:23:05,042][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:06,252][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:07,123][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[0], mappings [type_1]
[2018-01-04T05:23:07,651][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][0]] ...]).
[2018-01-04T05:23:07,701][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/kIDloEevTA-ZZp6MZassKA] deleting index
[2018-01-04T05:23:07,769][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:09,018][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:09,845][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:23:11,654][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_index/zYxqXySDQ-yFrylWLOi41A] create_mapping [test]
[2018-01-04T05:23:12,473][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/zYxqXySDQ-yFrylWLOi41A] deleting index
[2018-01-04T05:23:12,880][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:14,159][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:14,958][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:23:15,467][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[foo][0]] ...]).
[2018-01-04T05:23:15,505][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [bar] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:23:16,484][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[bar][0]] ...]).
[2018-01-04T05:23:16,700][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [baz] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:23:16,830][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[baz][0]] ...]).
[2018-01-04T05:23:17,161][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [baz/KhniSwYiRi-ZLcKRZmoz0w] deleting index
[2018-01-04T05:23:17,161][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [bar/cKEwiZUdTNuz25ICNv7h4A] deleting index
[2018-01-04T05:23:17,161][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/s_L0C5DrQNKwO6V1Wk-qig] deleting index
[2018-01-04T05:23:17,774][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:18,823][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:19,853][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:23:21,808][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:23:21,941][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/gIimLdq5QuCo_EaLeWKuPA] deleting index
[2018-01-04T05:23:22,517][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:23,793][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:24,592][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:23:27,108][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [3]/[0], mappings []
[2018-01-04T05:23:28,445][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/wT-MyXWrRVazC5WcLsdcFQ] deleting index
[2018-01-04T05:23:28,445][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/RMWyMvsrQfCmIWp-wcMEDg] deleting index
[2018-01-04T05:23:29,009][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:30,071][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:32,318][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:33,511][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:34,775][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:35,919][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:36,854][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:23:38,815][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/D9RfThO8TnmVqodIiVM-6A] update_mapping [test]
[2018-01-04T05:23:39,678][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/D9RfThO8TnmVqodIiVM-6A] deleting index
[2018-01-04T05:23:40,078][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:41,357][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:42,162][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_1] creating index, cause [api], templates [], shards [1]/[1], mappings [doc]
[2018-01-04T05:23:42,681][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_2] creating index, cause [api], templates [], shards [1]/[1], mappings [doc]
[2018-01-04T05:23:43,807][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_3] creating index, cause [api], templates [], shards [1]/[1], mappings [doc]
[2018-01-04T05:23:45,218][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_2/RWj8KyphQzqNxpArERvDCQ] deleting index
[2018-01-04T05:23:45,219][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_3/ZuhElRDHSVyDtsS3L02KFA] deleting index
[2018-01-04T05:23:45,219][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_1/ok4Sc5FQQ4OykJv57pKhUg] deleting index
[2018-01-04T05:23:45,452][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:46,577][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:47,534][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:23:49,216][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:23:49,695][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/MoFazbu9QfiLo_LA5TbWlQ] deleting index
[2018-01-04T05:23:50,441][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:51,688][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:52,519][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:23:54,387][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/aFQvBrbnTG2NDEqKwO9-qQ] deleting index
[2018-01-04T05:23:55,127][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:23:56,340][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:23:57,208][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:23:59,485][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:23:59,530][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/yXMZ6F5VSBmo-lkTxYHYUg] create_mapping [test]
[2018-01-04T05:23:59,603][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/yXMZ6F5VSBmo-lkTxYHYUg] deleting index
[2018-01-04T05:24:00,424][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:01,387][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:01,477][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:03,486][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:06,007][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:08,653][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/oi2GAuB8TCqFAElJvcTmAA] deleting index
[2018-01-04T05:24:08,653][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/SEEarjxFRQSd5EoEK1-t8Q] deleting index
[2018-01-04T05:24:08,653][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/0YlM-OEUQ46YB0ozfah-9w] deleting index
[2018-01-04T05:24:09,205][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:10,340][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:11,278][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:24:13,720][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/v0yA1mizQK6DNHDZtzSelg] update_mapping [test]
[2018-01-04T05:24:13,790][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/v0yA1mizQK6DNHDZtzSelg] deleting index
[2018-01-04T05:24:14,234][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:15,488][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:16,311][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:24:17,895][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:20,308][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/gOMaARUZTd2vk53F6a1sYg] create_mapping [baz]
[2018-01-04T05:24:20,704][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=_XfQbCt0R2-0uzWjhe0i1g]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:24:20,707][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=GWKAH3V-T6qvYFG-4Xe2Vg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:24:20,704][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Z2qprZULQXm8M3JRbiDrhw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:24:20,704][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Jex1wS8sSciASqKrZ9RqTg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:24:20,704][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=lRbCh1JDRIKtFkElsAXBKw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:24:20,724][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/gOMaARUZTd2vk53F6a1sYg] deleting index
[2018-01-04T05:24:20,724][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/5W9iOmGfSjyehxmulssa6A] deleting index
[2018-01-04T05:24:21,537][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:22,819][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:23,611][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:25,477][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/AmdoSvDaSseRLsVtcaQ3GQ] create_mapping [test]
[2018-01-04T05:24:26,423][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/AmdoSvDaSseRLsVtcaQ3GQ] deleting index
[2018-01-04T05:24:26,667][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:27,952][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:28,740][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:24:30,587][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:24:31,597][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/BcDLAk5uSkGimhjQ2qKWaQ] deleting index
[2018-01-04T05:24:31,917][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:33,190][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:33,995][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:24:35,740][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:24:35,780][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:24:38,293][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:24:38,321][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/AyWrAztpRFeQJw3GqlBU7g] deleting index
[2018-01-04T05:24:38,321][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/1wWaB8VJShWHWl5wt7QC3Q] deleting index
[2018-01-04T05:24:38,500][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:39,596][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:40,577][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:42,270][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/U4_3ZU5ISR6AAvOydSXD2w] create_mapping [bar]
[2018-01-04T05:24:42,780][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:24:45,261][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/-updytetQGmDXwLJnYfjFw] create_mapping [baz]
[2018-01-04T05:24:45,850][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/-updytetQGmDXwLJnYfjFw] deleting index
[2018-01-04T05:24:45,850][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/U4_3ZU5ISR6AAvOydSXD2w] deleting index
[2018-01-04T05:24:46,119][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:47,419][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:48,192][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:24:50,032][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:24:50,208][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/S7FIZJRkRp6U02r0fYBP2w] update_mapping [test]
[2018-01-04T05:24:50,922][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/S7FIZJRkRp6U02r0fYBP2w] deleting index
[2018-01-04T05:24:51,274][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:52,467][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:53,611][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:24:54,952][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:24:55,685][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:24:58,197][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:25:00,372][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/wP0WGOohTzmh1ttJXyDmTA] create_mapping [baz]
[2018-01-04T05:25:00,796][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=daTivJFRRq2Hr77HQh5enQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:00,796][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Tu4l9HhqQIKiGJn5Fxlpqw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:00,796][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=B4e3DpdBTIWQOtVkZ0Y5NA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:00,796][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=-3CCAqgwSiW4G1VRC2ijOQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:00,796][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=9ZmsJt9LQripmcAYpBQ01A]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:00,806][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/uch5MS85RtaYnLIULDDkUw] deleting index
[2018-01-04T05:25:00,806][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/wP0WGOohTzmh1ttJXyDmTA] deleting index
[2018-01-04T05:25:01,511][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:02,886][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:03,588][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:25:05,440][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][4]] ...]).
[2018-01-04T05:25:05,476][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/qlWVT4iqRxm-6MNsar_Q_Q] deleting index
[2018-01-04T05:25:05,736][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:07,444][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:07,819][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [cluster.routing.allocation.disk.threshold_enabled] from [true] to [false]
[2018-01-04T05:25:07,819][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [cluster.routing.allocation.disk.threshold_enabled] from [true] to [false]
[2018-01-04T05:25:07,819][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [cluster.routing.allocation.disk.threshold_enabled] from [true] to [false]
[2018-01-04T05:25:07,997][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [cluster.routing.allocation.disk.threshold_enabled] from [false] to [true]
[2018-01-04T05:25:07,997][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [cluster.routing.allocation.disk.threshold_enabled] from [false] to [true]
[2018-01-04T05:25:07,997][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [cluster.routing.allocation.disk.threshold_enabled] from [false] to [true]
[2018-01-04T05:25:08,064][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:09,371][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:10,144][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testidx] creating index, cause [api], templates [], shards [5]/[1], mappings [testtype]
[2018-01-04T05:25:12,475][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testidx/wnSzQLgzR72Gsl4aKr9Jfw] deleting index
[2018-01-04T05:25:13,239][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:14,547][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:15,313][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:25:17,201][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:25:17,730][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/RL3RERz0SzSUXZMdigOjjQ] deleting index
[2018-01-04T05:25:18,356][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:19,414][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:20,434][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_1]
[2018-01-04T05:25:20,985][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_2]
[2018-01-04T05:25:21,381][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:22,678][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:22,678][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_1]
[2018-01-04T05:25:23,036][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_2]
[2018-01-04T05:25:23,401][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(update api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:25:25,305][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/GOr9oCE9R_mlApKOYyMCQg] create_mapping [test]
[2018-01-04T05:25:25,818][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/GOr9oCE9R_mlApKOYyMCQg] update_mapping [test]
[2018-01-04T05:25:26,165][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/GOr9oCE9R_mlApKOYyMCQg] deleting index
[2018-01-04T05:25:26,312][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:27,517][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:28,720][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:30,039][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:30,789][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:25:32,623][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:25:32,699][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=kpk8WlIlRvOfZf8HXfG6og]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_min":{"min":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:32,699][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=uGwFBlOISIODSCHfbRga2Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_min":{"min":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:32,699][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=XCVOw_KqQoaajH6NHOoVrw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_min":{"min":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:32,699][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Vb0-BAhcRoWhdcXUbaHp4Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_min":{"min":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:32,699][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=0Af8BEedTMmRb8gUoqFrlw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_min":{"min":{"field":"string_field"}}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:25:32,701][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.ElasticsearchException$1: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:619) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:128) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:243) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:49) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:217) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:171) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:49) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:217) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:531) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1056) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1149) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1133) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$6$1.onFailure(SearchTransportService.java:389) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:324) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:318) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
... 9 more
[2018-01-04T05:25:32,706][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/l-YKw-UVR5ObBGe-OvsGLQ] deleting index
[2018-01-04T05:25:33,763][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:34,935][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:35,833][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:25:37,839][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/RE-p2DEDQu2Qh3QTH0f5ng] create_mapping [bar]
[2018-01-04T05:25:37,907][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/RE-p2DEDQu2Qh3QTH0f5ng] deleting index
[2018-01-04T05:25:38,633][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:39,919][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:40,706][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:25:43,064][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:25:45,564][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:25:49,140][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/lfzSC6l2RWm4P3XmrTeb_Q] deleting index
[2018-01-04T05:25:49,140][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/fiuy_114R5ScKymzcHw4ig] deleting index
[2018-01-04T05:25:49,140][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/xhvBh5KfQpadCiF57sHgIA] deleting index
[2018-01-04T05:25:49,447][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:50,690][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:51,527][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:25:53,390][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:25:53,907][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/PfewzsUkQA-3SqBQhUj0Ww] deleting index
[2018-01-04T05:25:54,631][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:25:55,935][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:25:56,708][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:25:59,796][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [search.max_buckets] from [-1] to [3]
[2018-01-04T05:25:59,818][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [search.max_buckets] from [3] to [100]
[2018-01-04T05:25:59,827][INFO ][o.e.c.s.ClusterSettings ] [node-0] updating [search.max_buckets] from [100] to [-1]
[2018-01-04T05:25:59,830][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/93USVz86QAyl83cTQdGbGw] deleting index
[2018-01-04T05:26:00,426][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:01,869][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:02,497][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:26:04,981][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:26:07,572][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:26:10,647][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/D8xUTf4VRQ2XXqpFz5ehbQ] deleting index
[2018-01-04T05:26:10,647][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/KE3JXnz2TKCCOF9Wg5_RZg] deleting index
[2018-01-04T05:26:10,647][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/SHxfgP1ERCmBZ1swJ9O8SA] deleting index
[2018-01-04T05:26:11,433][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:12,715][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:13,511][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:26:15,912][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:26:17,997][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/J17bJCBYTS6lv0cMQvhszQ] create_mapping [baz]
[2018-01-04T05:26:18,316][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=zJd8s6RlR_GT9MVTam4img]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:26:18,317][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=EN1TXrv1TSKm_97KKP7FKQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:26:18,316][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=aqjA99CLQGe0Mq2i9-PX4w]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:26:18,317][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=zfrywOvLShGDf-XJyebvSA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:26:18,318][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=e-ftz1MTSBOxDqA2bg84TQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:26:18,324][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/jKg_ukuVRvWX_bcbWV3uIw] deleting index
[2018-01-04T05:26:18,325][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/J17bJCBYTS6lv0cMQvhszQ] deleting index
[2018-01-04T05:26:19,254][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:20,575][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:21,329][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:26:23,693][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/8ePBVnBXTb-D00AZLESkpg] update_mapping [test]
[2018-01-04T05:26:24,403][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/8ePBVnBXTb-D00AZLESkpg] deleting index
[2018-01-04T05:26:24,481][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:25,743][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:26,560][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:26:29,637][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:26:32,246][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:26:34,874][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:26:37,395][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/tficpiQdSoGXdT-dIZq8-g] deleting index
[2018-01-04T05:26:37,395][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/dhet_690RpWSkqZ3L12jQg] deleting index
[2018-01-04T05:26:37,395][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/Jc5bc_nvR3iGUor-mq6Z1Q] deleting index
[2018-01-04T05:26:37,395][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/u8OJPsnFScKTKA5zC2xZYA] deleting index
[2018-01-04T05:26:38,623][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:39,755][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:40,694][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:26:42,614][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:26:42,800][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/vnGE2ZBQRv-6woEXjdqBBg] deleting index
[2018-01-04T05:26:43,837][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:45,126][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:45,913][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:26:48,214][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:26:50,406][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/8mV34xIUSp-SslayifSrlQ] deleting index
[2018-01-04T05:26:50,406][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/UP1OWPWrRZeNdYEQrGslhg] deleting index
[2018-01-04T05:26:51,039][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:52,416][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:53,111][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:26:55,564][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:26:55,644][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/kDgPTfAjS7WeECbvfJKF4A] deleting index
[2018-01-04T05:26:56,568][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:26:57,607][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:26:57,614][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:00,568][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:03,341][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:05,923][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:08,487][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/9eIXSHRgS5mEXrpiqHZ4XA] deleting index
[2018-01-04T05:27:08,487][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/bqFM13IbTruuENwQ_IQw8w] deleting index
[2018-01-04T05:27:08,487][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/RVKHqBNvSfqZHIcoKLwndQ] deleting index
[2018-01-04T05:27:08,487][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/4F1FXkW_T_KYYKyuxO52WQ] deleting index
[2018-01-04T05:27:09,734][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:10,979][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:12,162][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:13,575][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:14,239][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:17,503][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:20,191][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:22,753][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:27:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/NDTrH1rlRk2NstPbm7ZGrA] deleting index
[2018-01-04T05:27:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/mE-UE65TSASSiXpIDWmoGw] deleting index
[2018-01-04T05:27:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/vXH8lheyTnmZIQHvnghVEQ] deleting index
[2018-01-04T05:27:25,300][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/n4j3qJYWTUmvBmDB7cGApg] deleting index
[2018-01-04T05:27:26,394][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:27,238][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:27,441][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:27:29,451][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:27:30,028][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=pnvl8PLaQ8SPSKJxC6R3SQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_avg":{"avg":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:27:30,028][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=xwOSuyskQrS0dSFsZda-lQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_avg":{"avg":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:27:30,028][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=9YalHfHzT-6j9PZceSeATg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_avg":{"avg":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:27:30,028][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Ytk6RddKQhma1rkD0trD5g]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_avg":{"avg":{"field":"string_field"}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:27:30,029][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=vZS7yO11TsWx9SMDVZUv3Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"the_string_avg":{"avg":{"field":"string_field"}}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:27:30,030][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.ElasticsearchException$1: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:619) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:128) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:243) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:49) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:217) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:171) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:49) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:217) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:531) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1056) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1149) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1133) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$6$1.onFailure(SearchTransportService.java:389) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:324) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:318) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
... 9 more
[2018-01-04T05:27:30,035][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/Da84UMywT16MiN3aeSfpLA] deleting index
[2018-01-04T05:27:30,513][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:31,802][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:32,579][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:27:34,721][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:27:36,991][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:27:39,601][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/dNlDTDI5Q6KJn3LYPWV3nw] deleting index
[2018-01-04T05:27:39,601][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/rZS2bZDIQ2WeR69pKNhIuQ] deleting index
[2018-01-04T05:27:39,601][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/EatrDQ7mTHCiU_jllYWXdA] deleting index
[2018-01-04T05:27:40,179][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:41,663][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:42,596][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:43,885][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:44,669][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:27:46,758][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:27:47,277][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/1zSF7FC8TZuHssiSX_vtjg] deleting index
[2018-01-04T05:27:47,407][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:48,682][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:49,788][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:51,011][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:51,859][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:27:53,974][DEBUG][o.e.a.a.c.a.TransportClusterAllocationExplainAction] [node-0] explaining the allocation for [ClusterAllocationExplainRequest[index=test,shard=0,primary?=true,includeYesDecisions?=false], found shard [[test][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=sOi7XaI6QiKStBQiig0tcw]]
[2018-01-04T05:27:53,976][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/L_EMFna2SqyxI7ai_MGiwg] deleting index
[2018-01-04T05:27:54,633][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:27:55,759][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:27:56,703][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [t]
[2018-01-04T05:27:59,136][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [api], templates [], shards [5]/[1], mappings [t]
[2018-01-04T05:28:01,648][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test3] creating index, cause [api], templates [], shards [5]/[1], mappings [t]
[2018-01-04T05:28:04,242][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test3/lXOAIZK_QDGJuEPf2ogpXg] deleting index
[2018-01-04T05:28:04,242][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/kojsUhoOTOavbKTElmVCbg] deleting index
[2018-01-04T05:28:04,242][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/0w93u7yySoaAe5d7XBaxHg] deleting index
[2018-01-04T05:28:04,331][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:05,697][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:06,407][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:28:08,302][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:28:08,870][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/HCkMa6W7RzeHnar55y8NXg] deleting index
[2018-01-04T05:28:09,497][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:10,798][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:11,574][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:28:13,401][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][4]] ...]).
[2018-01-04T05:28:13,574][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/3pItlKSgSX6tZrMMlfiMDg] deleting index
[2018-01-04T05:28:14,351][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:15,902][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:16,420][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:28:18,587][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/oLyLN5k2QzO4Ddl9j-5O7g] create_mapping [bar]
[2018-01-04T05:28:19,087][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:28:21,142][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/tSysFyxeQBOVSz320KgJOw] create_mapping [baz]
[2018-01-04T05:28:21,652][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/tSysFyxeQBOVSz320KgJOw] deleting index
[2018-01-04T05:28:21,652][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/oLyLN5k2QzO4Ddl9j-5O7g] deleting index
[2018-01-04T05:28:22,384][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:23,666][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:24,532][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:28:26,340][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:28:26,832][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/eh7tVKFFQ_aSoa56YMC2jQ] deleting index
[2018-01-04T05:28:27,580][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:28,823][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:29,943][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:31,350][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:32,015][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:28:34,065][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:28:36,636][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/3ob-1v8uSauvoF2ylB76-w] deleting index
[2018-01-04T05:28:36,636][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/A22CT_giRdWbPNtQrdVp3g] deleting index
[2018-01-04T05:28:37,093][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:38,368][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:39,162][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:28:41,724][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/XrSinbSERCedHFTCaroVlw] deleting index
[2018-01-04T05:28:41,836][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:43,127][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:43,905][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:28:46,024][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:28:46,341][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/n-00g1jCTYiwo57JSKM99Q] deleting index
[2018-01-04T05:28:46,796][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:48,061][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:48,875][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:28:50,927][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:28:52,036][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/dfo1KAxVSL6kDssgWQCXsg] deleting index
[2018-01-04T05:28:52,264][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:53,635][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:54,339][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testing] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:28:56,094][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[testing][4]] ...]).
[2018-01-04T05:28:56,951][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testing/PWbvZbUBRM6IVKQIGTZVaA] deleting index
[2018-01-04T05:28:57,362][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:28:58,695][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:28:59,731][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:00,952][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:01,797][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_status_1]
[2018-01-04T05:29:02,548][DEBUG][o.e.a.a.c.s.s.TransportSnapshotsStatusAction] [node-0] snapshot status request ignoring snapshot [test_nonexistent_snapshot], not found in repository [test_repo_status_1]
[2018-01-04T05:29:02,583][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:03,866][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:03,866][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_status_1]
[2018-01-04T05:29:03,911][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:06,489][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/CKk2IT01St-OBIz2kzcZNw] create_mapping [test]
[2018-01-04T05:29:06,928][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/CKk2IT01St-OBIz2kzcZNw] deleting index
[2018-01-04T05:29:07,679][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:08,747][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:09,751][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:29:12,045][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:14,510][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/oHgQASORTnS2XSyXQnzIMA] create_mapping [test]
[2018-01-04T05:29:15,095][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/oHgQASORTnS2XSyXQnzIMA] deleting index
[2018-01-04T05:29:15,095][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/sG4GOdLKT9Sod20wlNdUOw] deleting index
[2018-01-04T05:29:15,512][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:16,836][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:17,582][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index1] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:29:18,142][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index1][0]] ...]).
[2018-01-04T05:29:18,213][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index1/BII2LsZXSlidlrf8pTX8LA] create_mapping [type]
[2018-01-04T05:29:18,801][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index1/BII2LsZXSlidlrf8pTX8LA] deleting index
[2018-01-04T05:29:19,391][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:20,711][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:21,459][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:29:23,605][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:29:24,184][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/GENg_XOfTQOZxsIXhBgElw] deleting index
[2018-01-04T05:29:24,641][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:25,905][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:26,707][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index1] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:29:27,241][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index1][0]] ...]).
[2018-01-04T05:29:27,591][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index1/ezN6ZB1rT3u47v0gPd9YTw] create_mapping [type]
[2018-01-04T05:29:28,182][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index1/ezN6ZB1rT3u47v0gPd9YTw] deleting index
[2018-01-04T05:29:28,490][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:29,799][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:30,563][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:29:32,734][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:29:33,325][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/AZ1jnIdASpi6UHYbbRixSg] deleting index
[2018-01-04T05:29:33,671][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:34,954][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:35,743][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:38,569][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/sYf_vD1dRZ6zQsc9KcHr9w] deleting index
[2018-01-04T05:29:38,819][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:40,101][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:40,893][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:43,077][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:45,333][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:48,195][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/-hFHJsuJQlCekeipTokE-g] deleting index
[2018-01-04T05:29:48,195][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/j1CBnksLSbekZlFpGgCiCQ] deleting index
[2018-01-04T05:29:48,195][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/QaU-ThXZTkyFnVYDFrBOCQ] deleting index
[2018-01-04T05:29:48,878][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:50,374][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:50,946][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testing] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:53,099][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testing/V5gfOOkPTHGjfaHMFyxBmA] deleting index
[2018-01-04T05:29:53,551][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:29:55,035][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:29:55,623][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings [type_1]
[2018-01-04T05:29:56,051][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [1]/[2], mappings []
[2018-01-04T05:29:56,992][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_3] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:29:59,557][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index_3/-kAKpCi1Sg6jpTkz4qKEEQ]]]
[2018-01-04T05:29:59,596][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/p-LVaowLTqG_1H-QO8A-pg] deleting index
[2018-01-04T05:29:59,596][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_3/-kAKpCi1Sg6jpTkz4qKEEQ] deleting index
[2018-01-04T05:29:59,596][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/xtXWfiDYQuuD0wgf26LoWw] deleting index
[2018-01-04T05:30:00,102][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:01,333][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:02,173][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:04,740][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/xm4jUQR9RxWUQImp7FDRMw] create_mapping [test]
[2018-01-04T05:30:04,801][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/xm4jUQR9RxWUQImp7FDRMw] deleting index
[2018-01-04T05:30:05,457][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:06,877][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:07,525][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testidx] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:09,991][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [testidx/ug0wazpFQgm9enwMC7vT7g] create_mapping [testtype]
[2018-01-04T05:30:10,225][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testidx/ug0wazpFQgm9enwMC7vT7g] deleting index
[2018-01-04T05:30:10,944][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:12,366][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:13,017][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:15,181][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index_1/BaHz5E_PRBunJQ2aqCQicA] create_mapping [test]
[2018-01-04T05:30:16,142][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:18,393][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index_2/tpe7NU3sRwyQssJ9hAtzEA] create_mapping [test]
[2018-01-04T05:30:19,030][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_1/BaHz5E_PRBunJQ2aqCQicA] deleting index
[2018-01-04T05:30:19,030][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_2/tpe7NU3sRwyQssJ9hAtzEA] deleting index
[2018-01-04T05:30:20,077][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:21,265][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:22,150][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:24,265][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/dmdj2_GnRwCLlyrWO_M9QQ] create_mapping [test]
[2018-01-04T05:30:25,054][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/dmdj2_GnRwCLlyrWO_M9QQ] deleting index
[2018-01-04T05:30:25,533][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:26,836][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:27,609][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:30:30,567][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/FSof6ETOR62Khy908-qYmg] deleting index
[2018-01-04T05:30:30,708][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:31,974][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:32,779][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:30:34,694][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:30:35,404][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/nKxl76oPQbS_tXU_ZEfaWw] deleting index
[2018-01-04T05:30:35,895][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:37,164][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:37,967][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_sliced_scroll] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:40,253][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_sliced_scroll/9WDhQAmlRQmS02EWaUBvSA] create_mapping [test]
[2018-01-04T05:30:41,040][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_sliced_scroll][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=ohOg4Bx-RfqgBBW7qTAtnQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_sliced_scroll], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":1,"query":{"match_all":{"boost":1.0}},"slice":{"field":"_uid","id":0,"max":1025}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: The number of slices [1025] is too large. It must be less than [1024]. This limit can be set by changing the [index.max_slices_per_scroll] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:236) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:30:41,040][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_sliced_scroll][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=LvAv4FyTReaT1jA1858YsA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_sliced_scroll], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":1,"query":{"match_all":{"boost":1.0}},"slice":{"field":"_uid","id":0,"max":1025}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: The number of slices [1025] is too large. It must be less than [1024]. This limit can be set by changing the [index.max_slices_per_scroll] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:236) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:30:41,040][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_sliced_scroll][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=GiJ5hP6GRvyikRjQ_QhBhw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_sliced_scroll], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":1,"query":{"match_all":{"boost":1.0}},"slice":{"field":"_uid","id":0,"max":1025}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: The number of slices [1025] is too large. It must be less than [1024]. This limit can be set by changing the [index.max_slices_per_scroll] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:236) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:30:41,040][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_sliced_scroll][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=4fL40PQLRq2wFtyNTchwUw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_sliced_scroll], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":1,"query":{"match_all":{"boost":1.0}},"slice":{"field":"_uid","id":0,"max":1025}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: The number of slices [1025] is too large. It must be less than [1024]. This limit can be set by changing the [index.max_slices_per_scroll] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:236) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:30:41,040][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_sliced_scroll][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=3u6e-dLaRtaBYg3BHOqE0Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_sliced_scroll], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":1,"query":{"match_all":{"boost":1.0}},"slice":{"field":"_uid","id":0,"max":1025}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: The number of slices [1025] is too large. It must be less than [1024]. This limit can be set by changing the [index.max_slices_per_scroll] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:236) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:30:41,041][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.search.query.QueryPhaseExecutionException: The number of slices [1025] is too large. It must be less than [1024]. This limit can be set by changing the [index.max_slices_per_scroll] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:236) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:30:41,049][INFO ][o.e.c.s.IndexScopedSettings] [node-0] updating [index.max_slices_per_scroll] from [1024] to [1025]
[2018-01-04T05:30:41,050][INFO ][o.e.c.s.IndexScopedSettings] [node-0] updating [index.max_slices_per_scroll] from [1024] to [1025]
[2018-01-04T05:30:41,126][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_sliced_scroll/9WDhQAmlRQmS02EWaUBvSA] deleting index
[2018-01-04T05:30:42,065][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:43,587][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:44,136][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:30:46,875][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/Y5DrEUMFR2aTiAjWChzlKw] deleting index
[2018-01-04T05:30:47,441][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:48,759][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:49,833][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:30:51,069][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:30:51,900][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:30:55,306][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:30:57,907][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:31:00,488][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:31:03,027][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/h78FWhPPQEaq6xSlthB5rQ] deleting index
[2018-01-04T05:31:03,027][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/dG5wDfdmSLa9c2WcbbbaSA] deleting index
[2018-01-04T05:31:03,027][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/YEfQFIypTcO09oJbXepICg] deleting index
[2018-01-04T05:31:03,027][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/d-qZwEoYSNKppce_dbW4AQ] deleting index
[2018-01-04T05:31:03,959][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:05,292][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:06,423][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:08,086][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:08,494][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:31:11,355][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=DjnQXxW9SE2h8ebSm7-PnQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"test":{"terms":{"field":"long","size":10,"min_doc_count":1,"shard_min_doc_count":0,"show_term_doc_count_error":false,"order":[{"_count":"desc"},{"_key":"asc"}]},"aggregations":{"nested":{"composite":{"size":10,"sources":[{"kw":{"terms":{"field":"keyword","order":"asc"}}}]}}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.doBuild(CompositeAggregationBuilder.java:140) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.<init>(AggregatorFactory.java:187) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.<init>(ValuesSourceAggregatorFactory.java:40) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.<init>(TermsAggregatorFactory.java:73) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder.innerBuild(TermsAggregationBuilder.java:321) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:288) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:36) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:749) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:31:11,355][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=JCblJPdKTK-dmozf0e3ugw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"test":{"terms":{"field":"long","size":10,"min_doc_count":1,"shard_min_doc_count":0,"show_term_doc_count_error":false,"order":[{"_count":"desc"},{"_key":"asc"}]},"aggregations":{"nested":{"composite":{"size":10,"sources":[{"kw":{"terms":{"field":"keyword","order":"asc"}}}]}}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.doBuild(CompositeAggregationBuilder.java:140) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.<init>(AggregatorFactory.java:187) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.<init>(ValuesSourceAggregatorFactory.java:40) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.<init>(TermsAggregatorFactory.java:73) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder.innerBuild(TermsAggregationBuilder.java:321) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:288) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:36) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:749) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:31:11,355][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=0_LjEOHcRKmupE-0CGd_xg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"test":{"terms":{"field":"long","size":10,"min_doc_count":1,"shard_min_doc_count":0,"show_term_doc_count_error":false,"order":[{"_count":"desc"},{"_key":"asc"}]},"aggregations":{"nested":{"composite":{"size":10,"sources":[{"kw":{"terms":{"field":"keyword","order":"asc"}}}]}}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.doBuild(CompositeAggregationBuilder.java:140) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.<init>(AggregatorFactory.java:187) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.<init>(ValuesSourceAggregatorFactory.java:40) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.<init>(TermsAggregatorFactory.java:73) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder.innerBuild(TermsAggregationBuilder.java:321) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:288) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:36) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:749) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:31:11,355][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=GpUEVViGTda_3PbdfF_FKA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"test":{"terms":{"field":"long","size":10,"min_doc_count":1,"shard_min_doc_count":0,"show_term_doc_count_error":false,"order":[{"_count":"desc"},{"_key":"asc"}]},"aggregations":{"nested":{"composite":{"size":10,"sources":[{"kw":{"terms":{"field":"keyword","order":"asc"}}}]}}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.doBuild(CompositeAggregationBuilder.java:140) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.<init>(AggregatorFactory.java:187) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.<init>(ValuesSourceAggregatorFactory.java:40) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.<init>(TermsAggregatorFactory.java:73) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder.innerBuild(TermsAggregationBuilder.java:321) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:288) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:36) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:749) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:31:11,355][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=EjBoPji6SEy1se30Lu1v0g]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"test":{"terms":{"field":"long","size":10,"min_doc_count":1,"shard_min_doc_count":0,"show_term_doc_count_error":false,"order":[{"_count":"desc"},{"_key":"asc"}]},"aggregations":{"nested":{"composite":{"size":10,"sources":[{"kw":{"terms":{"field":"keyword","order":"asc"}}}]}}}}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.doBuild(CompositeAggregationBuilder.java:140) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.<init>(AggregatorFactory.java:187) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.<init>(ValuesSourceAggregatorFactory.java:40) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.<init>(TermsAggregatorFactory.java:73) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder.innerBuild(TermsAggregationBuilder.java:321) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:288) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:36) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:749) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:31:11,356][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.ElasticsearchException$1: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:619) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:128) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:243) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:49) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:217) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:171) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:49) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:217) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:531) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1056) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1149) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1133) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$6$1.onFailure(SearchTransportService.java:389) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:324) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:318) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalArgumentException: [composite] aggregation cannot be used with a parent aggregation
at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.doBuild(CompositeAggregationBuilder.java:140) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.<init>(AggregatorFactory.java:187) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.<init>(ValuesSourceAggregatorFactory.java:40) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.<init>(TermsAggregatorFactory.java:73) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder.innerBuild(TermsAggregationBuilder.java:321) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:288) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:36) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:132) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:329) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:749) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
... 9 more
[2018-01-04T05:31:11,363][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/Pi2FCT_YRHqEthQTGayaMQ] deleting index
[2018-01-04T05:31:12,203][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:13,513][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:14,634][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:16,017][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:16,701][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [create_60_refresh_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:31:18,748][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [create_60_refresh_1/STnz7Zb2QHWFQ-n-OWN3Fw] create_mapping [test]
[2018-01-04T05:31:19,716][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [create_60_refresh_1/STnz7Zb2QHWFQ-n-OWN3Fw] deleting index
[2018-01-04T05:31:19,984][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:21,294][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:22,051][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:31:24,036][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:31:24,578][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/qMMdpSVLS_e1eP6cyy_dNg] deleting index
[2018-01-04T05:31:25,186][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:26,531][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:27,253][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:31:29,257][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:31:30,061][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=WTpr39MJS8Khn4MFO3xa6A]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"percentiles_int":{"percentiles":{"field":"int_field","percents":[1.0,5.0,25.0,50.0,75.0,95.0,99.0],"keyed":true,"hdr":{"number_of_significant_value_digits":3}}}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Query Failed [Failed to execute main query]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.ArrayIndexOutOfBoundsException: The value -10.0 is out of bounds for histogram, current covered range [6.668014432879854E240, 5.3344115463038834E241) cannot be extended any further.
Caused by: java.lang.ArrayIndexOutOfBoundsException: Negative values cannot be recorded
at org.HdrHistogram.DoubleHistogram.autoAdjustRangeForValueSlowPath(DoubleHistogram.java:412) ~[HdrHistogram-2.1.9.jar:2.1.9]
at org.HdrHistogram.DoubleHistogram.autoAdjustRangeForValue(DoubleHistogram.java:378) ~[HdrHistogram-2.1.9.jar:2.1.9]
at org.HdrHistogram.DoubleHistogram.recordSingleValue(DoubleHistogram.java:345) ~[HdrHistogram-2.1.9.jar:2.1.9]
at org.HdrHistogram.DoubleHistogram.recordValue(DoubleHistogram.java:290) ~[HdrHistogram-2.1.9.jar:2.1.9]
at org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator$1.collect(AbstractHDRPercentilesAggregator.java:101) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.LeafBucketCollector.collect(LeafBucketCollector.java:82) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.apache.lucene.search.MultiCollector$MultiLeafCollector.collect(MultiCollector.java:174) ~[lucene-core-7.2.0.jar:7.2.0 bca54cad5a9f6a80800944fd5bd585b68acde8c8 - jpountz - 2017-12-14 16:12:44]
at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62) ~[lucene-core-7.2.0.jar:7.2.0 bca54cad5a9f6a80800944fd5bd585b68acde8c8 - jpountz - 2017-12-14 16:12:44]
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39) ~[lucene-core-7.2.0.jar:7.2.0 bca54cad5a9f6a80800944fd5bd585b68acde8c8 - jpountz - 2017-12-14 16:12:44]
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:660) ~[lucene-core-7.2.0.jar:7.2.0 bca54cad5a9f6a80800944fd5bd585b68acde8c8 - jpountz - 2017-12-14 16:12:44]
at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:191) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:462) ~[lucene-core-7.2.0.jar:7.2.0 bca54cad5a9f6a80800944fd5bd585b68acde8c8 - jpountz - 2017-12-14 16:12:44]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:265) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_151]
[2018-01-04T05:31:30,069][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/odSLr0rdTQWXtM1fteD-ow] deleting index
[2018-01-04T05:31:30,503][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:31,872][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:32,578][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:31:34,897][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:31:35,213][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/3F39DzpGQfGOfd8cn-HQYQ] update_mapping [test]
[2018-01-04T05:31:35,563][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/3F39DzpGQfGOfd8cn-HQYQ] deleting index
[2018-01-04T05:31:36,009][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:37,324][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:38,175][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:39,476][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:40,242][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:31:42,484][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:31:43,133][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/YOEADOnPRGOLHi_oUGLIQA] deleting index
[2018-01-04T05:31:43,396][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:44,700][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:45,462][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:31:47,806][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][4]] ...]).
[2018-01-04T05:31:48,130][INFO ][o.e.i.e.Engine ] [node-0] [test_index][1] starting segment upgrade upgradeOnlyAncientSegments=false
[2018-01-04T05:31:48,131][INFO ][o.e.i.e.Engine ] [node-0] [test_index][1] finished segment upgrade
[2018-01-04T05:31:48,131][INFO ][o.e.i.e.Engine ] [node-0] [test_index][3] starting segment upgrade upgradeOnlyAncientSegments=false
[2018-01-04T05:31:48,131][INFO ][o.e.i.e.Engine ] [node-0] [test_index][3] finished segment upgrade
[2018-01-04T05:31:48,131][INFO ][o.e.i.e.Engine ] [node-0] [test_index][2] starting segment upgrade upgradeOnlyAncientSegments=false
[2018-01-04T05:31:48,132][INFO ][o.e.i.e.Engine ] [node-0] [test_index][2] finished segment upgrade
[2018-01-04T05:31:48,132][INFO ][o.e.i.e.Engine ] [node-0] [test_index][4] starting segment upgrade upgradeOnlyAncientSegments=false
[2018-01-04T05:31:48,132][INFO ][o.e.i.e.Engine ] [node-0] [test_index][4] finished segment upgrade
[2018-01-04T05:31:48,132][INFO ][o.e.i.e.Engine ] [node-0] [test_index][0] starting segment upgrade upgradeOnlyAncientSegments=false
[2018-01-04T05:31:48,133][INFO ][o.e.i.e.Engine ] [node-0] [test_index][0] finished segment upgrade
[2018-01-04T05:31:48,137][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/-uv_ygBaT3qUUaCcY2dOIw] deleting index
[2018-01-04T05:31:48,530][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:49,821][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:50,598][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:31:52,443][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:31:52,790][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/TuDx9uofT8KkK2HNNGPK6Q] deleting index
[2018-01-04T05:31:53,716][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:31:55,013][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:31:55,789][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:31:58,910][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:32:02,085][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:32:05,145][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:32:07,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/xo59M8oJTdy9JnSper9Y_Q] deleting index
[2018-01-04T05:32:07,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/HcTkMXDpTf-1DSGifY56lA] deleting index
[2018-01-04T05:32:07,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/J8_-kXs-REO6BMGheJfA1w] deleting index
[2018-01-04T05:32:07,449][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/SgOZH_aaRJCi3ymKAaLRdg] deleting index
[2018-01-04T05:32:08,014][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:09,335][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:10,084][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:32:11,934][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:32:12,560][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/EVa9hlwDT-2qJCyvtLSS_w] deleting index
[2018-01-04T05:32:13,216][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:14,604][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:15,286][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:32:17,628][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/cRIDpGKUQOm1ufGtkuJEFQ] create_mapping [bar]
[2018-01-04T05:32:18,306][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:32:20,709][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/oYGn8X_GRTyEtjO8qh7xKw] create_mapping [baz]
[2018-01-04T05:32:20,897][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/cRIDpGKUQOm1ufGtkuJEFQ] deleting index
[2018-01-04T05:32:20,897][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/oYGn8X_GRTyEtjO8qh7xKw] deleting index
[2018-01-04T05:32:21,115][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:22,523][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:23,435][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:24,657][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:25,504][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:32:28,268][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:32:30,701][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/lszPdeeESr6gXtcgH7shPg] deleting index
[2018-01-04T05:32:30,701][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/yY14Cpe2TkyMs_c24gVqaQ] deleting index
[2018-01-04T05:32:31,253][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:32,413][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:33,323][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testing] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:32:35,202][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[testing][4]] ...]).
[2018-01-04T05:32:35,244][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testing/oUBO5R5TQ-OqNZ-3WPbz2w] deleting index
[2018-01-04T05:32:35,980][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:37,292][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:38,048][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxx] creating index, cause [api], templates [], shards [5]/[0], mappings [type_1]
[2018-01-04T05:32:40,377][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxx][4]] ...]).
[2018-01-04T05:32:40,403][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_2]
[2018-01-04T05:32:42,952][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxy][4]] ...]).
[2018-01-04T05:32:42,988][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_3]
[2018-01-04T05:32:45,353][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xyy][4]] ...]).
[2018-01-04T05:32:45,534][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-yyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_4]
[2018-01-04T05:32:47,746][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-yyy][4]] ...]).
[2018-01-04T05:32:48,066][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test-xyy/lbbxce2mQyqHyTfP4MrtKQ]]]
[2018-01-04T05:32:48,105][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xyy/lbbxce2mQyqHyTfP4MrtKQ] deleting index
[2018-01-04T05:32:48,105][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxy/OXQDJIgKRxO-NiHx3S7SCA] deleting index
[2018-01-04T05:32:48,105][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-yyy/u6GAwE8tSMmX15KkdGC2Kg] deleting index
[2018-01-04T05:32:48,105][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxx/UzAwL8QUR7KR7bLou10aEQ] deleting index
[2018-01-04T05:32:48,583][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:49,815][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:50,653][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:32:52,692][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:32:53,194][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/P9srCdvLSNSXW_N-T2Py6g] deleting index
[2018-01-04T05:32:53,673][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:32:55,316][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:32:55,745][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:32:57,637][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:32:59,774][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:33:03,378][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/BPbMhzyoQi6LH8Tdl44QAw] deleting index
[2018-01-04T05:33:03,378][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/lKLwcY8EStSSWrVwTPn8eA] deleting index
[2018-01-04T05:33:03,378][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/H5Xt8RU9TUCOVlxAVe4rtA] deleting index
[2018-01-04T05:33:03,588][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:04,853][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:05,654][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:33:07,909][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:33:10,122][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/_HEw0me9TRaTJV9trOWvhA] deleting index
[2018-01-04T05:33:10,122][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/WBkeoikbRneZffHdrapxMw] deleting index
[2018-01-04T05:33:10,662][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:12,421][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:12,732][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:15,284][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/uaYj9-ViTp-_qTK0z3_n4A] update_mapping [test]
[2018-01-04T05:33:15,808][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/uaYj9-ViTp-_qTK0z3_n4A] deleting index
[2018-01-04T05:33:16,518][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:17,804][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:18,584][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:33:20,889][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/RylUyo1aRDaneXmW5VBBZQ] create_mapping [test]
[2018-01-04T05:33:21,593][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/RylUyo1aRDaneXmW5VBBZQ] deleting index
[2018-01-04T05:33:21,829][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:23,237][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:23,899][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:26,915][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:30,116][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:32,588][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:35,166][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/VhSbFRO4Tgm2GRxAk7U74A] deleting index
[2018-01-04T05:33:35,166][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/OVZ9k1mCT8WNM9lcTe8jKA] deleting index
[2018-01-04T05:33:35,166][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/KTEY-kqPRIu2JBOFcUrDhg] deleting index
[2018-01-04T05:33:35,166][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/dfmE7EmUTqqY9Jl0RfF5Sw] deleting index
[2018-01-04T05:33:35,981][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:37,513][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:38,358][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:39,731][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:40,424][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:33:42,542][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:33:43,049][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/V5dsZzXES6CACzP2OcxFfA] deleting index
[2018-01-04T05:33:43,761][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:45,080][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:33:45,834][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:48,983][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:52,100][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:54,724][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:33:57,349][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/mSdse9BoQrCEl9U4ZLxB3w] deleting index
[2018-01-04T05:33:57,349][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/IQf6TNshTmqunx9b6CkufA] deleting index
[2018-01-04T05:33:57,349][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/f8P7vyFcTa2kKhuseKxGIA] deleting index
[2018-01-04T05:33:57,349][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/dt--_fybT7W8gh18UOEGLA] deleting index
[2018-01-04T05:33:58,077][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:33:59,390][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:00,145][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_close_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:34:00,659][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_close_index][0]] ...]).
[2018-01-04T05:34:00,683][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_open_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:34:01,897][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_open_index][0]] ...]).
[2018-01-04T05:34:01,939][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_close_index/eiID0CquRdCwm___lsEs9A]]]
[2018-01-04T05:34:01,976][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_close_index/eiID0CquRdCwm___lsEs9A] deleting index
[2018-01-04T05:34:01,976][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_open_index/pn1pVJL8SuyFHOQ7N-MUfA] deleting index
[2018-01-04T05:34:02,464][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:34:03,516][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:04,530][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:07,593][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:10,604][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:13,299][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:15,547][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/v0ZJty2KSpSlYZY4jK2vsg] deleting index
[2018-01-04T05:34:15,547][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/vyWg-cpuQqmp3cP0ESfmRg] deleting index
[2018-01-04T05:34:15,547][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/Ty7PwhDzTEuoLqT6d6UPEg] deleting index
[2018-01-04T05:34:15,547][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/_zXXohRCScSiVivPoEN2Sw] deleting index
[2018-01-04T05:34:16,220][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:34:17,940][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:18,289][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:21,330][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:24,702][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:26,861][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:29,142][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/ErlHKaxiSuyV8pUgCJjpKA] deleting index
[2018-01-04T05:34:29,142][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/GQ6uty9PR5qe684-HECriQ] deleting index
[2018-01-04T05:34:29,142][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/oShYFy_gQC6_i-AukCCmwg] deleting index
[2018-01-04T05:34:29,142][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/6OE1t5XzS5-dbDZJ8ezAGg] deleting index
[2018-01-04T05:34:30,379][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:34:31,633][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:32,445][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:34:34,804][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:34:35,499][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/J7x3B2ajRvu3SjLTboefzQ] deleting index
[2018-01-04T05:34:35,624][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:34:36,926][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:37,696][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:40,733][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:43,762][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:46,199][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:48,624][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/bpW6iBpgSWSXtD_pWY9eQg] deleting index
[2018-01-04T05:34:48,624][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/GxrGac8nSv6FuKszx_LUjw] deleting index
[2018-01-04T05:34:48,624][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/5FPgd_J6QRyIsLAgkeWGtA] deleting index
[2018-01-04T05:34:48,624][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/nzi4SVI9Sr2AhvDX3y-TqQ] deleting index
[2018-01-04T05:34:49,947][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:34:51,170][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:52,013][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:34:53,769][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:34:54,102][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/8kBkrNRpS2qx9w-iRBr7UA] deleting index
[2018-01-04T05:34:55,031][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:34:56,352][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:34:57,099][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:34:59,569][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/PFi6iqtdRRuRax5rZ-1UMg] update_mapping [test]
[2018-01-04T05:35:00,193][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/PFi6iqtdRRuRax5rZ-1UMg] deleting index
[2018-01-04T05:35:00,440][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:01,645][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:02,513][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:35:05,021][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:35:05,441][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/WOvBXf3_S7aR7Y0OHWKA2g] deleting index
[2018-01-04T05:35:05,545][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:06,827][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:07,611][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:10,059][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [3]/[0], mappings []
[2018-01-04T05:35:11,641][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/3gJdTdaKQjyo0FrZwE-w0Q] deleting index
[2018-01-04T05:35:11,641][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/nJjWsrQnQQSqDaH3oYeJhQ] deleting index
[2018-01-04T05:35:11,989][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:13,275][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:14,067][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [type_1]
[2018-01-04T05:35:16,303][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/4sqxGuW9QXe11NH4LbicDA] update_mapping [type_1]
[2018-01-04T05:35:17,152][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/4sqxGuW9QXe11NH4LbicDA] deleting index
[2018-01-04T05:35:17,606][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:18,726][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:19,675][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:21,944][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:24,152][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/uUpAPOGCS6Sfa3oGawuQvg] deleting index
[2018-01-04T05:35:24,152][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/0oMvZ3nBRvWwQwnA8Oobug] deleting index
[2018-01-04T05:35:24,844][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:26,264][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:26,917][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:29,399][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:32,161][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:34,476][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_index2/pElKL6pqSVKbVstXYcdrYA] create_mapping [test_type]
[2018-01-04T05:35:34,476][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_index1/TRa6Ok_tQW2v1o6mINZQBQ] create_mapping [test_type]
[2018-01-04T05:35:34,476][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [foo/256OP06PRR6YIJuOWoxQJQ] create_mapping [test_type]
[2018-01-04T05:35:35,335][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/pElKL6pqSVKbVstXYcdrYA] deleting index
[2018-01-04T05:35:35,335][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/TRa6Ok_tQW2v1o6mINZQBQ] deleting index
[2018-01-04T05:35:35,335][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/256OP06PRR6YIJuOWoxQJQ] deleting index
[2018-01-04T05:35:35,414][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:36,907][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:37,481][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:35:39,737][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/tmhZtzouSjSVz20qJrENCQ] deleting index
[2018-01-04T05:35:40,502][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:41,789][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:42,576][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:35:45,067][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:35:45,628][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/6XT8_AfwTpSp8Tawz_ylvQ] deleting index
[2018-01-04T05:35:45,754][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:47,073][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:47,822][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:35:50,373][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/XFTTAjRfQ22DEme1Bd8usg] create_mapping [test]
[2018-01-04T05:35:50,941][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/XFTTAjRfQ22DEme1Bd8usg] deleting index
[2018-01-04T05:35:51,454][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:35:52,901][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:35:53,529][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:35:55,961][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:35:56,112][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:35:58,414][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:35:58,726][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/r_VKqc49Q7WtjNE83wuQZA] deleting index
[2018-01-04T05:35:58,726][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/lz0A9yVcRwmtCYcI6xUhrw] deleting index
[2018-01-04T05:35:59,344][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:00,943][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:01,410][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:36:04,002][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/7kMSQPyaR_yUGH4Un60yXg] create_mapping [test]
[2018-01-04T05:36:04,514][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/7kMSQPyaR_yUGH4Un60yXg] deleting index
[2018-01-04T05:36:05,167][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:06,499][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:07,235][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_create_1]
[2018-01-04T05:36:07,859][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings []
[2018-01-04T05:36:09,169][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_create_1:test_snapshot/_2LxVtcYRnO6mvRdjRPTFg] started
[2018-01-04T05:36:10,405][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_create_1:test_snapshot/_2LxVtcYRnO6mvRdjRPTFg] completed with state [SUCCESS]
[2018-01-04T05:36:10,658][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_create_1:test_snapshot/_2LxVtcYRnO6mvRdjRPTFg] deleted
[2018-01-04T05:36:10,661][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/tIQ-jEYAQ0KtNBV8zyIpeA] deleting index
[2018-01-04T05:36:11,175][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:11,961][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:11,961][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_create_1]
[2018-01-04T05:36:12,749][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:14,277][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:14,818][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxx] creating index, cause [api], templates [], shards [5]/[0], mappings [type_1]
[2018-01-04T05:36:16,983][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxx][4]] ...]).
[2018-01-04T05:36:17,146][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_2]
[2018-01-04T05:36:19,577][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxy][4]] ...]).
[2018-01-04T05:36:19,745][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_3]
[2018-01-04T05:36:22,268][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xyy][4]] ...]).
[2018-01-04T05:36:22,621][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-yyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_4]
[2018-01-04T05:36:24,722][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-yyy][4]] ...]).
[2018-01-04T05:36:24,758][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test-xyy/jBT6VkpPQWiSGsQycBQ6qA]]]
[2018-01-04T05:36:25,001][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxy/kVQXD6YOT_ScN-V8SBOKHg] deleting index
[2018-01-04T05:36:25,001][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xyy/jBT6VkpPQWiSGsQycBQ6qA] deleting index
[2018-01-04T05:36:25,001][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxx/KT_VdZcoRZWO_m2yWs2A-w] deleting index
[2018-01-04T05:36:25,001][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-yyy/4Fy8JLyFQ16S-e-Q99i8MQ] deleting index
[2018-01-04T05:36:25,643][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:26,828][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:27,713][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:36:30,193][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:36:33,488][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/oxnzl3AdQ_ONchtTupzGLw] create_mapping [test]
[2018-01-04T05:36:33,771][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_2/tNw6U_1VRbeazZ7D2OZMow] create_mapping [test]
[2018-01-04T05:36:34,026][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/oxnzl3AdQ_ONchtTupzGLw] deleting index
[2018-01-04T05:36:34,026][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/tNw6U_1VRbeazZ7D2OZMow] deleting index
[2018-01-04T05:36:34,822][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:36,335][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:36,893][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:36:38,925][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:36:38,961][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/eGbk2SMeRImkGwlYp6f2jQ] deleting index
[2018-01-04T05:36:39,415][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:41,059][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:41,482][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:36:43,550][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:36:44,080][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/JGK2-qzBTuySz3r-q5JlTA] deleting index
[2018-01-04T05:36:44,662][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:46,198][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:47,321][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:48,813][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:36:49,387][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:36:51,922][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:36:54,454][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:36:57,813][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/FSSFdtMxTNS5HTHYewUooA] deleting index
[2018-01-04T05:36:57,813][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/Qyt_HwWJQiOZrnTy1U4gOQ] deleting index
[2018-01-04T05:36:57,813][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/dUClZ1DQR7e2zkD7LN86uQ] deleting index
[2018-01-04T05:36:58,348][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:36:59,660][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:00,420][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:37:02,882][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:05,155][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/uLsKWw5dQAuv__owkBgPWA] create_mapping [baz]
[2018-01-04T05:37:05,750][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=FoJ1agrAS9enWuAMtCFfWA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:05,750][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=D2rbT8mJTlmlBcRW2ifgfw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:05,751][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=dA-fiWV3RhmXVY6oexBdBA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:05,751][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=bhXZ5YfHSgWJBx59sNB7fA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:05,751][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=_5vItOhRRomhPGiZUrbG5Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:05,758][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/iI2_Fhy8TeGkHpS_QvkFLg] deleting index
[2018-01-04T05:37:05,758][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/uLsKWw5dQAuv__owkBgPWA] deleting index
[2018-01-04T05:37:06,124][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:07,419][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:08,193][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:37:10,564][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:37:11,144][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/4MoRmhiMTweRVhe1zh5x6g] deleting index
[2018-01-04T05:37:11,548][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:13,208][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:13,619][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [1]/[1], mappings [test_type]
[2018-01-04T05:37:14,930][WARN ][d.o.a.l.s.u.CustomUnifiedHighlighter] Deprecated large text to be analyzed for highlighting! The length has exceeded the allowed maximum of [10]. This maximum can be set by changing the [index.highlight.max_analyzed_offset] index level setting. For large texts, indexing with offsets or term vectors is recommended!
[2018-01-04T05:37:14,936][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/drgN-t09QZya4FoiPrq-qw] deleting index
[2018-01-04T05:37:15,208][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:16,508][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:17,279][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:37:19,213][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:37:19,451][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/_zu5IXE3SqmqU5HHSuRXPg] create_mapping [test]
[2018-01-04T05:37:19,969][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/_zu5IXE3SqmqU5HHSuRXPg] deleting index
[2018-01-04T05:37:20,375][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:21,696][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:22,446][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:24,801][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:27,158][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/kEram9svR0mEqD5-9uj04w] deleting index
[2018-01-04T05:37:27,158][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/07W1uGzXRBiqmVuIknYJUw] deleting index
[2018-01-04T05:37:27,766][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:28,991][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:29,842][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:32,094][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/90eQTV-lTOumS8BdB864gA] create_mapping [test]
[2018-01-04T05:37:32,615][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/90eQTV-lTOumS8BdB864gA] deleting index
[2018-01-04T05:37:33,310][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:34,613][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:35,382][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [delete_50_refresh_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:37,932][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [delete_50_refresh_1/kDkzMk0aRb6i6fUxZrrSQA] create_mapping [test]
[2018-01-04T05:37:39,394][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [delete_50_refresh_1/kDkzMk0aRb6i6fUxZrrSQA] deleting index
[2018-01-04T05:37:39,877][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:41,168][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:41,941][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testidx] creating index, cause [api], templates [], shards [5]/[1], mappings [testtype]
[2018-01-04T05:37:44,560][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testidx/1SJJyX-HR8KDCTQcUrqsBw] deleting index
[2018-01-04T05:37:45,054][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:46,336][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:47,123][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:49,868][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/3au8c_2-QeaVPbJN2qkngw] deleting index
[2018-01-04T05:37:50,217][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:51,548][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:37:52,287][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:37:54,905][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:37:57,459][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/8Au9YUTgQJqqAkRu0h2aJQ] create_mapping [baz]
[2018-01-04T05:37:57,967][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=-e0ZuqOLSRCj2rqhf4ubzw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:57,967][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=AaI_wh_-QFKskCq2Xb5mWA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:57,967][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=rpKEiZ_DS-qU9jHWG3JfqQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:57,967][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=uw5rr9gmSbm7cxgsffOXkg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:57,967][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=zXSK6KhwRyO3IKVFJkn9mw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:37:57,972][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/w0JvrrrcQjqSMpUyTqZqSQ] deleting index
[2018-01-04T05:37:57,972][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/8Au9YUTgQJqqAkRu0h2aJQ] deleting index
[2018-01-04T05:37:58,538][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:37:59,890][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:00,605][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [bulk_50_refresh_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:38:02,937][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [bulk_50_refresh_1/xxd2imsSQuG9QxBVGXvK9Q] create_mapping [test_type]
[2018-01-04T05:38:03,223][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [bulk_50_refresh_1/xxd2imsSQuG9QxBVGXvK9Q] deleting index
[2018-01-04T05:38:03,944][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:05,388][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:06,361][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:07,742][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:08,427][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_1]
[2018-01-04T05:38:09,129][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:38:09,760][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][0]] ...]).
[2018-01-04T05:38:10,440][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot_with_include_global_state/j-x65_ZVRvy59iDKnKptOA] started
[2018-01-04T05:38:11,826][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot_with_include_global_state/j-x65_ZVRvy59iDKnKptOA] completed with state [SUCCESS]
[2018-01-04T05:38:12,328][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot_with_include_global_state/j-x65_ZVRvy59iDKnKptOA] deleted
[2018-01-04T05:38:12,465][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot_without_include_global_state/qYOZXpBlTia7Uv3sEg4C2A] started
[2018-01-04T05:38:13,719][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot_without_include_global_state/qYOZXpBlTia7Uv3sEg4C2A] completed with state [SUCCESS]
[2018-01-04T05:38:14,421][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot_without_include_global_state/qYOZXpBlTia7Uv3sEg4C2A] deleted
[2018-01-04T05:38:14,422][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/9guLT5jdR22ASZl-F6qnMA] deleting index
[2018-01-04T05:38:14,880][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:16,223][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:16,223][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_1]
[2018-01-04T05:38:16,478][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:38:19,087][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/bMeMWxgmRdqZSvhXDDi2Vg] create_mapping [test]
[2018-01-04T05:38:19,666][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/bMeMWxgmRdqZSvhXDDi2Vg] deleting index
[2018-01-04T05:38:20,061][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:21,385][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:22,133][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:38:24,744][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [3]/[0], mappings []
[2018-01-04T05:38:26,462][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/aC3wamAWSJqLbXdDDpN2Vg] deleting index
[2018-01-04T05:38:26,462][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/y8-p__hqSJ6hHI-KcekOGA] deleting index
[2018-01-04T05:38:26,540][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:27,971][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:28,609][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:38:31,617][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/MwRxz9exRsOqe9WJ1Pn4Rw] deleting index
[2018-01-04T05:38:31,700][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:33,003][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:33,771][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:38:36,576][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/26Rm49Y6SqmDTC-siM4Cww] deleting index
[2018-01-04T05:38:36,866][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:38,174][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:38,938][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:38:42,036][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:38:44,961][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:38:47,789][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:38:50,464][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/BqK4YuzvQJGuihOMjCrkhw] deleting index
[2018-01-04T05:38:50,465][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/mRDCiQK6QsS-A19viH6cYg] deleting index
[2018-01-04T05:38:50,465][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/ylYxn8RvTfCsk046gzhxVA] deleting index
[2018-01-04T05:38:50,465][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/x8KYMk7UQ_mcmyVOovzq5w] deleting index
[2018-01-04T05:38:51,163][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:52,762][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:53,233][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [unified]
[2018-01-04T05:38:56,253][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/P6mgdyUDSP2u_psnga-Cuw] deleting index
[2018-01-04T05:38:56,325][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:38:57,613][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:38:58,390][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:00,431][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:03,293][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/kNRnMBM_Rx-4Bjo7nya0XQ] deleting index
[2018-01-04T05:39:03,293][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/5C1c4vSgQCioFm89xGmyfQ] deleting index
[2018-01-04T05:39:03,774][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:04,213][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:04,309][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:06,691][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/IRjQoyFjQymSkfMzgwYYhg] create_mapping [bar]
[2018-01-04T05:39:06,733][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/IRjQoyFjQymSkfMzgwYYhg] deleting index
[2018-01-04T05:39:06,790][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:07,703][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:07,836][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:39:09,554][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:39:09,575][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:39:11,384][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:39:11,678][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/KXwy_TmdT1K03IRKBmeXkA] deleting index
[2018-01-04T05:39:11,678][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/xdJhyNmYTBOMbqj1dkN5jQ] deleting index
[2018-01-04T05:39:12,085][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:12,503][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:12,613][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index1] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:39:13,341][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index1][0]] ...]).
[2018-01-04T05:39:13,498][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index1/1R5l40gESFWWvE2vKl5uNw] create_mapping [type]
[2018-01-04T05:39:13,596][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[index1/1R5l40gESFWWvE2vKl5uNw]]]
[2018-01-04T05:39:13,811][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index1/1R5l40gESFWWvE2vKl5uNw] deleting index
[2018-01-04T05:39:14,141][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:15,001][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:15,189][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:17,102][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/UbhGMSBdQNWVUv8qNrse8Q] deleting index
[2018-01-04T05:39:17,411][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:17,870][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:17,946][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:39:20,178][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:39:20,494][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/c2MfL0DPRby4SZcezX5WWQ] deleting index
[2018-01-04T05:39:20,556][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:21,320][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:21,768][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:22,379][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:22,815][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:25,033][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/ntB2XV0cQHu_zTRJxcjGSA] update_mapping [test]
[2018-01-04T05:39:25,078][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/ntB2XV0cQHu_zTRJxcjGSA] deleting index
[2018-01-04T05:39:25,131][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:26,022][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:26,345][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:26,767][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:26,875][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:39:28,755][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:39:28,917][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/0HNEUrdOQROl0RneB4IH6A] create_mapping [test]
[2018-01-04T05:39:29,191][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/0HNEUrdOQROl0RneB4IH6A] deleting index
[2018-01-04T05:39:29,362][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:30,321][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:30,406][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:32,073][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/xnKmjG2KQ6aVz-BWt6Fw5g] update_mapping [test]
[2018-01-04T05:39:32,113][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/xnKmjG2KQ6aVz-BWt6Fw5g] deleting index
[2018-01-04T05:39:32,440][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:33,401][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:33,491][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:35,701][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/VsSe_Y4wRO-J72G_QnE38A] deleting index
[2018-01-04T05:39:36,110][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:36,510][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:36,647][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings [type_1]
[2018-01-04T05:39:37,560][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [1]/[2], mappings []
[2018-01-04T05:39:37,679][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_3] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:39,794][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index_3/Cd7pOWn_SqKZn-N0NMlOcg]]]
[2018-01-04T05:39:39,957][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/5n4zSqWISFSfcKkjQs2Q5g] deleting index
[2018-01-04T05:39:39,957][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_3/Cd7pOWn_SqKZn-N0NMlOcg] deleting index
[2018-01-04T05:39:39,957][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/Y55bsxICTYK2aTjwTj6lxw] deleting index
[2018-01-04T05:39:40,219][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:40,622][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:40,751][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:43,013][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:45,299][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:46,979][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:39:49,159][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/8Xell_AkQjeGvUdkM3EqWA] deleting index
[2018-01-04T05:39:49,159][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/RV_2QmEBRpK3Ij1P8lL4pQ] deleting index
[2018-01-04T05:39:49,159][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/BEKz6BQ0Qie_Eo72NYeepQ] deleting index
[2018-01-04T05:39:49,159][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/OYSBte6iTrS67-UhOXQVlg] deleting index
[2018-01-04T05:39:49,607][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:50,358][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:50,652][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:52,516][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [api], templates [], shards [4]/[1], mappings []
[2018-01-04T05:39:53,945][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/gH49NN4pQ76Uzab6BYC_KQ] create_mapping [bar]
[2018-01-04T05:39:54,213][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/ZaHb8FhzTIWpEAOplSXL-w] create_mapping [baz]
[2018-01-04T05:39:54,491][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/ZaHb8FhzTIWpEAOplSXL-w] deleting index
[2018-01-04T05:39:54,492][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/gH49NN4pQ76Uzab6BYC_KQ] deleting index
[2018-01-04T05:39:54,964][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:39:55,217][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:39:55,231][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:57,520][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:39:59,081][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/yToefyWARjK7EOjd1BQE_w] create_mapping [test]
[2018-01-04T05:39:59,220][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/yToefyWARjK7EOjd1BQE_w] deleting index
[2018-01-04T05:39:59,220][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/E9z3agnTTwGUIWJri7Tw9g] deleting index
[2018-01-04T05:39:59,629][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:00,432][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:00,673][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:40:02,687][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:40:03,091][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/y_1E6UA2TmSrX1Zav7ODFw] deleting index
[2018-01-04T05:40:03,242][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:03,843][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:04,470][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:04,984][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:05,005][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_closed] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:40:07,277][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[index_closed/0QWlreL4TpKyITlYQhNUwg]]]
[2018-01-04T05:40:07,439][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_closed/0QWlreL4TpKyITlYQhNUwg] deleting index
[2018-01-04T05:40:07,567][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:08,258][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:08,617][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:40:10,459][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:40:10,481][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:40:11,999][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:40:12,521][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/odnZEehHSn6VH5gRVX1aAg] deleting index
[2018-01-04T05:40:12,521][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/TQGvzXoPRKquZ0jDftlsuA] deleting index
[2018-01-04T05:40:13,066][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:13,344][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:13,600][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_ro] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:40:16,013][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_ro/1BuCoIMmT32ijByiYtBKxQ] deleting index
[2018-01-04T05:40:16,062][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:17,034][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:17,102][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:19,131][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:21,365][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:23,283][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:25,267][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/e4QNCQ_6ReGigOM7c_3xXg] deleting index
[2018-01-04T05:40:25,267][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/7gMbqq6eTGaAr34ZEJFY6A] deleting index
[2018-01-04T05:40:25,267][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/RbNzqdx8RvKIvtg_MxxGkg] deleting index
[2018-01-04T05:40:25,267][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/LyhWINdHT8Oe8PY4S3A7zg] deleting index
[2018-01-04T05:40:25,583][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:26,625][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:27,659][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index1] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:40:28,439][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index1][0]] ...]).
[2018-01-04T05:40:28,622][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index2] creating index, cause [api], templates [], shards [2]/[0], mappings []
[2018-01-04T05:40:29,377][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index2][0]] ...]).
[2018-01-04T05:40:29,401][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index1/GCAjWtrKTTSIZlT4geWj2Q] create_mapping [type]
[2018-01-04T05:40:29,441][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index2/SwN3HNpaT3mAirPSDET--A] create_mapping [type]
[2018-01-04T05:40:29,486][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index1/GCAjWtrKTTSIZlT4geWj2Q] deleting index
[2018-01-04T05:40:29,486][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index2/SwN3HNpaT3mAirPSDET--A] deleting index
[2018-01-04T05:40:29,544][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:30,309][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:30,594][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings [test_type]
[2018-01-04T05:40:32,538][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings [test_type_2]
[2018-01-04T05:40:34,621][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/IpKGM5ETQ5qpyDroD0IXnA] deleting index
[2018-01-04T05:40:34,622][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/sdmak3yrSqeAcSHmre1E6Q] deleting index
[2018-01-04T05:40:34,958][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:35,277][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:35,649][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:36,646][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:36,698][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:38,883][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:41,049][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:43,075][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:40:44,334][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/lYYqsFnTQXuxbA9R0Ueotg] deleting index
[2018-01-04T05:40:44,334][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/TTTJYFmmRPy5m5gVeYnj4Q] deleting index
[2018-01-04T05:40:44,334][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/GWfpePnzSJGs6FqgMjp8Zg] deleting index
[2018-01-04T05:40:44,335][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/aLLhlfmiT4K2TeiS_d5OJw] deleting index
[2018-01-04T05:40:44,599][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:45,498][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:45,642][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:40:47,367][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:40:47,389][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/qOpuKI8xTMWdqLxH9x34qw] create_mapping [test]
[2018-01-04T05:40:47,742][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/qOpuKI8xTMWdqLxH9x34qw] deleting index
[2018-01-04T05:40:48,217][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:48,813][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:49,260][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:40:51,346][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:40:52,904][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/9Kg2JwFdTReD0s0G6rTMaA] deleting index
[2018-01-04T05:40:52,904][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/wlJhpiB8QSCgku6NZIO0yQ] deleting index
[2018-01-04T05:40:53,155][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:54,186][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:54,217][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:54,976][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:40:55,263][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:40:56,923][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/t_Jt1ea7T1WoXaYeJCIAfA] create_mapping [bar]
[2018-01-04T05:40:56,960][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:40:58,332][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/rS7uCXYJTgWpqVzCTS-8dQ] create_mapping [baz]
[2018-01-04T05:40:58,369][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/rS7uCXYJTgWpqVzCTS-8dQ] deleting index
[2018-01-04T05:40:58,369][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/t_Jt1ea7T1WoXaYeJCIAfA] deleting index
[2018-01-04T05:40:58,642][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:40:59,687][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:00,720][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:02,555][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:04,893][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:06,535][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:08,694][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/YPdTjye3RlGrwiwNlTD1kA] deleting index
[2018-01-04T05:41:08,694][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/DuOGbDcbRHOS-q-8s4xO9g] deleting index
[2018-01-04T05:41:08,694][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/0rdYaBe9QSm7agqXTnIWSA] deleting index
[2018-01-04T05:41:08,694][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/O8hVVozkTAW76zJJmfGmIw] deleting index
[2018-01-04T05:41:09,178][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:10,095][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:10,224][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:11,463][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:13,509][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:15,792][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:17,194][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/sseq6fajQ_6uEx8NVrsBrw] deleting index
[2018-01-04T05:41:17,194][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/nC0ZWfllS-Ks4bqluKGqYA] deleting index
[2018-01-04T05:41:17,194][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/94WkwdOOQrK0b7mlgo-CLw] deleting index
[2018-01-04T05:41:17,194][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/q7oh49vRTz6Zwa4DWbqxag] deleting index
[2018-01-04T05:41:18,061][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:18,485][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:18,593][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:41:19,214][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[foo][0]] ...]).
[2018-01-04T05:41:19,374][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [bar] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:41:19,872][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[bar][0]] ...]).
[2018-01-04T05:41:19,893][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [baz] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:41:20,425][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[baz][0]] ...]).
[2018-01-04T05:41:20,598][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [bar/FhPMGFU1RkCLKKXyQ5QVvg] deleting index
[2018-01-04T05:41:20,598][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/hCPdiWg_SxCnCSuNqrHgXA] deleting index
[2018-01-04T05:41:20,598][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [baz/4uhKSynIQXWWPODwueSaKA] deleting index
[2018-01-04T05:41:20,926][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:21,325][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:21,460][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:23,810][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:25,257][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:26,916][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:29,205][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/c2I5bEVCTIic6u5Spxsxmw] deleting index
[2018-01-04T05:41:29,205][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/-mtf1gSeTruHkem95XhxXQ] deleting index
[2018-01-04T05:41:29,205][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/uGh_5q8STdK6wH5NDHme3g] deleting index
[2018-01-04T05:41:29,205][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/GviajKr4SrKWxy5EWBuGow] deleting index
[2018-01-04T05:41:29,540][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:30,512][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:30,579][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxx] creating index, cause [api], templates [], shards [5]/[0], mappings [type_1]
[2018-01-04T05:41:31,950][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxx][4]] ...]).
[2018-01-04T05:41:32,037][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xxy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_2]
[2018-01-04T05:41:34,127][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xxy][4]] ...]).
[2018-01-04T05:41:34,286][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-xyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_3]
[2018-01-04T05:41:35,828][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-xyy][4]] ...]).
[2018-01-04T05:41:35,849][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-yyy] creating index, cause [api], templates [], shards [5]/[0], mappings [type_4]
[2018-01-04T05:41:37,081][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test-yyy][4]] ...]).
[2018-01-04T05:41:37,102][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test-xyy/8OrxMUtqTqybAZrnYNQ-tg]]]
[2018-01-04T05:41:37,124][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxx/2Lzfq-TeQv6Vbj_Ux8zp6g] deleting index
[2018-01-04T05:41:37,124][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xyy/8OrxMUtqTqybAZrnYNQ-tg] deleting index
[2018-01-04T05:41:37,124][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-yyy/-RY9Sn5XTDq55luVScPDKw] deleting index
[2018-01-04T05:41:37,124][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-xxy/4JIXa7SlS0WMjco-Eq5sJw] deleting index
[2018-01-04T05:41:37,279][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:38,373][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:39,349][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:41:40,772][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:41:42,628][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/gmZ1zqJyR2etHpvFhPqN-w] create_mapping [test]
[2018-01-04T05:41:42,668][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/gmZ1zqJyR2etHpvFhPqN-w] deleting index
[2018-01-04T05:41:42,668][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/rxDYCXsBSZGKETj-ZY8Zng] deleting index
[2018-01-04T05:41:43,049][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:43,936][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:44,096][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:41:45,816][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:41:48,013][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/KC8x__CyQuqQP6TZc1SE4w] create_mapping [baz]
[2018-01-04T05:41:48,062][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Wfk7t0YgQmONuk76bwpawg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:41:48,062][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=4OKyxRsgQJ6QpoqOE15CQw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:41:48,062][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=GUMVbxlKTL-MZHYGwhgxkg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:41:48,062][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=7VKGRqx9S9e5BGqnXnTVFw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:41:48,062][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=nfVXdI-XS7W77aezgJFzqA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:41:48,066][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/KC8x__CyQuqQP6TZc1SE4w] deleting index
[2018-01-04T05:41:48,066][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/gjINXkmcTF6vkGBLeJknAA] deleting index
[2018-01-04T05:41:48,196][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:49,315][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:50,268][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_1]
[2018-01-04T05:41:50,614][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_2]
[2018-01-04T05:41:51,429][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:51,994][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:51,994][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_1]
[2018-01-04T05:41:52,016][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_2]
[2018-01-04T05:41:52,041][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:41:52,541][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:41:54,873][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/4tvwJnIaS72cUzqK13xcTw] deleting index
[2018-01-04T05:41:54,873][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/6aMk2xlKTmKO0lRSUm-tbQ] deleting index
[2018-01-04T05:41:54,920][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:55,951][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:56,104][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:41:56,673][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:41:57,147][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:41:59,018][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/7qSRW50lSBmDTSRT1yJTLA] create_mapping [test]
[2018-01-04T05:41:59,523][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/7qSRW50lSBmDTSRT1yJTLA] deleting index
[2018-01-04T05:42:00,156][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:00,614][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:00,686][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:02,762][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/PWKDMQz0R5OJXpmWwdZogg] create_mapping [bar]
[2018-01-04T05:42:03,016][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:04,556][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/sqlZUJdESOC_sBlnOsA3sA] create_mapping [baz]
[2018-01-04T05:42:04,837][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/PWKDMQz0R5OJXpmWwdZogg] deleting index
[2018-01-04T05:42:04,837][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/sqlZUJdESOC_sBlnOsA3sA] deleting index
[2018-01-04T05:42:05,293][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:05,437][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:05,565][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:06,305][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/virHn7Z4SX6B-CRJSlFVew] create_mapping [test]
[2018-01-04T05:42:06,599][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/virHn7Z4SX6B-CRJSlFVew] deleting index
[2018-01-04T05:42:07,004][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:07,399][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:07,534][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_create_1]
[2018-01-04T05:42:08,012][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings []
[2018-01-04T05:42:08,639][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_create_1:test_snapshot_2/MkDTxKF0RDCnMTsAuXbRxQ] started
[2018-01-04T05:42:08,686][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_create_1:test_snapshot_2/MkDTxKF0RDCnMTsAuXbRxQ] completed with state [SUCCESS]
[2018-01-04T05:42:09,002][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_create_1:test_snapshot_2/MkDTxKF0RDCnMTsAuXbRxQ] deleted
[2018-01-04T05:42:09,004][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/hmNIx8GYRTesPjR7_Cf6zw] deleting index
[2018-01-04T05:42:09,326][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:10,028][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:10,028][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_create_1]
[2018-01-04T05:42:10,054][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_scroll] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:12,292][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_scroll/LRIuQrcHToOrR3a9j7Ak5Q] deleting index
[2018-01-04T05:42:12,588][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:12,973][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:13,277][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:14,166][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:14,322][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:16,287][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/y3msM6cCRp2OgqqH3dDMdw] deleting index
[2018-01-04T05:42:16,588][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:17,011][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:17,275][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:18,342][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:19,524][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:19,852][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:20,058][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:20,395][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/WqacJs6QRQinJfy_nyRo-A] create_mapping [test]
[2018-01-04T05:42:20,668][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/WqacJs6QRQinJfy_nyRo-A] deleting index
[2018-01-04T05:42:21,057][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:21,766][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:22,104][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [logs-1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:24,348][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [logs-1/64RxPr42SjCos_T182X0Vg] create_mapping [test]
[2018-01-04T05:42:24,583][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [logs-000002] creating index, cause [rollover_index], templates [], shards [5]/[1], mappings []
[2018-01-04T05:42:26,508][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [logs-000002/bj4rfc7QRSq-N_lyQatXsQ] deleting index
[2018-01-04T05:42:26,508][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [logs-1/64RxPr42SjCos_T182X0Vg] deleting index
[2018-01-04T05:42:26,983][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:27,340][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:27,676][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:28,735][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:29,749][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:42:31,190][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:42:31,614][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/vnfdssxaRyGvz4SHMr8i2Q] deleting index
[2018-01-04T05:42:31,838][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:32,534][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:32,885][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:34,570][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:36,049][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:37,842][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:39,977][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/hyBbCkyhR6qiNQFEPelK_Q] deleting index
[2018-01-04T05:42:39,977][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/WFowpORzT6yD91htYN1QQg] deleting index
[2018-01-04T05:42:39,977][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/nL6vcBprSfGsjuQnuWgZ7g] deleting index
[2018-01-04T05:42:39,977][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/vcvDFCRMRJSgr2EpLINekA] deleting index
[2018-01-04T05:42:40,290][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:41,294][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:41,334][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:42:42,719][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:42:43,100][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/3ehUt-lkS3KZxBJdThDCXw] deleting index
[2018-01-04T05:42:43,659][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:44,067][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:44,189][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:42:46,285][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:42:46,612][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/pl3S0t7lSGG0uBa0VQo-ag] deleting index
[2018-01-04T05:42:46,764][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:47,399][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:47,812][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:48,607][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:50,960][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:52,908][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:42:54,911][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/Vx2l6alwS0Se6xg7hX9Xew] deleting index
[2018-01-04T05:42:54,911][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/8bTpOVi1QSq0kwTKE9OSvg] deleting index
[2018-01-04T05:42:54,911][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/-m4zGfJKS9S6a5wW-vGB1g] deleting index
[2018-01-04T05:42:54,911][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/A6nJNTcpRb6036I5n6_BwQ] deleting index
[2018-01-04T05:42:55,494][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:56,243][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:42:56,534][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:42:58,852][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][4]] ...]).
[2018-01-04T05:42:58,991][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/ABFcBSAVQm6G7PtzxMhDrg] deleting index
[2018-01-04T05:42:59,038][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:42:59,762][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:00,741][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:01,743][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:01,791][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:43:02,169][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:43:02,330][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:43:04,305][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:43:04,645][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/-zy-wll7RFGh2AAyU3iRWw] deleting index
[2018-01-04T05:43:04,645][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/Lqghsw5aQH-1iuNij2TWZg] deleting index
[2018-01-04T05:43:04,716][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:05,680][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:05,757][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:43:07,410][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:43:09,366][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/zqOX-UuxQbKMDEuxZYvPPg] deleting index
[2018-01-04T05:43:09,366][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/PS5KwvCoTteG7JLmfn7HMg] deleting index
[2018-01-04T05:43:09,693][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:09,989][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:10,227][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:43:12,333][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:43:12,492][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/FdMnxDHYTVG8HSvmFbNUHQ] update_mapping [test]
[2018-01-04T05:43:12,843][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/FdMnxDHYTVG8HSvmFbNUHQ] deleting index
[2018-01-04T05:43:12,904][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:13,909][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:13,949][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:43:14,256][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][0]] ...]).
[2018-01-04T05:43:14,278][INFO ][o.e.i.e.Engine ] [node-0] [test_index][0] starting segment upgrade upgradeOnlyAncientSegments=false
[2018-01-04T05:43:14,278][INFO ][o.e.i.e.Engine ] [node-0] [test_index][0] finished segment upgrade
[2018-01-04T05:43:14,281][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/3SBK1W7IRFq_M4XMF8fPRA] deleting index
[2018-01-04T05:43:14,462][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:15,368][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:15,515][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:43:16,205][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:43:16,365][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:43:18,325][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:43:18,347][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/RQrC0JxzSnSLpNtSX5E9WA] deleting index
[2018-01-04T05:43:18,347][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/ZJUOIm4WQjWqlROgqMWw1A] deleting index
[2018-01-04T05:43:18,394][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:19,408][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:19,436][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:43:21,120][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/wASIeO2zSXqQIJ3fKl2rGQ] deleting index
[2018-01-04T05:43:21,447][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:22,358][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:22,521][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:23,259][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:23,567][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:43:25,292][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/KVHZ87zLQomHMsDmttGY2w] create_mapping [test]
[2018-01-04T05:43:25,367][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=7Wbvv7H7S-CWCRO2AgA-1Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=5m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":10010}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Batch size is too large, size must be less than or equal to: [10000] but was [10010]. Scroll batch sizes cost as much memory as result windows so they are controlled by the [index.max_result_window] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:212) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:43:25,367][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=AMdcrAQ6R_6Ft_ZTYtOtcA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=5m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":10010}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Batch size is too large, size must be less than or equal to: [10000] but was [10010]. Scroll batch sizes cost as much memory as result windows so they are controlled by the [index.max_result_window] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:212) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:43:25,367][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=gyO9lUVnQgyniuCr8Gb_mA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=5m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":10010}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Batch size is too large, size must be less than or equal to: [10000] but was [10010]. Scroll batch sizes cost as much memory as result windows so they are controlled by the [index.max_result_window] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:212) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:43:25,367][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=94cGaOqDRoO4kmUhN2aZRw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=5m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":10010}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Batch size is too large, size must be less than or equal to: [10000] but was [10010]. Scroll batch sizes cost as much memory as result windows so they are controlled by the [index.max_result_window] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:212) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:43:25,367][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=0_ny_FMBRP-x_caC-NlXWg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=5m}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"size":10010}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Batch size is too large, size must be less than or equal to: [10000] but was [10010]. Scroll batch sizes cost as much memory as result windows so they are controlled by the [index.max_result_window] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:212) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:43:25,368][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.search.query.QueryPhaseExecutionException: Batch size is too large, size must be less than or equal to: [10000] but was [10010]. Scroll batch sizes cost as much memory as result windows so they are controlled by the [index.max_result_window] index level setting.
at org.elasticsearch.search.DefaultSearchContext.preProcess(DefaultSearchContext.java:212) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.preProcess(QueryPhase.java:89) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:570) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:43:25,370][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/KVHZ87zLQomHMsDmttGY2w] deleting index
[2018-01-04T05:43:25,422][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:26,336][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:26,466][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:43:28,150][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:43:28,193][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/lN3_8GrnTFaEhkSFvw9P4A] deleting index
[2018-01-04T05:43:28,711][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:29,289][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:29,756][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:43:30,995][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/c_DlXuB6R6mMyrAxDgGgLA] update_mapping [test]
[2018-01-04T05:43:31,099][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/c_DlXuB6R6mMyrAxDgGgLA] deleting index
[2018-01-04T05:43:31,498][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:32,292][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:32,546][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:43:35,104][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:43:37,088][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:43:38,970][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:43:40,401][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/rkQjtQaxSv-n0Sv4zcVr2Q] deleting index
[2018-01-04T05:43:40,401][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/AC-yoXaeS_CnNSwkR5hgFg] deleting index
[2018-01-04T05:43:40,401][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/iYCUnd0sRQWWta5sktI8_w] deleting index
[2018-01-04T05:43:40,401][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/rJE0pwn6TUmmHCk1xr1qPQ] deleting index
[2018-01-04T05:43:41,310][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:41,737][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:41,841][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [1]/[0], mappings [test]
[2018-01-04T05:43:42,476][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][0]] ...]).
[2018-01-04T05:43:42,883][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/i8MjWv_hQpiYpNEXfW5c4Q] deleting index
[2018-01-04T05:43:43,120][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:43,671][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:44,165][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:43:45,181][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/qgY_UTVwTz-OsquyPy4snQ] deleting index
[2018-01-04T05:43:45,505][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:46,074][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:46,553][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:43:48,880][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/9HOpd-eNScCFNQSRi0fR0A] create_mapping [test]
[2018-01-04T05:43:48,932][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/9HOpd-eNScCFNQSRi0fR0A] deleting index
[2018-01-04T05:43:49,081][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:50,209][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:51,153][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings [test_type]
[2018-01-04T05:43:52,614][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/BlsCb9wITLidnr0O9hhxLA] deleting index
[2018-01-04T05:43:52,946][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:53,178][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:53,220][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:43:55,200][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/3aZczfdnSOuiGEtdH9YhCQ] create_mapping [bar]
[2018-01-04T05:43:55,481][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:43:57,123][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/Id7keMs5RFGLPT0uDmMbzQ] create_mapping [baz]
[2018-01-04T05:43:57,295][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/3aZczfdnSOuiGEtdH9YhCQ] deleting index
[2018-01-04T05:43:57,295][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/Id7keMs5RFGLPT0uDmMbzQ] deleting index
[2018-01-04T05:43:57,748][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:43:58,319][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:43:58,795][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:44:00,487][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][4]] ...]).
[2018-01-04T05:44:00,649][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index/HNkNcNHdRUi-c-b6mf1lBQ]]]
[2018-01-04T05:44:00,816][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] opening indices [[[test_index/HNkNcNHdRUi-c-b6mf1lBQ]]]
[2018-01-04T05:44:02,160][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[test_index][0]] ...]).
[2018-01-04T05:44:02,320][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/HNkNcNHdRUi-c-b6mf1lBQ] deleting index
[2018-01-04T05:44:02,552][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:03,038][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:03,082][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:44:05,060][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:44:05,198][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/mjOluqpHSM6HuPd6od0QMQ] create_mapping [test]
[2018-01-04T05:44:05,241][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/mjOluqpHSM6HuPd6od0QMQ] deleting index
[2018-01-04T05:44:05,297][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:06,167][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:06,341][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:44:08,020][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:44:08,041][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:44:09,430][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:44:09,926][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/IG1yLtwYQ5KusSBSskQb7w] deleting index
[2018-01-04T05:44:09,926][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/UC0pRQHGSyqVa1g6wgm8CA] deleting index
[2018-01-04T05:44:10,493][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:10,980][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:11,022][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:44:13,357][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:44:15,602][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:44:17,338][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:44:19,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/gmFeq9ofRE2Zwq3T4R4v_A] deleting index
[2018-01-04T05:44:19,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/GPyPE6i7To6KkO-enDSDag] deleting index
[2018-01-04T05:44:19,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/byM335DNSWOQVtuP6bTpGw] deleting index
[2018-01-04T05:44:19,449][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/nIOHqSK3SDSmLEHYh5G4hQ] deleting index
[2018-01-04T05:44:19,937][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:20,387][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:20,466][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:44:21,188][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[foo][0]] ...]).
[2018-01-04T05:44:21,321][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [foo/uurX49wQSzCTPxehio2Pgg] create_mapping [type]
[2018-01-04T05:44:21,359][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [bar] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:44:21,511][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[bar][0]] ...]).
[2018-01-04T05:44:21,697][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [bar/rrSi8I31T_Wyws-G4vBocg] create_mapping [type]
[2018-01-04T05:44:21,983][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [baz] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:44:22,708][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[baz][0]] ...]).
[2018-01-04T05:44:22,730][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [baz/hKbenWDuRFSYcEtcM1wNgA] create_mapping [type]
[2018-01-04T05:44:22,783][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/uurX49wQSzCTPxehio2Pgg] deleting index
[2018-01-04T05:44:22,783][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [baz/hKbenWDuRFSYcEtcM1wNgA] deleting index
[2018-01-04T05:44:22,783][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [bar/rrSi8I31T_Wyws-G4vBocg] deleting index
[2018-01-04T05:44:23,164][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:24,072][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:24,213][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:44:26,156][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/hODqobTJTFiQHjDBwd0Kog] update_mapping [test]
[2018-01-04T05:44:26,432][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/hODqobTJTFiQHjDBwd0Kog] deleting index
[2018-01-04T05:44:26,815][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:26,955][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:27,220][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:28,357][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:29,292][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:31,567][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/ZGfXnXddR8ek0hg64US72Q] create_mapping [test]
[2018-01-04T05:44:31,962][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/ZGfXnXddR8ek0hg64US72Q] deleting index
[2018-01-04T05:44:32,360][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:32,647][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:32,895][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:44:35,207][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:44:35,405][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/VQFAILtTRLaRMbcP8_guyA] deleting index
[2018-01-04T05:44:35,472][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:36,301][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:36,517][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:38,296][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [3]/[0], mappings []
[2018-01-04T05:44:39,572][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/mPUInj67Toe7DNEdfrun3g] deleting index
[2018-01-04T05:44:39,572][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/kJe-CNXUTBuhA1zqM0cf-g] deleting index
[2018-01-04T05:44:39,619][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:40,254][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:40,663][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(update api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:42,463][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/lXkcNaiVTAG_7V19IYA_Jw] create_mapping [test]
[2018-01-04T05:44:42,530][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/lXkcNaiVTAG_7V19IYA_Jw] deleting index
[2018-01-04T05:44:42,699][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:43,807][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:44,776][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:46,340][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/Ue04fUDTQIWC8agjNj_0kg] create_mapping [bar]
[2018-01-04T05:44:46,619][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:48,090][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/DccgoI4URYerqIAj4kkJYQ] create_mapping [baz]
[2018-01-04T05:44:48,227][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/Ue04fUDTQIWC8agjNj_0kg] deleting index
[2018-01-04T05:44:48,227][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/DccgoI4URYerqIAj4kkJYQ] deleting index
[2018-01-04T05:44:48,705][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:49,432][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:49,747][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:52,106][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:44:53,601][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index2/hfprvA2GRIaUiF0W_XWcNA] deleting index
[2018-01-04T05:44:53,630][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index/rZnST2hqSx6meJkS7LzRZg] deleting index
[2018-01-04T05:44:53,775][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:54,842][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:55,849][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [testing] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:44:56,785][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[testing][4]] ...]).
[2018-01-04T05:44:56,949][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [testing/Z-w96W5kQPOArjXGzI_rmA] deleting index
[2018-01-04T05:44:57,276][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:57,880][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:44:58,481][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:44:59,574][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:00,726][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:01,256][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:01,771][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:03,851][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:06,108][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:07,786][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:09,821][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/VPfMKsIwTwyYYHKvhFsyyA] deleting index
[2018-01-04T05:45:09,821][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/_mlW3ARIRMSotJiJ40okhQ] deleting index
[2018-01-04T05:45:09,821][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/Q0e8c02ySyK71zHK7Z5H0w] deleting index
[2018-01-04T05:45:09,821][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/vv60VY2lQT-gehrO5IB1Iw] deleting index
[2018-01-04T05:45:10,324][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:10,465][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:10,600][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:13,083][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:15,022][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:17,113][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:18,887][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/-D0xwdlHQt6gqs4RgLNlsA] deleting index
[2018-01-04T05:45:18,887][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/SVrMRKzgR6KkZW73ePAsJg] deleting index
[2018-01-04T05:45:18,887][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/tlowKCQnTpacqPie1vqIMA] deleting index
[2018-01-04T05:45:18,887][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/imY4s2K2Tle8hAQPIdOItQ] deleting index
[2018-01-04T05:45:19,692][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:19,867][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:19,966][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_scroll] creating index, cause [api], templates [], shards [1]/[1], mappings []
[2018-01-04T05:45:20,878][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_scroll/qxFYkui8Q6SJiCuQhsH1pA] create_mapping [test]
[2018-01-04T05:45:21,226][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_scroll/qxFYkui8Q6SJiCuQhsH1pA] deleting index
[2018-01-04T05:45:21,276][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:22,208][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:22,318][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:23,980][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/9-QfwLB1QEK1fe7_5_3aYQ] deleting index
[2018-01-04T05:45:24,026][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:25,002][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:25,064][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:26,703][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:28,800][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/OnwHurEETFWlNH-tQhDQWw] create_mapping [test]
[2018-01-04T05:45:29,085][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/68VLqLeHR_KAiuqIEiOddA] deleting index
[2018-01-04T05:45:29,085][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/OnwHurEETFWlNH-tQhDQWw] deleting index
[2018-01-04T05:45:29,294][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:29,809][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:29,818][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:45:31,892][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:45:31,941][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/NDN1f3iATveMLeNtQ9JymA] deleting index
[2018-01-04T05:45:32,010][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:33,043][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:33,047][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:34,625][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:36,498][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/HVxuvAG5QduIG_c2hvwKeg] create_mapping [test]
[2018-01-04T05:45:36,791][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_2/oz19VTM_TAS7uyP8osavrQ] create_mapping [test]
[2018-01-04T05:45:37,082][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/oz19VTM_TAS7uyP8osavrQ] deleting index
[2018-01-04T05:45:37,082][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/HVxuvAG5QduIG_c2hvwKeg] deleting index
[2018-01-04T05:45:37,199][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:37,547][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:37,728][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_sliced_scroll] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:40,033][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_sliced_scroll/_Ntgh_QZQVGiY8MOPNErpQ] create_mapping [test]
[2018-01-04T05:45:40,132][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_sliced_scroll/_Ntgh_QZQVGiY8MOPNErpQ] deleting index
[2018-01-04T05:45:40,620][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:41,453][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:41,663][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:43,522][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:45,566][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:47,184][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/piDixa7wR5Ok4OIvjQREhg] deleting index
[2018-01-04T05:45:47,184][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/n039SvZ1QumMzwprE0Lnyg] deleting index
[2018-01-04T05:45:47,184][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/BWrw9ud2TM66ZZESBx5Y3g] deleting index
[2018-01-04T05:45:47,521][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:48,233][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:48,567][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_1]
[2018-01-04T05:45:48,974][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:45:49,687][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][0]] ...]).
[2018-01-04T05:45:49,787][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot/nek6QvViSXyIZQ2oK8-GWg] started
[2018-01-04T05:45:49,972][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot/nek6QvViSXyIZQ2oK8-GWg] completed with state [SUCCESS]
[2018-01-04T05:45:50,354][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot/nek6QvViSXyIZQ2oK8-GWg] deleted
[2018-01-04T05:45:50,357][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/s3zoT9p8S2mlYLYmZqpklA] deleting index
[2018-01-04T05:45:50,694][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:51,203][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:51,203][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_1]
[2018-01-04T05:45:51,228][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:45:53,160][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:55,109][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/ZsbjevlsTpGsdNXpgLvV3w] create_mapping [test]
[2018-01-04T05:45:55,151][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/ZsbjevlsTpGsdNXpgLvV3w] deleting index
[2018-01-04T05:45:55,151][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/flvEHBLyRhWLKuau9OTTMQ] deleting index
[2018-01-04T05:45:55,417][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:56,411][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:56,455][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:45:58,027][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/M3WMfAyFTlGTGo1-J-pyiw] create_mapping [test]
[2018-01-04T05:45:58,439][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/M3WMfAyFTlGTGo1-J-pyiw] deleting index
[2018-01-04T05:45:58,834][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:45:59,167][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:45:59,366][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:46:01,021][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:46:01,425][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/B8I0u-sqSTKjZcqKqHa_5w] deleting index
[2018-01-04T05:46:01,943][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:02,554][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:02,986][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings [type_1]
[2018-01-04T05:46:04,833][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/xHEhzipNQVqTXIeQa3VMxg] deleting index
[2018-01-04T05:46:04,877][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:06,006][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:06,949][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:08,165][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:10,305][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index2/ixLebYKvRfmWoK-iyNksTw] deleting index
[2018-01-04T05:46:10,305][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index/8voa7-1AT52Hqs-p2ZOwhQ] deleting index
[2018-01-04T05:46:10,352][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:10,733][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:10,881][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:46:12,983][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:46:13,118][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/dTcT9emLTTqcXjKVVHP1mw] update_mapping [test]
[2018-01-04T05:46:13,177][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/dTcT9emLTTqcXjKVVHP1mw] deleting index
[2018-01-04T05:46:13,229][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:14,160][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:14,270][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:15,914][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [api], templates [], shards [4]/[1], mappings []
[2018-01-04T05:46:17,239][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/mN0t170NQ_2vZH4tzSwA-g] create_mapping [bar]
[2018-01-04T05:46:17,274][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/npvSSGdzSYmYcAvqAtzpow] create_mapping [baz]
[2018-01-04T05:46:17,447][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/mN0t170NQ_2vZH4tzSwA-g] deleting index
[2018-01-04T05:46:17,447][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/npvSSGdzSYmYcAvqAtzpow] deleting index
[2018-01-04T05:46:17,929][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:18,610][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:18,975][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:21,133][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:22,666][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [myindex] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:24,287][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/vJ9Ea9AqQOG9Slpa6r10ng] deleting index
[2018-01-04T05:46:24,287][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [myindex/Od8S2YIlRuCEl7ErAFfJIA] deleting index
[2018-01-04T05:46:24,287][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/cRRKm9WyS4mfXcqJdiEoVA] deleting index
[2018-01-04T05:46:24,601][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:25,348][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:25,644][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:46:27,318][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:46:27,669][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=ww4_-rstSrG1YTGfcnR5-Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"percentiles_string":{"percentiles":{"field":"string_field","percents":[1.0,5.0,25.0,50.0,75.0,95.0,99.0],"keyed":true,"hdr":{"number_of_significant_value_digits":3}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:27,669][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=nJs_JOOeQiOv8cUiyB3DIw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"percentiles_string":{"percentiles":{"field":"string_field","percents":[1.0,5.0,25.0,50.0,75.0,95.0,99.0],"keyed":true,"hdr":{"number_of_significant_value_digits":3}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:27,669][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=XxKfcWGWSbmtQBYZU2F5Kw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"percentiles_string":{"percentiles":{"field":"string_field","percents":[1.0,5.0,25.0,50.0,75.0,95.0,99.0],"keyed":true,"hdr":{"number_of_significant_value_digits":3}}}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:27,669][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=pP3o8lPNT-mQzi5nKW98sQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"percentiles_string":{"percentiles":{"field":"string_field","percents":[1.0,5.0,25.0,50.0,75.0,95.0,99.0],"keyed":true,"hdr":{"number_of_significant_value_digits":3}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:27,670][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.ElasticsearchException$1: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:619) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:128) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:243) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:49) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:217) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:171) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:49) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:217) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:531) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1056) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1149) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1133) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$6$1.onFailure(SearchTransportService.java:389) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:324) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:318) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
... 9 more
[2018-01-04T05:46:27,669][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_1][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=qg5EcagmQ_iyvQuNI44zLA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_1], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"aggregations":{"percentiles_string":{"percentiles":{"field":"string_field","percents":[1.0,5.0,25.0,50.0,75.0,95.0,99.0],"keyed":true,"hdr":{"number_of_significant_value_digits":3}}}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [string_field], but got [keyword]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.numericField(ValuesSourceConfig.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.originalValuesSource(ValuesSourceConfig.java:290) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.toValuesSource(ValuesSourceConfig.java:247) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.createInternal(ValuesSourceAggregatorFactory.java:51) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactory.create(AggregatorFactory.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregatorFactories.createTopLevelAggregators(AggregatorFactories.java:216) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.aggregations.AggregationPhase.preProcess(AggregationPhase.java:55) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:105) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:307) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:340) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:27,672][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/HUdAD4MfR7OjcrIGXJS3Ig] deleting index
[2018-01-04T05:46:28,230][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:28,547][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:28,921][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:29,832][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:29,967][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:46:31,642][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:46:32,169][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/psTh9iseTwOo4i2uu8idKg] deleting index
[2018-01-04T05:46:32,597][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:33,136][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:33,645][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:35,526][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/nNz15KWGRdGnpm1xzcno5A] create_mapping [test]
[2018-01-04T05:46:35,567][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/nNz15KWGRdGnpm1xzcno5A] deleting index
[2018-01-04T05:46:35,620][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:36,568][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:36,660][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings [test_type]
[2018-01-04T05:46:38,291][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/YHx5WV9ZRySYeaBxymnlNA] deleting index
[2018-01-04T05:46:38,335][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:39,316][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:39,374][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:46:41,099][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:43,274][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/Ren3i8_bRE2xCAigOV4J3A] create_mapping [baz]
[2018-01-04T05:46:43,537][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=QBZSJSU7SRqqYCmM8wMB4Q]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:43,537][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=SEgPFuy-RvyT9_sfztJeDg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:43,537][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=f2K5nHrnQuicKTz52Mupdw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:43,538][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Lx50AMh2Qfm4qEh1HCwiYw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:43,540][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=RUePHW_YRO2Zp04SX4bisg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:46:43,546][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/Ren3i8_bRE2xCAigOV4J3A] deleting index
[2018-01-04T05:46:43,546][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/L2Q8hO7WS1S6A6sCKnP-bw] deleting index
[2018-01-04T05:46:43,664][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:44,462][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:44,869][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:45,294][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:45,397][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:47,538][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/QVuR5MdVR2qjVXJ1uQNXEQ] create_mapping [bar]
[2018-01-04T05:46:47,817][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:49,346][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/86l2YnfkQpS7DXFTafXfJw] create_mapping [baz]
[2018-01-04T05:46:49,612][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/QVuR5MdVR2qjVXJ1uQNXEQ] deleting index
[2018-01-04T05:46:49,613][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/86l2YnfkQpS7DXFTafXfJw] deleting index
[2018-01-04T05:46:50,091][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:50,626][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:51,305][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:52,125][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:52,350][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:46:53,866][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/RL56CMdkR-CKb7dBiY6bnQ] deleting index
[2018-01-04T05:46:54,199][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:55,048][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:55,251][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_cat_snapshots_1]
[2018-01-04T05:46:55,301][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index1] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:46:55,863][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index1][0]] ...]).
[2018-01-04T05:46:56,030][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index2] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:46:56,573][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[index2][0]] ...]).
[2018-01-04T05:46:56,621][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_cat_snapshots_1:snap1/Vr5E3FHmSvWe-tq6khl20Q] started
[2018-01-04T05:46:57,104][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_cat_snapshots_1:snap1/Vr5E3FHmSvWe-tq6khl20Q] completed with state [SUCCESS]
[2018-01-04T05:46:57,488][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_cat_snapshots_1:snap2/ClZ-lMpVSRa3GsqsoZVrAA] started
[2018-01-04T05:46:57,895][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_cat_snapshots_1:snap2/ClZ-lMpVSRa3GsqsoZVrAA] completed with state [SUCCESS]
[2018-01-04T05:46:57,899][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index2/UCKaXkzdSTibP9-pqOGyJA] deleting index
[2018-01-04T05:46:57,899][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index1/sPN_-NjKRReNChkJ0g1Plw] deleting index
[2018-01-04T05:46:57,942][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:46:58,888][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:46:59,276][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_cat_snapshots_1:snap1/Vr5E3FHmSvWe-tq6khl20Q] deleted
[2018-01-04T05:46:59,349][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_cat_snapshots_1:snap2/ClZ-lMpVSRa3GsqsoZVrAA] deleted
[2018-01-04T05:46:59,351][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_cat_snapshots_1]
[2018-01-04T05:46:59,515][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:01,687][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/pX_J0ALgRrir90Rxii3gIQ] deleting index
[2018-01-04T05:47:01,862][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:02,413][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:03,082][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:03,557][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:03,611][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings [type_1]
[2018-01-04T05:47:04,437][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [1]/[2], mappings []
[2018-01-04T05:47:04,918][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_3] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:07,094][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index_3/KHoyBXMwTU2n-OFXUK5xsw]]]
[2018-01-04T05:47:07,256][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/Z3BvDbI1RtOhEfvmjhRfYw] deleting index
[2018-01-04T05:47:07,256][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/AvRZYacuThaWhNJRyJy09A] deleting index
[2018-01-04T05:47:07,256][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_3/KHoyBXMwTU2n-OFXUK5xsw] deleting index
[2018-01-04T05:47:07,486][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:07,977][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:08,017][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:47:09,968][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:47:11,540][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/a5QurzIOQFSXufXUGCzERg] deleting index
[2018-01-04T05:47:11,540][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/AI02YiRfRCW7uwpkxyS2eQ] deleting index
[2018-01-04T05:47:11,823][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:12,807][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:12,864][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:47:14,791][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/c4QhLs3WRmy4PF2JDkJjhQ] deleting index
[2018-01-04T05:47:15,273][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:15,672][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:15,805][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:47:17,891][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:47:18,260][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/pSq4EBNXSrWaB7TOQWOAcQ] deleting index
[2018-01-04T05:47:18,339][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:19,180][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:19,383][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index_60_refresh_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:21,239][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [index_60_refresh_1/xIAteFXgQaqeQaD6OK4VGg] create_mapping [test]
[2018-01-04T05:47:22,405][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index_60_refresh_1/xIAteFXgQaqeQaD6OK4VGg] deleting index
[2018-01-04T05:47:22,677][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:22,880][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:22,948][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:47:24,450][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:26,889][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/bkJeFbRMQHmT7vR-ph-gIQ] create_mapping [baz]
[2018-01-04T05:47:27,186][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=YtNHmvuiQD66Pu_ajsCmXA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:27,186][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=S2-3zvHCT6-EcDwwj9-Rtg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:27,186][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=iMWfhl_BQL2ncjxD3u0MAQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:27,186][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=pKYkEwRVQ8OENTm-93yqlQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:27,186][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=u3WjrcKTQIySr0vXJHqcdQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:27,192][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/bkJeFbRMQHmT7vR-ph-gIQ] deleting index
[2018-01-04T05:47:27,192][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/czF2iflESFOzLJ6fr2ihcw] deleting index
[2018-01-04T05:47:27,679][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:28,101][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:28,203][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:30,442][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/yAzwMyQdQ_eIyYUhWH5yzg] create_mapping [test]
[2018-01-04T05:47:30,779][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/yAzwMyQdQ_eIyYUhWH5yzg] deleting index
[2018-01-04T05:47:30,829][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:31,913][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:33,032][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:34,166][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:35,099][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:47:35,276][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[foo][0]] ...]).
[2018-01-04T05:47:35,298][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [bar] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:47:35,657][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[bar][0]] ...]).
[2018-01-04T05:47:35,800][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [bar/wTVo5C7iSfW8X01q6YNUfA] create_mapping [type]
[2018-01-04T05:47:36,072][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [bar/wTVo5C7iSfW8X01q6YNUfA] deleting index
[2018-01-04T05:47:36,073][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/-yHmEwVoTEO789kBLj0pGA] deleting index
[2018-01-04T05:47:36,466][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:37,037][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:37,687][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:38,224][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:38,735][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:40,297][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:42,438][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index_2/Cgt5FuPmRVOr_8UBWgsRyg] deleting index
[2018-01-04T05:47:42,438][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/Gxo3S202RUKdHjixZoC2EA] deleting index
[2018-01-04T05:47:42,486][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:43,220][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:43,530][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:47:45,502][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:47:47,980][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:47:50,071][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:47:51,926][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/SBMjlZL8RuGlXDTVsbMueQ] deleting index
[2018-01-04T05:47:51,926][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/Wt7XeAQXS_aB3N3tUdGNGA] deleting index
[2018-01-04T05:47:51,926][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/mt8UaZ46SWGXqZ9_vipe6Q] deleting index
[2018-01-04T05:47:51,926][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/iS4WaaLaRb2gi5YSalq5eA] deleting index
[2018-01-04T05:47:52,517][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:53,193][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:53,563][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:47:55,293][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/MTdvDB5BTPilPyy0BFhSIQ] create_mapping [test]
[2018-01-04T05:47:56,113][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=f3BRBCxxT9ahFgVvt5qi3g]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[test], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1s}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"collapse":{"field":"numeric_group"}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.SearchContextException: cannot use `collapse` in a scroll context
at org.elasticsearch.search.collapse.CollapseBuilder.build(CollapseBuilder.java:224) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:851) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:56,113][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=HlpG-pqdRFCuO1qF2TH2Fg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[test], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1s}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"collapse":{"field":"numeric_group"}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.SearchContextException: cannot use `collapse` in a scroll context
at org.elasticsearch.search.collapse.CollapseBuilder.build(CollapseBuilder.java:224) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:851) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:56,113][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=frZif032TM-xVIYpIYccMg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[test], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1s}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"collapse":{"field":"numeric_group"}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.SearchContextException: cannot use `collapse` in a scroll context
at org.elasticsearch.search.collapse.CollapseBuilder.build(CollapseBuilder.java:224) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:851) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:56,113][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=j5O-dZGVRKScL4BO1JkqLA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[test], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1s}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"collapse":{"field":"numeric_group"}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.SearchContextException: cannot use `collapse` in a scroll context
at org.elasticsearch.search.collapse.CollapseBuilder.build(CollapseBuilder.java:224) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:851) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:56,113][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=A-gM5VLYSXyN2TAEiURcNg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[test], routing='null', preference='null', requestCache=null, scroll=Scroll{keepAlive=1s}, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"collapse":{"field":"numeric_group"}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.search.SearchContextException: cannot use `collapse` in a scroll context
at org.elasticsearch.search.collapse.CollapseBuilder.build(CollapseBuilder.java:224) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:851) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:56,113][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.search.SearchContextException: cannot use `collapse` in a scroll context
at org.elasticsearch.search.collapse.CollapseBuilder.build(CollapseBuilder.java:224) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:851) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:47:56,115][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/MTdvDB5BTPilPyy0BFhSIQ] deleting index
[2018-01-04T05:47:56,189][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:57,130][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:57,385][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:47:57,857][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:47:57,911][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:00,209][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/iVks8cI_TaCanQtfTuRdRw] create_mapping [test]
[2018-01-04T05:48:00,257][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/iVks8cI_TaCanQtfTuRdRw] deleting index
[2018-01-04T05:48:00,307][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:01,109][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:01,509][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:02,149][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:02,554][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:48:04,541][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:48:04,629][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/H5tT31_hQES4T6M56wtN3w] create_mapping [test]
[2018-01-04T05:48:04,725][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/H5tT31_hQES4T6M56wtN3w] deleting index
[2018-01-04T05:48:05,180][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:05,986][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:06,223][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:08,365][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [3]/[0], mappings []
[2018-01-04T05:48:08,972][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/92DFPBWKQHir8IHxbHvkxw] deleting index
[2018-01-04T05:48:08,973][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/TuSllQBsQAqJYAIZK0gHyA] deleting index
[2018-01-04T05:48:09,307][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:10,203][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:10,371][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:11,184][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:11,419][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[1], mappings [test_type]
[2018-01-04T05:48:11,994][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/JmzepjcBSH6rfkZQV-KKjA] deleting index
[2018-01-04T05:48:12,144][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:13,271][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:14,216][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:16,170][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/MrkpXMBXSC-5goNhgCttkw] deleting index
[2018-01-04T05:48:16,214][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:16,772][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:17,259][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:48:19,209][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:48:21,709][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:48:23,218][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:48:25,566][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/VHAlL0zBS2ah6d4aWFKEAg] deleting index
[2018-01-04T05:48:25,566][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/i_yBRcr4TNmrJweds5Kqgg] deleting index
[2018-01-04T05:48:25,566][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/3CMUtWarSWq3j0k3lniDQg] deleting index
[2018-01-04T05:48:25,566][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/F8TyIFy_SS-Q2ia7G-nslA] deleting index
[2018-01-04T05:48:25,728][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:26,699][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:26,768][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-index] creating index, cause [api], templates [], shards [2]/[3], mappings []
[2018-01-04T05:48:28,027][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-index/-3QYyh21Sv2PpWlcxog7Dg] deleting index
[2018-01-04T05:48:28,353][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:28,647][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:28,882][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:48:30,947][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:48:31,108][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/0I63AGLBTsmxBq5nkqSHuQ] create_mapping [test]
[2018-01-04T05:48:31,262][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/0I63AGLBTsmxBq5nkqSHuQ] deleting index
[2018-01-04T05:48:31,317][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:32,045][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:32,360][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:34,208][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/8jEqYddSS1WbunI8nWqMjQ] create_mapping [test]
[2018-01-04T05:48:34,407][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_3] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:36,605][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_3][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=goRLudwzTdyRHM61NZqYNQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_3], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"script_fields":{"test2":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test3":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test1":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:801) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:36,605][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_3][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=4P6JstnYToewhIFPynuIFA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_3], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"script_fields":{"test2":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test3":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test1":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:801) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:36,605][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_3][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=4nr3nh7vRA6nh7yeFXBWiA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_3], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"script_fields":{"test2":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test3":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test1":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:801) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:36,605][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_3][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=kO7WgthjRUmCy_YHduKniA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_3], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"script_fields":{"test2":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test3":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test1":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:801) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:36,605][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_3][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=IqSDSxZpRs2WxIJAKo32XA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_3], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"script_fields":{"test2":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test3":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false},"test1":{"script":{"source":"1;","lang":"painless"},"ignore_failure":false}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:801) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:36,606][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.ElasticsearchException$1: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:619) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:128) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:243) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:49) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:217) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:171) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:49) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:217) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:531) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1056) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1149) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1133) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$6$1.onFailure(SearchTransportService.java:389) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:324) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:318) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many script_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_script_fields] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:801) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
... 9 more
[2018-01-04T05:48:36,608][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/8jEqYddSS1WbunI8nWqMjQ] deleting index
[2018-01-04T05:48:36,608][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_3/YFS6v8JgQviDQLiEuNNCpA] deleting index
[2018-01-04T05:48:36,746][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:37,122][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:37,273][INFO ][o.e.r.RepositoriesService] [node-0] put repository [test_repo_get_1]
[2018-01-04T05:48:37,743][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:48:38,253][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][0]] ...]).
[2018-01-04T05:48:38,292][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot/peGQ-56iT-CqftEmpPRR9A] started
[2018-01-04T05:48:38,784][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot/peGQ-56iT-CqftEmpPRR9A] completed with state [SUCCESS]
[2018-01-04T05:48:39,103][INFO ][o.e.s.SnapshotsService ] [node-0] snapshot [test_repo_get_1:test_snapshot/peGQ-56iT-CqftEmpPRR9A] deleted
[2018-01-04T05:48:39,104][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/f7C8zgdSTWe7E8o6bxsNqQ] deleting index
[2018-01-04T05:48:39,421][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:39,857][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:39,857][INFO ][o.e.r.RepositoriesService] [node-0] delete repository [test_repo_get_1]
[2018-01-04T05:48:40,191][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:40,970][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:41,233][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:48:43,378][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:45,115][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/l-UUIXnWRresmXAlmMC14g] create_mapping [baz]
[2018-01-04T05:48:45,163][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=fBR1zoGoTL-81NrdZsy_qA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:45,163][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=RdhTVp9QQ-ivwdcvwIvLVQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:45,163][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=4jLL5lusRyW1worIh1co4g]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:45,163][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=bMNXmieIRXahsulHy29t_A]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:45,163][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Sdl6QreqS8-GtQooso2LMQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:45,168][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/xjKFAUDuTjOHvc1K0k39mQ] deleting index
[2018-01-04T05:48:45,168][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/l-UUIXnWRresmXAlmMC14g] deleting index
[2018-01-04T05:48:45,520][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:46,469][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:46,626][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:47,699][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:48,698][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:48:50,674][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:48:50,695][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:48:52,049][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_2][4]] ...]).
[2018-01-04T05:48:52,192][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/4Ch8QvDUT1Gw-mLkodo7zQ] deleting index
[2018-01-04T05:48:52,192][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/vnfiLjqIRBuMtUViVLGFIg] deleting index
[2018-01-04T05:48:52,756][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:53,438][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:53,977][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:48:55,077][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:48:56,050][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings [bar]
[2018-01-04T05:48:57,868][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:48:59,265][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/h8ULNYD4QpScvDPTOL5umw] create_mapping [baz]
[2018-01-04T05:48:59,444][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=yEa930XlQyymuk32wvNZrg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:59,444][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Kls4BH6TQBeFstv-IvWnww]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:59,444][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=BqaQ6zyYQfChMt1GeQN5LQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:59,444][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=DSDEDVLvQFOBab1t-pXawg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:59,444][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=ooWpcGWBS3WvuYednAVqqg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test1, test2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"sort":[{"bar":{"order":"asc"}},{"baz":{"order":"asc"}}]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [bar] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:301) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:115) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:165) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:341) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:155) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:724) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:48:59,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/loxnj_2ISASUda7ZaKwySw] deleting index
[2018-01-04T05:48:59,448][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/h8ULNYD4QpScvDPTOL5umw] deleting index
[2018-01-04T05:48:59,920][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:00,613][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:00,968][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:49:03,054][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:49:04,635][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/_tq4wXx6TrmunbWoMaTZSA] deleting index
[2018-01-04T05:49:04,635][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/qn3MFF0uQu-L-HCkBZN6lg] deleting index
[2018-01-04T05:49:04,683][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:04,889][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:04,953][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:49:06,738][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:49:07,191][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/6pfEqdUJTq-P-EUJxjeXow] deleting index
[2018-01-04T05:49:07,476][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:08,159][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:08,517][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:10,399][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:12,362][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/aP1YZYodRzmYg9z85ZEJQg] create_mapping [test]
[2018-01-04T05:49:12,642][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_2/zeVV_xUJQrS3JwI1KXwN3g] create_mapping [test]
[2018-01-04T05:49:12,921][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/zeVV_xUJQrS3JwI1KXwN3g] deleting index
[2018-01-04T05:49:12,921][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/aP1YZYodRzmYg9z85ZEJQg] deleting index
[2018-01-04T05:49:13,032][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:13,726][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:14,076][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:49:16,124][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:49:18,399][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:49:19,820][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:49:21,731][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/s6pbaroTQwqKzIykG-y2NQ] deleting index
[2018-01-04T05:49:21,731][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/muytqJDOSl6nvLBy7Vdt-g] deleting index
[2018-01-04T05:49:21,731][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/0qlc0aVuQVSonWsyq3BqXw] deleting index
[2018-01-04T05:49:21,731][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/lLnxaHwbSruEjOOUpzfaiA] deleting index
[2018-01-04T05:49:22,484][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:23,211][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:23,526][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_close_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:49:24,047][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_close_index][0]] ...]).
[2018-01-04T05:49:24,068][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_open_index] creating index, cause [api], templates [], shards [1]/[0], mappings []
[2018-01-04T05:49:24,495][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_open_index][0]] ...]).
[2018-01-04T05:49:24,656][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_close_index/InO-LrChR620a9OaEwHdQw]]]
[2018-01-04T05:49:24,819][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_open_index/CQ3IBMOIQR6VJ7SPTpPr3w] deleting index
[2018-01-04T05:49:24,819][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_close_index/InO-LrChR620a9OaEwHdQw] deleting index
[2018-01-04T05:49:25,148][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:25,457][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:25,700][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:26,773][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:27,769][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:49:29,815][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:49:29,870][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/4TdeXnPISZmOQKDHhC5vpA] deleting index
[2018-01-04T05:49:29,938][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:30,913][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:30,974][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:49:32,569][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/bG6g2NvdS2Gb_6Ce1Mgppg] deleting index
[2018-01-04T05:49:32,619][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:33,133][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:33,302][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:33,987][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:34,347][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:36,386][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/vwEXZpIWQrqOYrTMySPSFg] create_mapping [test]
[2018-01-04T05:49:36,680][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:38,269][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_2][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=INrHk7AWTkGsWtSIB8vc8g]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"docvalue_fields":["one","two","three"]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:783) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:49:38,269][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_2][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=393hs6XeTzq6FMievBMRTA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"docvalue_fields":["one","two","three"]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:783) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:49:38,269][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_2][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=ia0VY_E4SY--KOZQuz0vzw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"docvalue_fields":["one","two","three"]}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:783) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:49:38,269][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_2][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=MNBdZN1QSDuyzI2vOUOlzg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"docvalue_fields":["one","two","three"]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:783) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:49:38,269][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test_2][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=Uk0xhA8FRpSJS0AtRckSow]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test_2], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"match_all":{"boost":1.0}},"docvalue_fields":["one","two","three"]}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:783) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:49:38,269][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.ElasticsearchException$1: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:619) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:128) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:243) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:107) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:49) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:217) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:171) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:49) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:217) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:531) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1056) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1149) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1133) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.search.SearchTransportService$6$1.onFailure(SearchTransportService.java:389) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:324) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:318) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalArgumentException: Trying to retrieve too many docvalue_fields. Must be less than or equal to: [2] but was [3]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:783) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
... 9 more
[2018-01-04T05:49:38,271][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/vwEXZpIWQrqOYrTMySPSFg] deleting index
[2018-01-04T05:49:38,271][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_2/332WedoQQhS7FNGIxCHgqg] deleting index
[2018-01-04T05:49:38,461][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:39,507][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:40,530][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[0], mappings [doc]
[2018-01-04T05:49:41,597][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_1][4]] ...]).
[2018-01-04T05:49:41,918][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/s0qKVGfJQaiy-4IhbaK6Yg] deleting index
[2018-01-04T05:49:42,438][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:42,889][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:42,968][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:44,101][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [api], templates [], shards [4]/[1], mappings []
[2018-01-04T05:49:45,780][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/ZNuo5VgES6ew8izei_7ivQ] create_mapping [bar]
[2018-01-04T05:49:46,058][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/I5qxVbrBSs6wRwRoTMYRhQ] create_mapping [baz]
[2018-01-04T05:49:46,350][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/I5qxVbrBSs6wRwRoTMYRhQ] deleting index
[2018-01-04T05:49:46,350][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/ZNuo5VgES6ew8izei_7ivQ] deleting index
[2018-01-04T05:49:46,422][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:46,565][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:46,714][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:47,842][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:48,788][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [search_index] creating index, cause [api], templates [], shards [5]/[1], mappings [doc]
[2018-01-04T05:49:50,734][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [lookup_index] creating index, cause [api], templates [], shards [1]/[1], mappings [doc]
[2018-01-04T05:49:51,010][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [search_index/anPQIV_7SV2gQ4aMG9VxNA] deleting index
[2018-01-04T05:49:51,010][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [lookup_index/fAbgdcmmQ0q4WNs6uScqaA] deleting index
[2018-01-04T05:49:51,649][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:52,255][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:52,689][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:54,847][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/KhURCEJ5Qn-Hc_-Uq6uQ_A] create_mapping [test]
[2018-01-04T05:49:55,018][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/KhURCEJ5Qn-Hc_-Uq6uQ_A] deleting index
[2018-01-04T05:49:55,074][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:49:55,593][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:49:56,118][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:57,850][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:49:59,260][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [foo] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:00,592][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index2/jQw5jYevRcO0PaDU_LC7Mg] deleting index
[2018-01-04T05:50:00,592][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [foo/nO7dw__yRPWOx0W-p-s5kA] deleting index
[2018-01-04T05:50:00,592][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index1/PrHboMgwSIGe4qeW6XGSJw] deleting index
[2018-01-04T05:50:00,812][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:01,861][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:03,053][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:04,192][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:05,128][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:07,019][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:09,183][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:10,933][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:12,736][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/CvYmXd0DRXmRsO-VJuAYdQ] deleting index
[2018-01-04T05:50:12,736][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/F0ZdiQT1Q2isgV2LExoe-A] deleting index
[2018-01-04T05:50:12,736][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/WxN8az5eQq-DgHnAAEtmRw] deleting index
[2018-01-04T05:50:12,736][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/9iQTwpAYQFWr_Rt8jYzVxg] deleting index
[2018-01-04T05:50:13,149][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:13,889][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:14,194][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:15,857][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [index2] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:17,369][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index2/X_k0DMb-QMK1rqmWfnQPzA] deleting index
[2018-01-04T05:50:17,395][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [index/H6Nx6tsYS_uBqKjVeke5IQ] deleting index
[2018-01-04T05:50:17,665][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:18,679][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:18,702][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:20,727][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/tchOopVnQK22BPq7JyLhEA] deleting index
[2018-01-04T05:50:21,128][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:21,414][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:21,656][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:24,108][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/5nWXgSSDQwG2mYeA6n2i7g] create_mapping [test]
[2018-01-04T05:50:24,177][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/5nWXgSSDQwG2mYeA6n2i7g] deleting index
[2018-01-04T05:50:24,227][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:25,343][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:26,294][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test1] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:27,525][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test2] creating index, cause [api], templates [], shards [4]/[1], mappings []
[2018-01-04T05:50:28,699][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test1/PNeFZxb_TjG4p2RlTCnAFg] create_mapping [bar]
[2018-01-04T05:50:28,961][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test2/Je0S3YC3QSmdANYWJhRVAw] create_mapping [baz]
[2018-01-04T05:50:29,251][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test1/PNeFZxb_TjG4p2RlTCnAFg] deleting index
[2018-01-04T05:50:29,251][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test2/Je0S3YC3QSmdANYWJhRVAw] deleting index
[2018-01-04T05:50:29,677][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:29,990][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:30,209][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[0], mappings [test]
[2018-01-04T05:50:32,351][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test][4]] ...]).
[2018-01-04T05:50:32,566][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/GTVDF97eQ4q3VWzZWcov3w] deleting index
[2018-01-04T05:50:32,625][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:33,503][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:33,663][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:35,642][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-no-dv] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:38,036][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-unmapped] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:39,997][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test-empty] creating index, cause [api], templates [], shards [5]/[1], mappings [test]
[2018-01-04T05:50:41,612][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][2], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=3DIB2CnSTb2ZhLKvIJ2ssg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"exists":{"field":"_source","boost":1.0}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.index.query.QueryShardException: The _source field is not searchable
at org.elasticsearch.index.mapper.SourceFieldMapper$SourceFieldType.existsQuery(SourceFieldMapper.java:170) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFieldExistsQuery(ExistsQueryBuilder.java:193) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFilter(ExistsQueryBuilder.java:157) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.doToQuery(ExistsQueryBuilder.java:130) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:97) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.lambda$toQuery$2(QueryShardContext.java:304) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:303) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:707) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:41,612][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][0], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=n90pEVT4Szet6KAZBG7gIQ]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"exists":{"field":"_source","boost":1.0}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.index.query.QueryShardException: The _source field is not searchable
at org.elasticsearch.index.mapper.SourceFieldMapper$SourceFieldType.existsQuery(SourceFieldMapper.java:170) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFieldExistsQuery(ExistsQueryBuilder.java:193) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFilter(ExistsQueryBuilder.java:157) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.doToQuery(ExistsQueryBuilder.java:130) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:97) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.lambda$toQuery$2(QueryShardContext.java:304) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:303) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:707) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:41,612][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][1], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=e4ovvMiER1-shY22IU1i-A]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"exists":{"field":"_source","boost":1.0}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.index.query.QueryShardException: The _source field is not searchable
at org.elasticsearch.index.mapper.SourceFieldMapper$SourceFieldType.existsQuery(SourceFieldMapper.java:170) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFieldExistsQuery(ExistsQueryBuilder.java:193) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFilter(ExistsQueryBuilder.java:157) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.doToQuery(ExistsQueryBuilder.java:130) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:97) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.lambda$toQuery$2(QueryShardContext.java:304) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:303) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:707) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:41,612][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][4], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=SKD-nzqXRVmQpNOUMgKmOA]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"exists":{"field":"_source","boost":1.0}}}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.index.query.QueryShardException: The _source field is not searchable
at org.elasticsearch.index.mapper.SourceFieldMapper$SourceFieldType.existsQuery(SourceFieldMapper.java:170) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFieldExistsQuery(ExistsQueryBuilder.java:193) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFilter(ExistsQueryBuilder.java:157) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.doToQuery(ExistsQueryBuilder.java:130) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:97) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.lambda$toQuery$2(QueryShardContext.java:304) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:303) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:707) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:41,612][DEBUG][o.e.a.s.TransportSearchAction] [node-0] [test][3], node[tJCDNABlRYmm2vibrVognA], [P], s[STARTED], a[id=jKiT5RENRMu8A2WcsHGySw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[test], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=5, batchedReduceSize=512, preFilterShardSize=128, source={"query":{"exists":{"field":"_source","boost":1.0}}}}]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/search[phase/query]]
Caused by: org.elasticsearch.index.query.QueryShardException: The _source field is not searchable
at org.elasticsearch.index.mapper.SourceFieldMapper$SourceFieldType.existsQuery(SourceFieldMapper.java:170) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFieldExistsQuery(ExistsQueryBuilder.java:193) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFilter(ExistsQueryBuilder.java:157) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.doToQuery(ExistsQueryBuilder.java:130) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:97) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.lambda$toQuery$2(QueryShardContext.java:304) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:303) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:707) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:41,613][DEBUG][o.e.a.s.TransportSearchAction] [node-0] All shards failed for phase: [query]
org.elasticsearch.index.query.QueryShardException: The _source field is not searchable
at org.elasticsearch.index.mapper.SourceFieldMapper$SourceFieldType.existsQuery(SourceFieldMapper.java:170) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFieldExistsQuery(ExistsQueryBuilder.java:193) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.newFilter(ExistsQueryBuilder.java:157) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.ExistsQueryBuilder.doToQuery(ExistsQueryBuilder.java:130) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:97) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.lambda$toQuery$2(QueryShardContext.java:304) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:316) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.query.QueryShardContext.toQuery(QueryShardContext.java:303) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:707) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:558) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:534) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:330) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:316) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:312) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:1002) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:41,614][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/KUk0Zd7oTNOtPlIfgfonag] deleting index
[2018-01-04T05:50:41,615][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-no-dv/dHYjeBDkR2i8yggDcF0YXA] deleting index
[2018-01-04T05:50:41,615][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-unmapped/j-PZrm34Rni2dgsyr70jjQ] deleting index
[2018-01-04T05:50:41,615][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test-empty/ErGGhlQqRUWEaT3Ei1NNjg] deleting index
[2018-01-04T05:50:41,960][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:42,705][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:43,003][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:44,838][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index/pIwmZZRqQU6EH6XGi_XrkQ]]]
[2018-01-04T05:50:44,860][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/pIwmZZRqQU6EH6XGi_XrkQ] deleting index
[2018-01-04T05:50:44,969][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:46,093][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:47,038][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:48,968][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/HcxzNOjKT4KoOq5bPSqq8A] deleting index
[2018-01-04T05:50:49,018][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:49,589][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:50,057][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:51,956][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/LjGr3ngaRdOukuwi7WRkPA] create_mapping [test]
[2018-01-04T05:50:52,043][DEBUG][o.e.a.g.TransportGetAction] [node-0] null: failed to execute [get [test_1][test][1]: routing [null]]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/get[s]]
Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [test][1]: version conflict, current version [2] is different than the one provided [1]
at org.elasticsearch.index.engine.Engine.getFromSearcher(Engine.java:474) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.engine.InternalEngine.get(InternalEngine.java:623) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.shard.IndexShard.get(IndexShard.java:849) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.innerGet(ShardGetService.java:153) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.get(ShardGetService.java:81) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:88) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:44) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:293) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:286) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportRequestHandler.messageReceived(TransportRequestHandler.java:30) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:258) ~[?:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.EsExecutors$1.execute(EsExecutors.java:135) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.lambda$messageReceived$0(SecurityServerTransportInterceptor.java:307) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$null$2(ServerTransportFilter.java:165) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.maybeRun(AuthorizationUtils.java:183) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.setRunAsRoles(AuthorizationUtils.java:177) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.authorize(AuthorizationUtils.java:165) ~[?:?]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$3(ServerTransportFilter.java:167) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$authenticateAsync$2(AuthenticationService.java:187) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$lookForExistingAuthentication$4(AuthenticationService.java:220) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lookForExistingAuthentication(AuthenticationService.java:231) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:185) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:139) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:108) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:141) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:314) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:652) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:52,048][DEBUG][o.e.a.g.TransportGetAction] [node-0] null: failed to execute [get [test_1][test][1]: routing [null]]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/get[s]]
Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [test][1]: version conflict, current version [2] is different than the one provided [10]
at org.elasticsearch.index.engine.Engine.getFromSearcher(Engine.java:474) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.engine.InternalEngine.get(InternalEngine.java:623) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.shard.IndexShard.get(IndexShard.java:849) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.innerGet(ShardGetService.java:153) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.get(ShardGetService.java:81) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:88) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:44) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:293) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:286) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportRequestHandler.messageReceived(TransportRequestHandler.java:30) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:258) ~[?:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.EsExecutors$1.execute(EsExecutors.java:135) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.lambda$messageReceived$0(SecurityServerTransportInterceptor.java:307) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$null$2(ServerTransportFilter.java:165) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.maybeRun(AuthorizationUtils.java:183) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.setRunAsRoles(AuthorizationUtils.java:177) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.authorize(AuthorizationUtils.java:165) ~[?:?]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$3(ServerTransportFilter.java:167) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$authenticateAsync$2(AuthenticationService.java:187) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$lookForExistingAuthentication$4(AuthenticationService.java:220) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lookForExistingAuthentication(AuthenticationService.java:231) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:185) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:139) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:108) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:141) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:314) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:652) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:52,051][DEBUG][o.e.a.g.TransportGetAction] [node-0] null: failed to execute [get [test_1][test][1]: routing [null]]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/get[s]]
Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [test][1]: version conflict, current version [2] is different than the one provided [1]
at org.elasticsearch.index.engine.Engine.getFromSearcher(Engine.java:474) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.engine.InternalEngine.get(InternalEngine.java:623) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.shard.IndexShard.get(IndexShard.java:849) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.innerGet(ShardGetService.java:153) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.get(ShardGetService.java:81) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:88) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:44) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:293) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:286) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportRequestHandler.messageReceived(TransportRequestHandler.java:30) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:258) ~[?:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.EsExecutors$1.execute(EsExecutors.java:135) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.lambda$messageReceived$0(SecurityServerTransportInterceptor.java:307) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$null$2(ServerTransportFilter.java:165) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.maybeRun(AuthorizationUtils.java:183) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.setRunAsRoles(AuthorizationUtils.java:177) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.authorize(AuthorizationUtils.java:165) ~[?:?]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$3(ServerTransportFilter.java:167) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$authenticateAsync$2(AuthenticationService.java:187) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$lookForExistingAuthentication$4(AuthenticationService.java:220) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lookForExistingAuthentication(AuthenticationService.java:231) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:185) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:139) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:108) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:141) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:314) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:652) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:52,054][DEBUG][o.e.a.g.TransportGetAction] [node-0] null: failed to execute [get [test_1][test][1]: routing [null]]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/get[s]]
Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [test][1]: version conflict, current version [2] is different than the one provided [10]
at org.elasticsearch.index.engine.Engine.getFromSearcher(Engine.java:474) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.engine.InternalEngine.get(InternalEngine.java:623) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.shard.IndexShard.get(IndexShard.java:849) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.innerGet(ShardGetService.java:153) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.get(ShardGetService.java:81) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:88) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:44) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:293) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:286) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportRequestHandler.messageReceived(TransportRequestHandler.java:30) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:258) ~[?:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.EsExecutors$1.execute(EsExecutors.java:135) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.lambda$messageReceived$0(SecurityServerTransportInterceptor.java:307) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$null$2(ServerTransportFilter.java:165) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.maybeRun(AuthorizationUtils.java:183) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.setRunAsRoles(AuthorizationUtils.java:177) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.authorize(AuthorizationUtils.java:165) ~[?:?]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$3(ServerTransportFilter.java:167) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$authenticateAsync$2(AuthenticationService.java:187) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$lookForExistingAuthentication$4(AuthenticationService.java:220) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lookForExistingAuthentication(AuthenticationService.java:231) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:185) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:139) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:108) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:141) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:314) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:652) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:52,057][DEBUG][o.e.a.g.TransportGetAction] [node-0] null: failed to execute [get [test_1][test][1]: routing [null]]
org.elasticsearch.transport.RemoteTransportException: [node-0][127.0.0.1:33163][indices:data/read/get[s]]
Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [test][1]: version conflict, current version [2] is different than the one provided [1]
at org.elasticsearch.index.engine.Engine.getFromSearcher(Engine.java:474) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.engine.InternalEngine.get(InternalEngine.java:623) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.shard.IndexShard.get(IndexShard.java:849) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.innerGet(ShardGetService.java:153) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.index.get.ShardGetService.get(ShardGetService.java:81) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:88) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:44) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:293) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$ShardTransportHandler.messageReceived(TransportSingleShardAction.java:286) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportRequestHandler.messageReceived(TransportRequestHandler.java:30) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:258) ~[?:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.EsExecutors$1.execute(EsExecutors.java:135) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.lambda$messageReceived$0(SecurityServerTransportInterceptor.java:307) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$null$2(ServerTransportFilter.java:165) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.maybeRun(AuthorizationUtils.java:183) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.setRunAsRoles(AuthorizationUtils.java:177) ~[?:?]
at org.elasticsearch.xpack.security.authz.AuthorizationUtils$AsyncAuthorizer.authorize(AuthorizationUtils.java:165) ~[?:?]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.lambda$inbound$3(ServerTransportFilter.java:167) ~[?:?]
at org.elasticsearch.action.ActionListener$1.onResponse(ActionListener.java:60) ~[elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$authenticateAsync$2(AuthenticationService.java:187) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lambda$lookForExistingAuthentication$4(AuthenticationService.java:220) ~[x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.lookForExistingAuthentication(AuthenticationService.java:231) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.authenticateAsync(AuthenticationService.java:185) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService$Authenticator.access$000(AuthenticationService.java:139) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.authc.AuthenticationService.authenticate(AuthenticationService.java:108) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.ServerTransportFilter$NodeProfile.inbound(ServerTransportFilter.java:141) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:314) [x-pack-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:66) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:652) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:635) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-6.2.0-SNAPSHOT.jar:6.2.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
[2018-01-04T05:50:52,061][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/LjGr3ngaRdOukuwi7WRkPA] deleting index
[2018-01-04T05:50:52,459][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:53,273][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:53,498][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:54,841][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test/TacHHFTyQqiPfyZOnraTNg] create_mapping [test]
[2018-01-04T05:50:55,573][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test/TacHHFTyQqiPfyZOnraTNg] deleting index
[2018-01-04T05:50:56,098][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:56,338][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:56,364][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_1] creating index, cause [auto(bulk api)], templates [], shards [5]/[1], mappings []
[2018-01-04T05:50:58,725][INFO ][o.e.c.m.MetaDataMappingService] [node-0] [test_1/Z0dSD1_wS2aET9d86DxDNA] create_mapping [test]
[2018-01-04T05:50:58,762][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_1/Z0dSD1_wS2aET9d86DxDNA] deleting index
[2018-01-04T05:50:58,813][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:50:59,539][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
[2018-01-04T05:50:59,854][INFO ][o.e.c.m.MetaDataCreateIndexService] [node-0] [test_index] creating index, cause [api], templates [], shards [5]/[0], mappings []
[2018-01-04T05:51:01,672][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[test_index][4]] ...]).
[2018-01-04T05:51:01,692][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] closing indices [[[test_index/jLQ2_5L9S56GqpBkizLsMw]]]
[2018-01-04T05:51:01,713][INFO ][o.e.c.m.MetaDataIndexStateService] [node-0] opening indices [[[test_index/jLQ2_5L9S56GqpBkizLsMw]]]
[2018-01-04T05:51:03,091][INFO ][o.e.c.r.a.AllocationService] [node-0] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[test_index][1]] ...]).
[2018-01-04T05:51:03,254][INFO ][o.e.c.m.MetaDataDeleteIndexService] [node-0] [test_index/jLQ2_5L9S56GqpBkizLsMw] deleting index
[2018-01-04T05:51:03,580][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Starting template upgrade to version 6.2.0, 7 templates will be updated and 0 will be removed
[2018-01-04T05:51:04,337][INFO ][o.e.c.m.TemplateUpgradeService] [node-0] Finished upgrading templates to version 6.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment