[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-09-17 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet 
implemented"
URL: https://github.com/apache/couchdb/issues/1378#issuecomment-422020455
 
 
   @LastStarDust Clustered purge is not in CouchDB 2.2, but was just merged to 
CouchDB master branch. You can see more information about this new feature from 
https://github.com/apache/couchdb-documentation/pull/285/files.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-08 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet 
implemented"
URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395761526
 
 
   I can't accurately say when it will be released for now because there are 
multiple factors to decide how long it will take to complete this feature. But 
it should be available in near future. Also, the clustered purge is also to 
provide REST API approach for usage. 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-08 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet 
implemented"
URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395687730
 
 
   For single node purge, you need to use `couch_db:purge_docs(Db1, 
[{<<"doc1">>, [Rev1]}]).` to purge document. However, you need to stop mem3 to 
avoid unexpected replication. Also anyway this may cause the rebuild of index. 
If you can accept these side effects, you can have a try with local node purge. 
   
   @davisp and myself are working on clustered purge and code was under review 
process.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-07 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet 
implemented"
URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395344193
 
 
   Clustered Purge is under development. Hopefully it can help solve your 
problem once it lands. 


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:
us...@infra.apache.org


With regards,
Apache Git Services