[Buildbot-devel] Upgraded buildbot constantly upgrading?

Dustin J. Mitchell dustin at v.igoro.us
Tue Nov 9 20:14:15 UTC 2010


On Tue, Nov 9, 2010 at 1:41 PM, Rishi Verma <rishi_verma at apple.com> wrote:
> It seems to be doing this for my many builders and testers, but it is not just once, it keeps doing this.  Every time this happens, users are unable to view build results.

This is a perennial problem with pickles-as-status: the twisted.styles
versioning stuff helpfully upgrades the pickles when they are loaded,
but there's no facility in place to mark those pickles as dirty and
needing to be re-written.

This isn't so bad, overall, but the excessive logging can slow things
down.  You can probably hack the script that's doing that (it's
twisted's twisted/persisted/styles.py) to not log so much.

This will be fixed with the statusdb - yay!

Dustin




More information about the devel mailing list