<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Right, that the "static" declaration would certainly cause trouble :( 
I don't recall why we made it static, perhaps its simply old code that
was never updated, Zhao, can you simply remove the static declaration,
and see if it still compiles, and if yes, try it out?<br>
<br>
Ioan<br>
<br>
Mihael Hategan wrote:
<blockquote cite="mid:1216759029.1607.0.camel@localhost" type="cite">
  <pre wrap="">I'd look here:
public static synchronized ResourcePool instance(String server, int num)
throws InvalidServiceContactException {
        if (rp == null) {
            rp = new ResourcePool();
...

On Tue, 2008-07-22 at 15:32 -0500, Michael Wilde wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Zhao's renaming the sites to avoid any substring problem.

The current data shows a contradiction, though: the stats plot shows 
nice balancing between sites, but the falkon logs think all traffic went 
to one site.

If the next run shows same, I think we need to a) look in the Swift log 
and site selection info and b) double check that the two falkon servers 
are not logging to (or listening to) the same place.

- Mike


On 7/22/08 3:28 PM, Mihael Hategan wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Tue, 2008-07-22 at 15:20 -0500, Ioan Raicu wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">So, are you saying that it did work as expected, and it load balanced
across the two sites?
        </pre>
      </blockquote>
      <pre wrap="">Pretty much, yes.

      </pre>
      <blockquote type="cite">
        <pre wrap="">  Who assigns the names "bgps" and "bgps1"?
        </pre>
      </blockquote>
      <pre wrap="">In this case it would be Zhao.

      </pre>
      <blockquote type="cite">
        <pre wrap="">  If its the user (i.e. Zhao :),  then should we name these strings
better?
        </pre>
      </blockquote>
      <pre wrap="">I suppose using bgps1 and bgps2 would prevent the triggering of that bug
in the stats scripts.


_______________________________________________
Swift-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a>
<a class="moz-txt-link-freetext" href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a>
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
===================================================
Ioan Raicu
Ph.D. Candidate
===================================================
Distributed Systems Laboratory
Computer Science Department
University of Chicago
1100 E. 58th Street, Ryerson Hall
Chicago, IL 60637
===================================================
Email: <a class="moz-txt-link-abbreviated" href="mailto:iraicu@cs.uchicago.edu">iraicu@cs.uchicago.edu</a>
Web:   <a class="moz-txt-link-freetext" href="http://www.cs.uchicago.edu/~iraicu">http://www.cs.uchicago.edu/~iraicu</a>
<a class="moz-txt-link-freetext" href="http://dev.globus.org/wiki/Incubator/Falkon">http://dev.globus.org/wiki/Incubator/Falkon</a>
<a class="moz-txt-link-freetext" href="http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page">http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page</a>
===================================================
===================================================

</pre>
</body>
</html>