Stuart Wright
Well-known member
I upgraded the forum to 1.5.11 and enhanced search to 1.1.6 from the previous versions this morning at about 10am.
In the last hour (so 7 hours later) all of a sudden we can't open threads or we get an error:
Is there any help with regard to what changed in 1.1.6?
Thanks
In the last hour (so 7 hours later) all of a sudden we can't open threads or we get an error:
XenForo_Exception: Elasticsearch error: {"root_cause":[{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@21bf6c99 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818238]]"},{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@3ca31432 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818265]]"},{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@10f55c1a on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818294]]"},{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@3ac565a4 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818318]]"},{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@3d7b3582 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818356]]"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"xfavforums","node":"g4T7VLxDTV--dQJNvBReVQ","reason":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@21bf6c99 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818238]]"}},{"shard":1,"index":"xfavforums","node":"g4T7VLxDTV--dQJNvBReVQ","reason":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@3ca31432 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818265]]"}},{"shard":2,"index":"xfavforums","node":"g4T7VLxDTV--dQJNvBReVQ","reason":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@10f55c1a on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818294]]"}},{"shard":3,"index":"xfavforums","node":"g4T7VLxDTV--dQJNvBReVQ","reason":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@3ac565a4 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818318]]"}},{"shard":4,"index":"xfavforums","node":"g4T7VLxDTV--dQJNvBReVQ","reason":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.transport.TransportService$4@3d7b3582 on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2f5a759e[Running, pool size = 49, active threads = 49, queued tasks = 1000, completed tasks = 764818356]]"}}]} - library/XenES/Search/SourceHandler/ElasticSearch.php:1006
Generated By: stopher, 17 minutes ago
I have had to disabled enhanced search so people can get to threads but our editorial system assumes Enhanced Search is running so we're getting lots of server errors every second.#0 /home/sites/avforums/public_html/library/XenES/Search/SourceHandler/ElasticSearch.php(361): XenES_Search_SourceHandler_ElasticSearch->_logSearchResponseError(Object(stdClass), true)
#1 /home/sites/avforums/public_html/library/Editorial/Search/SourceHandler/ElasticSearch.php(163): XenES_Search_SourceHandler_ElasticSearch->executeSearch('Multi OR LNB', true, Array, Array, 'thread', 5, Object(XenForo_Search_DataHandler_Post))
#2 /home/sites/avforums/public_html/library/AVForums/ThreadProduct/Search/SourceHandler/ElasticSearch.php(228): Editorial_Search_SourceHandler_ElasticSearch->executeSearch('Multi |LNB', true, Array, Array, 'thread', 5, Object(XenForo_Search_DataHandler_Post))
#3 /home/sites/avforums/public_html/library/XenForo/Search/SourceHandler/Abstract.php(149): AVForums_ThreadProduct_Search_SourceHandler_ElasticSearch->executeSearch('Multi |LNB', true, Array, Array, 'thread', 5, Object(XenForo_Search_DataHandler_Post))
#4 /home/sites/avforums/public_html/library/XenForo/Search/Searcher.php(109): XenForo_Search_SourceHandler_Abstract->searchType(Object(XenForo_Search_DataHandler_Post), 'Multi |LNB', Array, 'relevance', 1, 5)
#5 /home/sites/avforums/public_html/library/XMWidgets/Threads/Similar.php(64): XenForo_Search_Searcher->searchType(Object(XenForo_Search_DataHandler_Post), 'Multi |LNB', Array, 'relevance', 1, 5)
#6 /home/sites/avforums/public_html/library/WidgetFramework/WidgetRenderer.php(683): XMWidgets_Threads_Similar->_render(Array, 'thread_view', Array, Object(XenForo_Template_Public))
#7 /home/sites/avforums/public_html/library/WidgetFramework/Core.php(397): WidgetFramework_WidgetRenderer->render(Array, 'thread_view', Array, Object(XenForo_Template_Public), Object(_WidgetFramework_ArrayOfString))
#8 /home/sites/avforums/public_html/library/WidgetFramework/Core.php(316): WidgetFramework_Core->_renderWidgetsFor('thread_view', Array, Object(XenForo_Template_Public), Object(_WidgetFramework_ArrayOfString))
#9 /home/sites/avforums/public_html/library/WidgetFramework/Listener.php(126): WidgetFramework_Core->renderWidgetsFor('thread_view', Array, Object(XenForo_Template_Public), Array)
#10 /home/sites/avforums/public_html/library/XenForo/CodeEvent.php(58): WidgetFramework_Listener::template_post_render('thread_view', '\n\n\t\n\t\n\n\n\n\n\n\n\n\n\n...', Array, Object(XenForo_Template_Public))
#11 /home/sites/avforums/public_html/library/XenForo/Template/Abstract.php(195): XenForo_CodeEvent::fire('template_post_r...', Array, 'thread_view')
#12 /home/sites/avforums/public_html/library/XenForo/Template/Public.php(110): XenForo_Template_Abstract->render()
#13 /home/sites/avforums/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(124): XenForo_Template_Public->render()
#14 /home/sites/avforums/public_html/library/XenForo/FrontController.php(639): XenForo_ViewRenderer_HtmlPublic->renderContainer(Object(XenForo_Template_Public), Array)
#15 /home/sites/avforums/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#16 /home/sites/avforums/public_html/index.php(13): XenForo_FrontController->run()
#17 {main}
Request State
array(3) {
["url"] => string(51) "https://www.avforums.com/threads/multi-lnb.2060803/"
["_GET"] => array(1) {
["/threads/multi-lnb_2060803/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
Is there any help with regard to what changed in 1.1.6?
Thanks