You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Houston Putman (Jira)" <ji...@apache.org> on 2020/08/19 21:26:03 UTC

[jira] [Updated] (SOLR-14715) Update processor initialization should be skipped on PULL replicas

     [ https://issues.apache.org/jira/browse/SOLR-14715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Houston Putman updated SOLR-14715:
----------------------------------
    Security:     (was: Public)

> Update processor initialization should be skipped on PULL replicas
> ------------------------------------------------------------------
>
>                 Key: SOLR-14715
>                 URL: https://issues.apache.org/jira/browse/SOLR-14715
>             Project: Solr
>          Issue Type: Test
>            Reporter: Erick Erickson
>            Priority: Major
>
> From the user's list:
> {quote}
> Our PULL replicas... fail to start with below
> exception when DocBasedVersionConstraintsProcessorFactory is added to
> UpdateProcessorChain.
> Caused by: org.apache.solr.common.SolrException: updateLog must be enabled.
>        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1014)
>        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:869)
>        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1138)
>        ... 45 more
> Caused by: org.apache.solr.common.SolrException: updateLog must be enabled.
>        at
> org.apache.solr.update.processor.DocBasedVersionConstraintsProcessorFactory.inform(DocBasedVersionConstraintsProcessorFactory.java:168)
>        at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:696)
>        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:993)
>        ... 47 more
> {quote}
> and Tomás' reply:
> {quote}
> This is an interesting bug. I’m wondering if we can completely skip the
> initialization of UpdateRequestProcessorFactories in PULL replicas...
> {quote}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org