openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #09383
[Bug 961094] Re: Entering repeating event with no ending brings down server
This fix is not sufficient, it fixes just one case.
When entering for example a weekly repeating meeting and leaving the
field "Recurrence termination" empty, the problem still exists.
On a sidenote: it *should* be possible to enter events which repeat
indefinitely, that's perfectly legitimate. The run-time behaviour of
determining which of those meetings should be calculated so that, for
example, only the dates visible in the view are generated.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/961094
Title:
Entering repeating event with no ending brings down server
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
When entering a repeating event with no ending date and no number of
repeats entered, server load spiked and the application became
unusable.
Looking at the list view of crm meetings, the view contained 416700
records (!), so it looks like there is a loop that creates instances
of that meeting during run-time without a limit on it.
I had to manually delete the record from the database as it's nigh
impossible to do this properly from a client connection.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/961094/+subscriptions
References