Andrzej Bialecki created SOLR-18409:
---------------------------------------

             Summary: CrossDC Producer: shouldMirror not whitelisted for 
distrib update requests
                 Key: SOLR-18409
                 URL: https://issues.apache.org/jira/browse/SOLR-18409
             Project: Solr
          Issue Type: Bug
    Affects Versions: 9.10.1, 10.0, main(11.0)
            Reporter: Andrzej Bialecki
            Assignee: Andrzej Bialecki


{{MirroringUpdateRequestProcessorFactory.getInstance}} reads {{shouldMirror}} 
from the request params, with default value of true if missing, and sets it to 
{{false}} on mirroredParams, later used for distrib dispatch, but never calls 
{{{}DistributedUpdateProcessorFactory.addParamToDistributedRequestWhitelist{}}}.
 Solr's {{DistributedUpdateProcessor.filterParams}} copies only whitelisted 
params onto forwarded sub-requests, so the anti-loop flag is dropped on every 
distributed hop.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to