svn commit: r1003510 - /couchdb/branches/new_replicator/src/couchdb/couch_replicate.erl

2010-10-01 Thread fdmanana
Author: fdmanana Date: Fri Oct 1 12:26:45 2010 New Revision: 1003510 URL: http://svn.apache.org/viewvc?rev=1003510view=rev Log: New replicator: delete old file couch_replicate.erl (forgotten in previous commit). Removed: couchdb/branches/new_replicator/src/couchdb/couch_replicate.erl

svn commit: r1003599 - in /couchdb/branches/new_replicator/src/couchdb: couch_replicator.erl couch_replicator_doc_copiers.erl couch_replicator_rev_finders.erl

2010-10-01 Thread fdmanana
Author: fdmanana Date: Fri Oct 1 18:00:48 2010 New Revision: 1003599 URL: http://svn.apache.org/viewvc?rev=1003599view=rev Log: New replicator: avoid having a replication gen_server receiving 1 message for each processed source sequence. Now it groups them into lists with size up to

svn commit: r1003620 - /couchdb/trunk/src/couchdb/couch_httpd_auth.erl

2010-10-01 Thread jchris
Author: jchris Date: Fri Oct 1 19:09:23 2010 New Revision: 1003620 URL: http://svn.apache.org/viewvc?rev=1003620view=rev Log: downgrade log line from error to debug output Modified: couchdb/trunk/src/couchdb/couch_httpd_auth.erl Modified: couchdb/trunk/src/couchdb/couch_httpd_auth.erl URL:

svn commit: r1003701 - in /couchdb/trunk/src/couchdb: couch_view.erl couch_view_group.erl

2010-10-01 Thread jchris
Author: jchris Date: Fri Oct 1 23:05:30 2010 New Revision: 1003701 URL: http://svn.apache.org/viewvc?rev=1003701view=rev Log: close db handles after using them to get view groups Modified: couchdb/trunk/src/couchdb/couch_view.erl couchdb/trunk/src/couchdb/couch_view_group.erl Modified:

svn commit: r1003706 - /couchdb/trunk/src/couchdb/couch_view_group.erl

2010-10-01 Thread jchris
Author: jchris Date: Fri Oct 1 23:31:59 2010 New Revision: 1003706 URL: http://svn.apache.org/viewvc?rev=1003706view=rev Log: remove vestigal db handle that will just be replaced by couch_view_updater anyway Modified: couchdb/trunk/src/couchdb/couch_view_group.erl Modified:

svn commit: r1003718 - in /couchdb/branches/1.0.x/src/couchdb: couch_view.erl couch_view_group.erl

2010-10-01 Thread jchris
Author: jchris Date: Sat Oct 2 00:05:59 2010 New Revision: 1003718 URL: http://svn.apache.org/viewvc?rev=1003718view=rev Log: backport r1003701 (fix db file ref count in view generation Modified: couchdb/branches/1.0.x/src/couchdb/couch_view.erl

svn commit: r1003723 - /couchdb/trunk/src/couchdb/couch_view.erl

2010-10-01 Thread jchris
Author: jchris Date: Sat Oct 2 00:50:49 2010 New Revision: 1003723 URL: http://svn.apache.org/viewvc?rev=1003723view=rev Log: using an infinity timeout in places where we wait on disk io Modified: couchdb/trunk/src/couchdb/couch_view.erl Modified: couchdb/trunk/src/couchdb/couch_view.erl

svn commit: r1003724 - in /couchdb/branches/new_replicator/src/couchdb: couch_replicator_doc_copiers.erl couch_replicator_rev_finders.erl

2010-10-01 Thread fdmanana
Author: fdmanana Date: Sat Oct 2 00:53:15 2010 New Revision: 1003724 URL: http://svn.apache.org/viewvc?rev=1003724view=rev Log: New replicator: accumulate stats where possible to avoid flooding replication gen_servers with tons of messages. Modified:

svn commit: r1003726 - /couchdb/branches/1.0.x/src/couchdb/couch_view.erl

2010-10-01 Thread jchris
Author: jchris Date: Sat Oct 2 01:12:43 2010 New Revision: 1003726 URL: http://svn.apache.org/viewvc?rev=1003726view=rev Log: using an infinity timeout in places where we wait on disk io Modified: couchdb/branches/1.0.x/src/couchdb/couch_view.erl Modified: