madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Provider Better Logging when Qualified urls are given #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When swarm is polled it will use that url as the swarm server url and pass that 
to all swarm bots.

If the server is running locally and is polled by going to localhost/ then the 
swarm bots will be told that the swarm server url is localhost/.

There should be some logging (or restrictions on using localhost) to prevent 
this from happening because it isn't to clear why the machines fail to return 
in this case.

Original issue reported on code.google.com by csharp@chromium.org on 28 Mar 2012 at 3:05

GoogleCodeExporter commented 9 years ago
When polling from the swarm server using a fully qualified name 
(machine.net.place.com) the result URL seems to drop everything other than the 
machine name.

Work around for now is to just not try polling from the swarm server.

Original comment by csharp@chromium.org on 28 Mar 2012 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 3 Dec 2013 at 3:22