[Bug 67823] Max recursion limit hit

2014-07-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 Dan Andreescu dandree...@wikimedia.org changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED

[Bug 67823] Max recursion limit hit

2014-07-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 --- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 146297 merged by jenkins-bot: Avoid pickle max recursion while serializing chain https://gerrit.wikimedia.org/r/146297 -- You are receiving this mail because:

[Bug 67823] Max recursion limit hit

2014-07-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 --- Comment #4 from Dan Andreescu dandree...@wikimedia.org --- #hornetsnest -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___

[Bug 67823] Max recursion limit hit

2014-07-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 --- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 146297 had a related patch set uploaded by Milimetric: Avoid pickle max recursion while serializing chain https://gerrit.wikimedia.org/r/146297 -- You are

[Bug 67823] Max recursion limit hit

2014-07-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW

[Bug 67823] Max recursion limit hit

2014-07-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 Dan Andreescu dandree...@wikimedia.org changed: What|Removed |Added Whiteboard||u=Kevin c=EEVS

[Bug 67823] Max recursion limit hit

2014-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 --- Comment #1 from Kevin Leduc kle...@wikimedia.org --- Let's do the quick fix now (setrecursionlimit) and log a new bug to move away from pickle serialization so we can do that later. -- You are receiving this mail because: You are the

[Bug 67823] Max recursion limit hit

2014-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 --- Comment #2 from Kevin Leduc kle...@wikimedia.org --- What are we trying to pickle anyway? I read the documentation on Pickling ( https://docs.python.org/2/library/pickle.html#what-can-be-pickled-and-unpickled ) and it left me wondering if

[Bug 67823] Max recursion limit hit

2014-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67823 --- Comment #3 from Dan Andreescu dandree...@wikimedia.org --- This is the link to the pickle issue. It's because we're using a chain of group of tasks (to allow us to throttle how many run in parallel):