[
https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164799#comment-16164799
]
ASF subversion and git services commented on COUCHDB-3288:
----------------------------------------------------------
Commit fc3939c448802f3d0dc57e1709b389d86ecfe5e5 in couchdb's branch
refs/heads/COUCHDB-3287-pluggable-storage-engines from [~vatamane]
[ https://gitbox.apache.org/repos/asf?p=couchdb.git;h=fc3939c ]
Handle attachments downgrades in a mixed cluster environment
Previously attachment uploading from a PSE to non-PSE node would
fail as the attachment streaming API changed between version.
This commit handles downgrading attachment streams from PSE nodes so that
non-PSE nodes can write them.
COUCHDB-3288
> Allow mixed clusters for PSE deployment
> ---------------------------------------
>
> Key: COUCHDB-3288
> URL: https://issues.apache.org/jira/browse/COUCHDB-3288
> Project: CouchDB
> Issue Type: Improvement
> Reporter: Paul Joseph Davis
>
> To enable a mixed cluster upgrade (i.e., rolling reboot upgrade) we need to
> do some preparatory work to remove access to the #db{} record since this
> record is shared between nodes.
> This work is all straight forward and just involves changing things like
> Db#db.main_pid to couch_db:get_main_pid(Db) or similar.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)