Open GoogleCodeExporter opened 9 years ago
Have the same proble. Looks like a transaction is just never commited. The
commiter class doesn't look to do anything, All of its methods are empty.
Original comment by e3satter...@gmail.com
on 23 Jun 2012 at 6:20
I've found a bug in current djapian.utils.commiter.Commiter implementation
recently. A fix and unit-tests are almost ready.
Original comment by esizi...@gmail.com
on 31 Aug 2012 at 1:45
Commited a fix to Commiter.create() in r394 - please check if it helps.
Original comment by esizi...@gmail.com
on 31 Aug 2012 at 1:55
I have the same issue too.
In djapian code I already have r394 fix, but the problem still here.
When I run index commend I have:
django.db.transaction.TransactionManagementError: Transaction managed block
ended with pending COMMIT/ROLLBACK
And when index --rebuilds it's ok
Original comment by d.aki...@gmail.com
on 14 Oct 2012 at 11:39
Did you tried to run Djapian's test suite standalone (not as a part of your
project)? Was it successful?
Did you tried with Djapian's test suite or in your own environment? If the
latter is the case, which DB did you use when the problem has been reproduced
after the fix? Could it be somehow related to the problem mentioned here:
https://docs.djangoproject.com/en/dev/releases/1.5-alpha-1/#behavior-of-autocomm
it-database-option-on-postgresql-changed ?
Original comment by esizi...@gmail.com
on 8 Nov 2012 at 6:37
Original issue reported on code.google.com by
cypre...@gmail.com
on 16 Apr 2012 at 6:55