[Zope-dev] Re: Maybe Corrupted ZCatalog but ...
by Tres Seaver other posts by this author
Feb 27 2004 4:12PM messages near this date
[Zope-dev] Re: Maybe Corrupted ZCatalog but ...
|
[Zope-dev] server for new protocol?
Casey Duncan wrote:
> On Fri, 27 Feb 2004 16:47:19 +0100
> Eric Brun <eric.brun@[...].fr> wrote:
>
>
> >
> >Yes but impossible to update it because it is too big, and the
> >transaction never finish or abort because of time out.
> >
> >I don't know how to do this.
> >
> >Have you a idea for help me ?
>
>
> You might try using another browser (like mozilla) or updating the
> catalog from python. In theory though the browser timeout shouldn't
> cause the transaction to fail although I could be wrong about that.
If you can quiesce other writes to the system, then a long-running
recatalog request might have a chance to complete; it will typically
lose repeatedly to ConflictErrors if shorter-lived writers are committing.
Tres.
--
===============================================================
Tres Seaver tseaver@[...].com
Zope Corporation "Zope Dealers" http://www.zope.com
_______________________________________________
Zope-Dev maillist - Zope-Dev@[...].org
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
Thread:
Casey Duncan
Tres Seaver
|