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/03/11 21:30:00 UTC

[jira] [Created] (SOLR-14323) Add the ability for post-distributed UpdateRequestProcessors to modify the final update Response

Houston Putman created SOLR-14323:
-------------------------------------

             Summary: Add the ability for post-distributed UpdateRequestProcessors to modify the final update Response
                 Key: SOLR-14323
                 URL: https://issues.apache.org/jira/browse/SOLR-14323
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: UpdateRequestProcessors
            Reporter: Houston Putman


Currently it is possible for an URP to alter the response for an update. However an URP is placed after the {{DistrubutedUpdateRequestProcessor}} in the chain and adds information to its response the information is sent back in the response to the originating Solr Node and then ignored by the DURP. Thus the response to the user does not contain this info.

I propose that URPs are given the ability to merge the responses they sent back in each replica request, so that the DURP can then add the merged responses to the user response.



--
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