[ZODB-Dev] zodbupdate branch sylvain-persistent-load

2010-02-01 Thread Sylvain Viollon
ease my work now, since I need to use it in production environment. Since there is lot of changes, I can release it as a fork as well, if it's not possible to merge it with the trunk. Regards, Sylvain, -- Sylvain Viollon -- Infrae t +31 10 243 7051 -- http://infrae.com Hoevestr

Re: [ZODB-Dev] zodbupdate branch sylvain-persistent-load

2010-02-02 Thread Sylvain Viollon
ive me rights on pypi. My username is thefunny42. Regards, Sylvain, -- Sylvain Viollon -- Infrae t +31 10 243 7051 -- http://infrae.com Hoevestraat 10 3033GC Rotterdam -- The Netherlands ___ For more information about ZODB, see the ZODB Wiki: http:/

Re: [ZODB-Dev] zodbupdate branch sylvain-persistent-load

2010-02-02 Thread Sylvain Viollon
On Tue, 02 Feb 2010 11:30:41 +0100 Christian Theune wrote: Hello, > Meh. That looks quirky in the history. If there are no changes, then > the merge will be straight-forward. > I merged my branch into the trunk, it's ready for a release. Regards, Sylvain, -- S

Re: [ZODB-Dev] zodbupdate branch sylvain-persistent-load

2010-02-02 Thread Sylvain Viollon
On Tue, 02 Feb 2010 16:44:19 +0100 Christian Theune wrote: > On 02/02/2010 03:58 PM, Sylvain Viollon wrote: > > On Tue, 02 Feb 2010 11:30:41 +0100 > > Christian Theune wrote: > > > > > > Hello, > > > >> Meh. That looks quirky in the histo

[ZODB-Dev] Testing gocept.zeoraid

2010-03-22 Thread Sylvain Viollon
always do things in the correct step (that would be too easy). Done in the correct order that seems to work fine. But I need to do more testing. Best regards, Sylvain Viollon -- Sylvain Viollon -- Infrae t +31 10 243 7051 -- http://infrae.com Hoevestraat 10 3033GC Rot

Re: [ZODB-Dev] Testing gocept.zeoraid

2010-03-22 Thread Sylvain Viollon
On Mon, 22 Mar 2010 10:37:05 -0400 Tres Seaver wrote: Hello, > Sylvain Viollon wrote: > > >I am currently testing gocept.zeoraid, and this seems to work > > fine. > > > >However, I have few questions: > > > >- On the pypi the last rele

[ZODB-Dev] Status of gocept.zeoraid

2010-10-20 Thread Sylvain Viollon
ave a blob directory shared between different servers. Can I use it to access and edit directly the blob in that directory ? Regards, Sylvain, -- Sylvain Viollon -- Infrae t +31 10 243 7051 -- http://infrae.com Hoevestraat 10 3033GC Rotterdam -- The Nether

[ZODB-Dev] Traceback with RelStorage 1.4.1 + Zope 2.12.12 + python_memcached 1.4.5

2010-10-22 Thread Sylvain Viollon
2.6.egg/memcache.py", line 643, in set_multi write("set %s %d %d %d\\r\\n%s\\r\\n" % (key, store_info[0], time, store_info[1], store_info[2])) TypeError: 'int' object is unsubscriptable I could not reproduce this error, but still it is worth to report I guess.

Re: [ZODB-Dev] Traceback with RelStorage 1.4.1 + Zope 2.12.12 + python_memcached 1.4.5

2010-10-25 Thread Sylvain Viollon
On Fri, 22 Oct 2010 19:05:18 +0200 Anton Stonor wrote: > 2010/10/22 Sylvain Viollon wrote: > > I have a Zope 2, using RelStorage and python_memcached. I use > > python_memcached because I use it in some other extension. > > > > I got the following traceback on a

[ZODB-Dev] Zeo server error message

2011-01-31 Thread Sylvain Viollon
elate ? They have been running their ZEO setup for quite a while, and never experienced any issue. That doesn't seems to 'break' the database either. I am not really sure what to say about this error. Regards, Sylvain, -- Sylvain Viollon -- Infrae t +31 10 243 7051 --

Re: [ZODB-Dev] My zc.zodbdgc docs (incl. approach to fixing poskey errors)

2011-08-01 Thread Sylvain Viollon
that do have POSKeyError, using only a configuration file). Regards, Sylvain, -- Sylvain Viollon -- Infrae t +31 10 243 7051 -- http://infrae.com Hoevestraat 10 3033GC Rotterdam -- The Netherlands ___ For more information about ZODB, see the ZODB Wiki

Re: [ZODB-Dev] zc.zodbdgc bug - undefined variable

2011-08-08 Thread Sylvain Viollon
es in it, I already got trouble because the Python pickle module have been cleaned in Python 2.6 of a specific ZODB hack. I fixed it with zodbupdate. I think that Data.fs is a pretty good test for any ZODB tool. Regards, Sylvain, -- Sylvain Viollon -- Infrae t +31 10 243 7

[ZODB-Dev] Bug during pack with Relstorage 1.5.0

2011-08-30 Thread Sylvain Viollon
stay the same. Before 1.5.0 they had 1.4.1 (the database have been created using that version), and when this problem appear, I recommended as 1.5.0 contains various fixes for pack on large database. Do you have any ideas on how to fix this pack ? Regards, Sylvain, -- Sylvain Viollon

Re: [ZODB-Dev] Bug during pack with Relstorage 1.5.0

2011-08-30 Thread Sylvain Viollon
Hello, Op 30 aug 2011, om 12:59 heeft Martijn Pieters het volgende geschreven: > 2011/8/30 Sylvain Viollon : >> He tried to cleanup the tables object_refs_added and object_refs but the >> error persist and seems to stay the same. >> >> Before 1.5.0 they had 1.

[ZODB-Dev] Relstorage zodbconvert's --incremental

2014-12-18 Thread Sylvain Viollon
sizable database, interrupting the process and starting over after and so on. I will do a pull request if everything goes ok. Sylvain, — Sylvain Viollon Minddistrict Development http://minddistrict.com ___ For more information about ZODB, see http

Re: [ZODB-Dev] Relstorage zodbconvert's --incremental

2014-12-18 Thread Sylvain Viollon
of copyTransactionsFrom, since if you convert from relstorage to a regular storage, the ZODB implementation is called instead of the one in relstorage. I made this proxy object in order to have it work with all backends. Sylvain, — Sylvain Viollon Minddistrict Development