Fixed in trunk. Thanks for the report Markus. Thanks for the patch Filipe. Yay open source.
On Mon, Feb 22, 2010 at 9:26 AM, Filipe David Manana <[email protected]> wrote: > Hi Markus, > > I created a ticket for it: > https://issues.apache.org/jira/browse/COUCHDB-663 > > cheers > > On Mon, Feb 22, 2010 at 10:55 AM, Markus Jelsma <[email protected]> wrote: > >> purge_seq gets incremented for each _purge request. But there is a small >> issue: >> >> >> # curl -X GET http://localhost:5984/idm/ >> >> {"db_name":"idm","doc_count":7,"doc_del_count":0,"update_seq":27,"purge_seq":12,"compact_running":false,"disk_size":110680,"instance_start_time":"1266831271770843","disk_format_version":4} >> >> >> # curl -X POST http://localhost:5984/idm/_purge -d '{}' >> {"purge_seq":28,"purged":{}} >> >> >> # curl -X GET http://localhost:5984/idm/ >> >> {"db_name":"idm","doc_count":7,"doc_del_count":0,"update_seq":28,"purge_seq":13,"compact_running":false,"disk_size":114776,"instance_start_time":"1266831271770843","disk_format_version":4} >> >> >> # curl -X POST http://localhost:5984/idm/_purge -d '{}' >> {"purge_seq":29,"purged":{}} >> >> >> >> Check it out! Purging returns update_seq instead. >> >> >> >> >> Markus Jelsma - Technisch Architect - Buyways BV >> http://www.linkedin.com/in/markus17 >> 050-8536620 <http://www.linkedin.com/in/markus17%0A050-8536620> / >> 06-50258350 >> >> > > > -- > Filipe David Manana, > [email protected] > PGP key - http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC569452B > > "Reasonable men adapt themselves to the world. > Unreasonable men adapt the world to themselves. > That's why all progress depends on unreasonable men." >
