davisp commented on a change in pull request #470: Scheduling Replicator
URL: https://github.com/apache/couchdb/pull/470#discussion_r110425373
 
 

 ##########
 File path: src/couch/src/couch_doc.erl
 ##########
 @@ -270,6 +270,9 @@ transfer_fields([{<<"_replication_state">>, _} = Field | 
Rest],
 transfer_fields([{<<"_replication_state_time">>, _} = Field | Rest],
     #doc{body=Fields} = Doc) ->
     transfer_fields(Rest, Doc#doc{body=[Field|Fields]});
+transfer_fields([{<<"_replication_start_time">>, _} = Field | Rest],
 
 Review comment:
   Did we add this or was it just always missing? Adding _ fields to docs will 
lead to oddness with the replicator when replicating to versions of couch that 
don't allow this field.
 
----------------------------------------------------------------
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