Should we set a default value of report_after_n_results to, say, 50 or 100?

On Oct 28, 2008, at 6:15 PM, Jeff Squyres wrote:

That host is in one of IU's clusters (odin).

Tim/Josh -- this is you guys...


On Oct 28, 2008, at 3:45 PM, Ethan Mallove wrote:

Folks,

I got an alert from the http-log-checker.pl script. Somebody appears to have lost some MTT results. (Possibly due to an oversized database submission to
submit/index.php?) There's an open ticket for this (see
https://svn.open-mpi.org/trac/mtt/ticket/375). Currently there exists a simple workaround for this problem. Put the below line in the problematic "Test run" section(s). This will prevent oversided submissions by directing MTT to submit the results in batches of 50 results instead of an entire section at a time,
which can reach 400+ for an Intel test run section.

  report_after_n_results = 50

It's hard to know whose errors are in the HTTP error log with only the IP address. If you want to verify they are or are not yours, visit a bogus URL off open-mpi.org, e.g., www.open-mpi.org/what-is-foobars-ip-address, and ping me about it. This will write your IP address to the log file, and then this can be
matched with the IP addr against the submit.php errors.

-Ethan


----- Forwarded message from Ethan Mallove <emall...@osl.iu.edu> -----

From: Ethan Mallove <emall...@osl.iu.edu>
Date: Tue, 28 Oct 2008 08:00:41 -0400
To: ethan.mall...@sun.com, http-log-checker.pl-no-re...@open-mpi.org
Subject: [Alert] Found server-side submit error messages
Original-recipient: rfc822;ethan.mall...@sun.com

This email was automatically sent by http-log-checker.pl. You have received
it because some error messages were found in the HTTP(S) logs that
might indicate some MTT results were not successfully submitted by the
server-side PHP submit script (even if the MTT client has not
indicated a submission error).

###############################################################
#
# The below log messages matched "gz.*submit/index.php" in
# /var/log/httpd/www.open-mpi.org/ssl_error_log
#
###############################################################

[client 129.79.240.114] PHP Warning: gzeof(): supplied argument is not a valid stream resource in /nfs/rontok/xraid/data/osl/www/www.open-mpi.org/mtt/submit/index.php on line 1923 [client 129.79.240.114] PHP Warning: gzgets(): supplied argument is not a valid stream resource in /nfs/rontok/xraid/data/osl/www/www.open-mpi.org/mtt/submit/index.php on line 1924
...
<repeats ~10000 times>




----- End forwarded message -----
_______________________________________________
mtt-users mailing list
mtt-us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-users


--
Jeff Squyres
Cisco Systems

_______________________________________________
mtt-users mailing list
mtt-us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-users


--
Jeff Squyres
Cisco Systems

Reply via email to