Crawdaddy created SOLR-8009:
-------------------------------
Summary: RealTimeGet NPE with implicit router-based collection
Key: SOLR-8009
URL: https://issues.apache.org/jira/browse/SOLR-8009
Project: Solr
Issue Type: Bug
Components: SolrCloud
Reporter: Crawdaddy
A NPE is thrown when attempting a GET against an implicit-router based
collection:
ERROR - 2015-09-03 21:26:24.308; [c:rti s:shard-3 r:core_node1
x:rti_shard-3_replica1] org.apache.solr.common.SolrException;
java.lang.NullPointerException
at
org.apache.solr.handler.component.RealTimeGetComponent.createSubRequests(RealTimeGetComponent.java:405)
at
org.apache.solr.handler.component.RealTimeGetComponent.distributedProcess(RealTimeGetComponent.java:362)
at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:327)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
at
com.twe.solr.searchcomponent.TargetSetDataGenerator$1.run(TargetSetDataGenerator.java:424)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]