You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Filipe Manana (JIRA)" <ji...@apache.org> on 2011/02/16 21:18:24 UTC

[jira] Resolved: (COUCHDB-1024) New replicator implementation

     [ https://issues.apache.org/jira/browse/COUCHDB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filipe Manana resolved COUCHDB-1024.
------------------------------------

    Resolution: Fixed

Applied to trunk

> New replicator implementation
> -----------------------------
>
>                 Key: COUCHDB-1024
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1024
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Replication
>            Reporter: Filipe Manana
>            Assignee: Filipe Manana
>             Fix For: 1.2
>
>
> As recently posted to the development mailing:
> http://mail-archives.apache.org/mod_mbox/couchdb-dev/201101.mbox/%3CAANLkTi=NOsVDRUdYHiUGxQCjDXTNGNMOhPm9Bx=rS5ny@mail.gmail.com%3E
> ( shortened URL http://s.apache.org/KsY )
> There's a new replicator implementation. I won't explain here all the details since it's already done by that mail sent to the development list.
> @Adam, do you think you can give it a review?
> The full diff is at:  https://github.com/fdmanana/couchdb/compare/trunk_new_replicator
> Would be equally happy if others are able and willing to review and test as well.
> Also take note that some pull replications of databases with attachments created by prior CouchDB releases (including 1.0.1, but excluding the soon to be released 1.0.2) may hang forever. This is fixed by applying the patch for COUCHDB-1022 to the source server.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Resolved: (COUCHDB-1024) New replicator implementation

Posted by Damien Katz <da...@apache.org>.
Awesome work Filipe!

-Damien



On 2/16/11 12:45 PM, "Filipe David Manana" <fd...@apache.org> wrote:

>Thanks Paul :)
>
>On Wed, Feb 16, 2011 at 8:43 PM, Paul Davis <pa...@gmail.com>
>wrote:
>> Awesome work Filipe!
>>
>> On Wed, Feb 16, 2011 at 3:18 PM, Filipe Manana (JIRA) <ji...@apache.org>
>>wrote:
>>>
>>>     [ 
>>>https://issues.apache.org/jira/browse/COUCHDB-1024?page=com.atlassian.ji
>>>ra.plugin.system.issuetabpanels:all-tabpanel ]
>>>
>>> Filipe Manana resolved COUCHDB-1024.
>>> ------------------------------------
>>>
>>>    Resolution: Fixed
>>>
>>> Applied to trunk
>>>
>>>> New replicator implementation
>>>> -----------------------------
>>>>
>>>>                 Key: COUCHDB-1024
>>>>                 URL:
>>>>https://issues.apache.org/jira/browse/COUCHDB-1024
>>>>             Project: CouchDB
>>>>          Issue Type: Improvement
>>>>          Components: Replication
>>>>            Reporter: Filipe Manana
>>>>            Assignee: Filipe Manana
>>>>             Fix For: 1.2
>>>>
>>>>
>>>> As recently posted to the development mailing:
>>>> 
>>>>http://mail-archives.apache.org/mod_mbox/couchdb-dev/201101.mbox/%3CAAN
>>>>LkTi=NOsVDRUdYHiUGxQCjDXTNGNMOhPm9Bx=rS5ny@mail.gmail.com%3E
>>>> ( shortened URL http://s.apache.org/KsY )
>>>> There's a new replicator implementation. I won't explain here all the
>>>>details since it's already done by that mail sent to the development
>>>>list.
>>>> @Adam, do you think you can give it a review?
>>>> The full diff is at:
>>>>https://github.com/fdmanana/couchdb/compare/trunk_new_replicator
>>>> Would be equally happy if others are able and willing to review and
>>>>test as well.
>>>> Also take note that some pull replications of databases with
>>>>attachments created by prior CouchDB releases (including 1.0.1, but
>>>>excluding the soon to be released 1.0.2) may hang forever. This is
>>>>fixed by applying the patch for COUCHDB-1022 to the source server.
>>>
>>> --
>>> This message is automatically generated by JIRA.
>>> -
>>> For more information on JIRA, see:
>>>http://www.atlassian.com/software/jira
>>>
>>>
>>>
>>
>
>
>
>-- 
>Filipe David Manana,
>fdmanana@gmail.com, fdmanana@apache.org
>
>"Reasonable men adapt themselves to the world.
> Unreasonable men adapt the world to themselves.
> That's why all progress depends on unreasonable men."



Re: [jira] Resolved: (COUCHDB-1024) New replicator implementation

Posted by Filipe David Manana <fd...@apache.org>.
Thanks Paul :)

On Wed, Feb 16, 2011 at 8:43 PM, Paul Davis <pa...@gmail.com> wrote:
> Awesome work Filipe!
>
> On Wed, Feb 16, 2011 at 3:18 PM, Filipe Manana (JIRA) <ji...@apache.org> wrote:
>>
>>     [ https://issues.apache.org/jira/browse/COUCHDB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> Filipe Manana resolved COUCHDB-1024.
>> ------------------------------------
>>
>>    Resolution: Fixed
>>
>> Applied to trunk
>>
>>> New replicator implementation
>>> -----------------------------
>>>
>>>                 Key: COUCHDB-1024
>>>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1024
>>>             Project: CouchDB
>>>          Issue Type: Improvement
>>>          Components: Replication
>>>            Reporter: Filipe Manana
>>>            Assignee: Filipe Manana
>>>             Fix For: 1.2
>>>
>>>
>>> As recently posted to the development mailing:
>>> http://mail-archives.apache.org/mod_mbox/couchdb-dev/201101.mbox/%3CAANLkTi=NOsVDRUdYHiUGxQCjDXTNGNMOhPm9Bx=rS5ny@mail.gmail.com%3E
>>> ( shortened URL http://s.apache.org/KsY )
>>> There's a new replicator implementation. I won't explain here all the details since it's already done by that mail sent to the development list.
>>> @Adam, do you think you can give it a review?
>>> The full diff is at:  https://github.com/fdmanana/couchdb/compare/trunk_new_replicator
>>> Would be equally happy if others are able and willing to review and test as well.
>>> Also take note that some pull replications of databases with attachments created by prior CouchDB releases (including 1.0.1, but excluding the soon to be released 1.0.2) may hang forever. This is fixed by applying the patch for COUCHDB-1022 to the source server.
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>
>>
>>
>



-- 
Filipe David Manana,
fdmanana@gmail.com, fdmanana@apache.org

"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."

Re: [jira] Resolved: (COUCHDB-1024) New replicator implementation

Posted by David Coallier <da...@php.net>.
Definitely :) Looks very very promising!

On 16 February 2011 20:43, Paul Davis <pa...@gmail.com> wrote:
> Awesome work Filipe!
>
> On Wed, Feb 16, 2011 at 3:18 PM, Filipe Manana (JIRA) <ji...@apache.org> wrote:
>>
>>     [ https://issues.apache.org/jira/browse/COUCHDB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> Filipe Manana resolved COUCHDB-1024.
>> ------------------------------------
>>
>>    Resolution: Fixed
>>
>> Applied to trunk
>>
>>> New replicator implementation
>>> -----------------------------
>>>
>>>                 Key: COUCHDB-1024
>>>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1024
>>>             Project: CouchDB
>>>          Issue Type: Improvement
>>>          Components: Replication
>>>            Reporter: Filipe Manana
>>>            Assignee: Filipe Manana
>>>             Fix For: 1.2
>>>
>>>
>>> As recently posted to the development mailing:
>>> http://mail-archives.apache.org/mod_mbox/couchdb-dev/201101.mbox/%3CAANLkTi=NOsVDRUdYHiUGxQCjDXTNGNMOhPm9Bx=rS5ny@mail.gmail.com%3E
>>> ( shortened URL http://s.apache.org/KsY )
>>> There's a new replicator implementation. I won't explain here all the details since it's already done by that mail sent to the development list.
>>> @Adam, do you think you can give it a review?
>>> The full diff is at:  https://github.com/fdmanana/couchdb/compare/trunk_new_replicator
>>> Would be equally happy if others are able and willing to review and test as well.
>>> Also take note that some pull replications of databases with attachments created by prior CouchDB releases (including 1.0.1, but excluding the soon to be released 1.0.2) may hang forever. This is fixed by applying the patch for COUCHDB-1022 to the source server.
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>
>>
>>
>



-- 
David Coallier

Re: [jira] Resolved: (COUCHDB-1024) New replicator implementation

Posted by Paul Davis <pa...@gmail.com>.
Awesome work Filipe!

On Wed, Feb 16, 2011 at 3:18 PM, Filipe Manana (JIRA) <ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/COUCHDB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Filipe Manana resolved COUCHDB-1024.
> ------------------------------------
>
>    Resolution: Fixed
>
> Applied to trunk
>
>> New replicator implementation
>> -----------------------------
>>
>>                 Key: COUCHDB-1024
>>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1024
>>             Project: CouchDB
>>          Issue Type: Improvement
>>          Components: Replication
>>            Reporter: Filipe Manana
>>            Assignee: Filipe Manana
>>             Fix For: 1.2
>>
>>
>> As recently posted to the development mailing:
>> http://mail-archives.apache.org/mod_mbox/couchdb-dev/201101.mbox/%3CAANLkTi=NOsVDRUdYHiUGxQCjDXTNGNMOhPm9Bx=rS5ny@mail.gmail.com%3E
>> ( shortened URL http://s.apache.org/KsY )
>> There's a new replicator implementation. I won't explain here all the details since it's already done by that mail sent to the development list.
>> @Adam, do you think you can give it a review?
>> The full diff is at:  https://github.com/fdmanana/couchdb/compare/trunk_new_replicator
>> Would be equally happy if others are able and willing to review and test as well.
>> Also take note that some pull replications of databases with attachments created by prior CouchDB releases (including 1.0.1, but excluding the soon to be released 1.0.2) may hang forever. This is fixed by applying the patch for COUCHDB-1022 to the source server.
>
> --
> This message is automatically generated by JIRA.
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>