Nick Vatamaniuc

Results 338 comments of Nick Vatamaniuc

I think it might be doable if we record a few more bits in the checkpoint documents and change their shape a bit. * That's true that we don't record...

Cleaning some old issues, I was trying to validate if this performance problem still occurs. It seems the reproducer gist script is now deleted. @igorski89 by chance would you still...

The response to `_revs_diff` will be empty if the revisions from the POST request are already on the server. If the revisions are not on the server it will return...

@tudordumitriu if replications are set up, and a particular document is updated, thenthe replicator will attempt to replicate all the missing revisions from the source to the target. So, for...

@tudordumitriu `winning_revs_only` was implemented in https://github.com/apache/couchdb/pull/4095 and should be part of the next Apache CouchDB release (likely 3.3)

@sbagati it looks like the replicator cannot make requests to the _session endpoint. It's getting a timeout. Can try logging in on that node and use curl to perform the...

@sbagati It looks like the the connection failed with a timeout `{error,{error,{conn_failed,{error,etimedout}}}}}`. It's hard to say why it failed beyond that. Could be a proxy/firewall issue, invalid port, or a...

It looks like the compactor is failing to compact the database. It's hard to say immediately why, but behaves as if the documents appeared in the sequence index but then...

Thanks for trying on 1.7. One last possible thing to try could be to replicate the database to a new database. If that fails as well, and there is a...

This is a nice PR to have. I will test with with buggify mode enabled and with some of the recent fixes to handle multiple-responses reverted (to validate that we...