[
https://issues.apache.org/jira/browse/SOLR-8009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419260#comment-17419260
]
choco edited comment on SOLR-8009 at 9/24/21, 3:28 PM:
-------------------------------------------------------
Is there a workaround for this? I'm having the same issue with using the
implicit router. I'm working with 8.9. This seems like a major bug considering
it says this in the ref guide: "
Do *NOT* disable the realtime get handler at {{/get}} if you are using
SolrCloud. Doing so will result in any leader election to cause a full sync in
*ALL* replicas for the shard in question.
Similarly, a replica recovery will also always fetch the complete index from
the leader because a partial sync will not be possible in the absence of this
handler."
was (Author: choco890):
Is there a workaround for this? I'm having the same issue with using the
implicit router. I'm working with 8.9.
> 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
> Affects Versions: 5.3
> Reporter: Crawdaddy
> Priority: Major
> Labels: get
>
> 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
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]