nickva commented on issue #4639:
URL: https://github.com/apache/couchdb/issues/4639#issuecomment-1587815799

   Not sure about 
[use_bulk_get](https://docs.couchdb.org/en/stable/config/replicator.html#replicator/use_bulk_get).
 It should not attempt to use to use the  _bulk_get endpoint if it's set to 
`false`. Would you be able to create a smaller repoducer script?
   
   I had tried it locally I saw no bulk_get attempts made with:
   
   ```
   http put $DB/a
   http put $DB/a/doc1 a=b
   http put $DB/a/doc2 a=b
   http put $DB/a/doc3 a=b
   http put $DB/_replicator/ab source=$DB/a target=$DB/c continuous:='true' 
use_bulk_get:='false' create_target:='true'
   
   http $DB/_scheduler/jobs
   {
       "jobs": [
           {
               "database": "_replicator",
               "doc_id": "ab",
               "history": [
                   {
                       "timestamp": "2023-06-12T17:58:16Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2023-06-12T17:58:16Z",
                       "type": "added"
                   }
               ],
               "id": 
"3738529f4ee2354407f06fc91e383d4a+continuous+create_target",
               "info": {
                   "bulk_get_attempts": 0,
                   "bulk_get_docs": 0,
                   "changes_pending": null,
                   "checkpointed_source_seq": "0",
                   "doc_write_failures": 0,
                   "docs_read": 3,
                   "docs_written": 3,
                   "missing_revisions_found": 3,
                   "revisions_checked": 3,
                   "source_seq": 
"3-g1AAAACTeJzLYWBgYMpgTmHgz8tPSTV0MDQy1zMAQsMckEQiQ1L9____szKYE5lygQLsqWYGaZaJRpjKcRqRxwIkGRqA1H-oSYxgk8wMzVJNEs0wdWUBAFZWJEc",
                   "through_seq": 
"3-g1AAAACTeJzLYWBgYMpgTmHgz8tPSTV0MDQy1zMAQsMckEQiQ1L9____szKYE5lygQLsqWYGaZaJRpjKcRqRxwIkGRqA1H-oSYxgk8wMzVJNEs0wdWUBAFZWJEc"
               },
               "node": "[email protected]",
               "pid": "<0.2518.0>",
               "source": "http://127.0.0.1:15984/a/";,
               "start_time": "2023-06-12T17:58:16Z",
               "target": "http://127.0.0.1:15984/c/";,
               "user": null
           }
       ],
       "offset": 0,
       "total_rows": 1
   }
   ```


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