[Swift-devel] coaster testing on OSG

Allan Espinosa aespinosa at cs.uchicago.edu
Mon Apr 26 20:41:07 CDT 2010


Using cog and swift trunk versions, attached are the log files in
running coasters on ff-grid.unl.edu using a gt2:gt2:fork endpoint

Take note that I commented out some lines in worker.pl because the
perl interpreter in Firefly gives syntax error replies:

diff --git a/modules/provider-coaster/resources/worker.pl b/modules/provider-co
index 0e716fd..6d8e59f 100755
--- a/modules/provider-coaster/resources/worker.pl
+++ b/modules/provider-coaster/resources/worker.pl
@@ -166,7 +166,8 @@ sub reconnect() {
                }
        }
        if ($any) {
-               die "Failed to connect: $!";
+    #die "Failed to connect: $!";
+               die "Failed to connect: ";
        }
        $LAST_HEARTBEAT = time();
 }
@@ -189,7 +190,7 @@ sub init() {
        my $schemes = join(", ", @SCHEME);
        my $hosts = join(", ", @HOSTNAME);
        my $ports = join(", ", @PORT);
-       wlog DEBUG, "uri=$URI, scheme=$schemes, host=$hosts, port=$ports, block
+  #wlog DEBUG, "uri=$URI, scheme=$schemes, host=$hosts, port=$ports, blockid=$
        reconnect();
 }


-Allan

-- 
Allan M. Espinosa <http://amespinosa.wordpress.com>
PhD student, Computer Science
University of Chicago <http://people.cs.uchicago.edu/~aespinosa>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: coaster_firefly.tar.gz
Type: application/x-gzip
Size: 17970 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20100426/0715f0a7/attachment.bin>


More information about the Swift-devel mailing list