nickva opened a new pull request, #5596:
URL: https://github.com/apache/couchdb/pull/5596

   In commit caa4f9b3557e0bc6253b3099fef51903c0b5707c we optimized query args 
validation so it happens on the coordinator side only. However, during online 
cluster upgrades some requests like _all_docs from old nodes executed on newly 
upgrades nodes will fail as the args won't be validated.
   
   To bridge the online upgrade gap add a `validated` optional flag to args. If 
the flag is not set, the workers will validate the args; if the flag is already 
set by the coordinator, they won't be revalidated, so we don't lose the minor 
performance gain from having to validate them twice.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to