You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/02/05 21:23:34 UTC

[27/42] git commit: [#4691] Removed mongo session close from refresh-last-commits.py as it was causing LCD data to get lost

[#4691] Removed mongo session close from refresh-last-commits.py as it was causing LCD data to get lost

Signed-off-by: Cory Johns <jo...@geek.net>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/037041ce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/037041ce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/037041ce

Branch: refs/heads/master
Commit: 037041ce71ad94a97062d406cf3f2bd4399668e8
Parents: 31b4785
Author: Cory Johns <jo...@geek.net>
Authored: Wed Jan 9 15:12:10 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue Feb 5 20:22:51 2013 +0000

----------------------------------------------------------------------
 scripts/refresh-last-commits.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/037041ce/scripts/refresh-last-commits.py
----------------------------------------------------------------------
diff --git a/scripts/refresh-last-commits.py b/scripts/refresh-last-commits.py
index aa234e9..c88a546 100644
--- a/scripts/refresh-last-commits.py
+++ b/scripts/refresh-last-commits.py
@@ -118,7 +118,6 @@ def refresh_repo_lcds(commit_ids, options):
             _print_stats(lcd_cache, timings, debug_step, commit)
             lcd_cache._get_walks_max = 0
             lcd_cache._build_walks_max = 0
-            ThreadLocalORMSession.close_all()
     ThreadLocalORMSession.flush_all()