You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Erick Erickson (Jira)" <ji...@apache.org> on 2020/08/06 12:05:00 UTC

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

Erick Erickson created SOLR-14715:
-------------------------------------

             Summary: 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
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Erick Erickson


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