nickva opened a new pull request #1393: Switch away from passing funs between 
nodes when uploading attachments
URL: https://github.com/apache/couchdb/pull/1393
 
 
   Passing closures around is fragile and prevents smooth upgrading. Instead 
pass
   a tuple with a data from the receiver closure explicitly and convert to back 
to
   a local fun locally on each node.
   
   Config options `[fabric] attachment_receiver_tuple` controls how receivers 
are
   encoded. To upgrade a cluster to use the new format, first upgrade all nodes 
to
   the new code, then flip the value to `true`. In the future, the option and 
the
   old closure handling code will be removed.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to