Changes between Version 1 and Version 2 of Ticket #12312, comment 7


Ignore:
Timestamp:
May 16, 2015, 9:29:02 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12312, comment 7

    v1 v2  
    1 I tested the patch and we encountered the same issue. Next, tried appending [trac:browser:/tags/trac-1.0.5/trac/db/sqlite_backend.py@:279-280#L260 ?cursor=] to the `[trac]` `database` string and it appears to be working now! The table migration is still in progress and is estimated to complete in 4 hours. I'll report back when it's done. It looks like eager cursor is not disabled for in-place migrations?: [browser:/tracmigrateplugin/0.12/tracmigrate/admin.py@14462:34,38,51-52,57#L32].
     1I tested the patch and we encountered the same issue. Next, tried appending [trac:browser:/tags/trac-1.0.5/trac/db/sqlite_backend.py@:279-280#L260 ?cursor=] to the `[trac]` `database` string and it appears to be working now! Memory usage is low, in the 1-2% range. The table migration is still in progress and is estimated to complete in 4 hours. I'll report back when it's done. It looks like eager cursor is not disabled for in-place migrations?: [browser:/tracmigrateplugin/0.12/tracmigrate/admin.py@14462:34,38,51-52,57#L32].