Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-chttpd/pull/72#issuecomment-139793781
  
    Also, it seems not all properties could be used for filtering:
    ```
    $ http --json http://localhost:15984/_active_tasks/continuous/true
    [
        {
            "changes_pending": 1692895,
            "checkpoint_interval": 5000,
            "checkpointed_source_seq": 57182,
            "continuous": true,
            "doc_id": null,
            "doc_write_failures": 0,
            "docs_read": 6118,
            "docs_written": 6118,
            "missing_revisions_found": 6118,
            "node": "[email protected]",
            "pid": "<0.1641.0>",
            "replication_id": 
"a2d6fd6b275527acdf245abca30d7597+continuous+create_target",
            "revisions_checked": 6118,
            "source": "http://localhost:5984/hashes/";,
            "source_seq": 57182,
            "started_on": 1442074677,
            "target": "http://127.0.0.1:15984/hashes/";,
            "through_seq": 57182,
            "type": "replication",
            "updated_on": 1442075004,
            "user": null
        }
    ]
    
    $ http --json http://localhost:15984/_active_tasks/node/node1%40127.0.0.1
    []
    
    $ http --json http --json 
http://localhost:15984/_active_tasks/pid/%3C0.1641.0%3E
    []
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to