[Buildbot-commits] [Buildbot] #2246: buildbot.status.builder.BuilderStatus uses slow LRU implementation
Buildbot
nobody at buildbot.net
Fri Mar 16 19:04:44 UTC 2012
#2246: buildbot.status.builder.BuilderStatus uses slow LRU implementation
---------------------+------------------------
Reporter: szager | Owner:
Type: defect | Status: new
Priority: critical | Milestone: undecided
Version: 0.8.6 | Resolution:
Keywords: |
---------------------+------------------------
Comment (by tom.prince):
Well, we can currently get away with a synchronous implementation, since
we store the build state in pickles which we read synchronously[1]. We are
planning to eventually move the build status into the database, at which
point the cache will need to be asynchronous, anyway.
[1] This has issues of its own, but moving to the database will fix this
anyway.
--
Ticket URL: <http://trac.buildbot.net/ticket/2246#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list