Skip to content

Instantly share code, notes, and snippets.

@jacobcerda
Created March 23, 2020 22:29
Show Gist options
  • Save jacobcerda/cd0efd12ccad3ff98262058ef2d379e6 to your computer and use it in GitHub Desktop.
Save jacobcerda/cd0efd12ccad3ff98262058ef2d379e6 to your computer and use it in GitHub Desktop.
2020-03-23 22:23:14.388 ERROR [http-nio-7070-exec-6][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "must" : [_ {_ "terms" : {_ "groupId" : [_ "37228"_ ],_ "boost" : 1.0_ }_ },_ {_ "terms" : {_ "scopeGroupId" : [_ "37228"_ ],_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.price.list.model.CommercePriceList",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "commerceAccountId",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "term" : {_ "commerceAccountId" : {_ "value" : "38780",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "must" : [_ {_ "terms" : {_ "groupId" : [_ "37228"_ ],_ "boost" : 1.0_ }_ },_ {_ "terms" : {_ "scopeGroupId" : [_ "37228"_ ],_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.price.list.model.CommercePriceList",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "commerceAccountId",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "term" : {_ "commerceAccountId" : {_ "value" : "38780",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:14.425 ERROR [http-nio-7070-exec-6][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "39012",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "39012",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:14.482 ERROR [http-nio-7070-exec-6][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "38975",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "38975",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:14.505 ERROR [http-nio-7070-exec-6][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "38938",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "38938",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:14.521 ERROR [http-nio-7070-exec-6][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "38884",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_PRODUCT",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_asset_category_ids" : [_ "38669"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_asset_category_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "terms" : {_ "target_pricing_class_ids" : [ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_pricing_class_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "target_product_ids" : {_ "value" : "38884",_ "boost" : 1.0_ }_ }_ },_ {_ "bool" : {_ "must_not" : [_ {_ "exists" : {_ "field" : "target_product_ids",_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:18.791 ERROR [http-nio-7070-exec-2][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_SHIPPING",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_SHIPPING",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:18.803 ERROR [http-nio-7070-exec-2][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_SUBTOTAL",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_SUBTOTAL",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-23 22:23:18.807 ERROR [http-nio-7070-exec-2][ElasticsearchIndexSearcher:169] java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_TOTAL",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
java.lang.RuntimeException: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query], all shards failed; shardFailures {[Qls3EPOgQp2HWKGMqPDvlw][liferay-20101][0]: RemoteTransportException[[Qls3EPO][127.0.0.1:9301][indices:data/read/search[phase/query]]]; nested: QueryShardException[failed to create query: {_ "bool" : {_ "must" : [_ {_ "match_all" : {_ "boost" : 1.0_ }_ }_ ],_ "filter" : [_ {_ "bool" : {_ "must" : [_ {_ "bool" : {_ "should" : [_ {_ "bool" : {_ "must" : [_ {_ "term" : {_ "entryClassName" : {_ "value" : "com.liferay.commerce.discount.model.CommerceDiscount",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "active" : {_ "value" : "true",_ "boost" : 1.0_ }_ }_ },_ {_ "term" : {_ "targetType" : {_ "value" : "APPLY_TO_TOTAL",_ "boost" : 1.0_ }_ }_ },_ {_ "terms" : {_ "status" : [_ "0"_ ],_ "boost" : 1.0_ }_ },_ {_ "bool" : {_ "should" : [_ {_ "term" : {_ "commerceAccountGroupIds_required_matches" : {_ "value" : "0",_ "boost" : 1.0_ }_ }_ },_ {_ "terms_set" : {_ "commerceAccountGroupIds" : {_ "terms" : [_ "38770",_ "38772"_ ],_ "minimum_should_match_field" : "commerceAccountGroupIds_required_matches",_ "boost" : 1.0_ }_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_ }_ ],_ "adjust_pure_negative" : true,_ "boost" : 1.0_ }_}]; nested: IllegalArgumentException[Fielddata is disabled on text fields by default. Set fielddata=true on [commerceAccountGroupIds_required_matches] 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.]; } [Sanitized]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:296)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:133)
at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:259)
at org.elasticsearch.action.search.InitialSearchPhase.onShardFailure(InitialSearchPhase.java:100)
at org.elasticsearch.action.search.InitialSearchPhase.access$100(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.lambda$onFailure$1(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.InitialSearchPhase.maybeFork(InitialSearchPhase.java:174)
at org.elasticsearch.action.search.InitialSearchPhase.access$000(InitialSearchPhase.java:48)
at org.elasticsearch.action.search.InitialSearchPhase$2.onFailure(InitialSearchPhase.java:220)
at org.elasticsearch.action.search.SearchExecutionStatsCollector.onFailure(SearchExecutionStatsCollector.java:73)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:59)
at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleException(SearchTransportService.java:463)
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1114)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.processException(TransportService.java:1226)
at org.elasticsearch.transport.TransportService$DirectResponseChannel.sendResponse(TransportService.java:1200)
at org.elasticsearch.transport.TaskTransportChannel.sendResponse(TaskTransportChannel.java:60)
at org.elasticsearch.action.support.ChannelActionListener.onFailure(ChannelActionListener.java:56)
at org.elasticsearch.search.SearchService$2.onFailure(SearchService.java:367)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:361)
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:355)
at org.elasticsearch.search.SearchService$4.doRun(SearchService.java:1107)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:41)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:751)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment