Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "HttpGetActiveTasks" page has been changed by RussellBranca: http://wiki.apache.org/couchdb/HttpGetActiveTasks?action=diff&rev1=6&rev2=7 Comment: Add current 4 active task types and provide an example output for the fourth. == Changes in CouchDB 1.2.0 == - The 1.2.0 release offers a more granular active tasks output. Basically, each task can have different properties which are only meaningful for that particular task type. + The 1.2.0 release offers a more granular active tasks output. Basically, each task can have different properties which are only meaningful for that particular task type. There are currently 4 active task types: "indexer", "replication", "database_compaction", and "view_compaction". === Example === @@ -70, +70 @@ "target": "indexer_test", "type": "replication", "updated_on": 1316230082 + }, + { + "pid":"<0.19211.43>", + "changes_done":4108, + "database":"compaction_test", + "progress":26, + "started_on":1344535100, + "total_changes":15344, + "type":"database_compaction", + "updated_on":1344535102 } ] }}}
