[Buildbot-devel] lengthening times for slave reconnects...

Ed Hartnett ed at unidata.ucar.edu
Fri Feb 6 21:08:08 UTC 2004


All,

Twisted seems to have a lengthening waiting time for reconnecting
slaves. For example:

2004/01/21 14:26 MST [Broker,client] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 2 seconds
2004/01/21 14:26 MST [Broker,client] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:26 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:26 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 6 seconds
2004/01/21 14:26 MST [Uninitialized] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:26 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:26 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 17 seconds
2004/01/21 14:26 MST [Uninitialized] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:26 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:26 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 45 seconds
2004/01/21 14:26 MST [Uninitialized] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:27 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:27 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 101 seconds
2004/01/21 14:27 MST [Uninitialized] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:29 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:29 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 300 seconds
2004/01/21 14:29 MST [Uninitialized] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:34 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:34 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 758 seconds
2004/01/21 14:34 MST [Uninitialized] Stopping factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:47 MST [-] Starting factory <buildbot.bot.BotFactory instance at 0x140643bd8>
2004/01/21 14:47 MST [Uninitialized] <twisted.internet.tcp.Connector instance at 0x140499d40> will retry in 2354 seconds

Is there an easy way to turn this off, and use a set number of seconds
instead?

Problem is, when it gets to a large number of seconds, it's an
interminable wait.

Thanks!

Ed





More information about the devel mailing list