davisp commented on issue #496: Couchdb 3287 pluggable storage engines
URL: https://github.com/apache/couchdb/pull/496#issuecomment-302251567
 
 
   @tonysun83 Hrm, I'll add a test for that case and try and track down what's 
causing the 500's with the bad engine. For that and for the replicator function 
clause its probably a bad rebase or refactor somewhere.
   
   For the replication you're trying I'd expect that to not work I think. 
Adding URL strings to replication URLs seems like it'd not work so hot. Can you 
check what documents have been added? My guess is that the URL string is 
screwing things up and the replicator ends up posting random data that gets a 
UUID since the target database would interpret everything after the ? as a 
query parameter. Once its created any post would probably be interpreted as a 
request to create a new document. And that's not PSE specific. A similar test 
on not-PSE would be to try and specify a Q or N parameter in the target URL. 
I'd expect similar results there.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to