Difference: CreamTestsP2748 (1 vs. 8)

Revision 82009-03-13 - PaoloAndreetto

Line: 1 to 1
 

Automatic tests:

Changed:
<
<
  • All the tests of the CREAM testsuite have been successfully executed except the following ones:
>
>
 
    • test #4 which reports a 'missing cancellation' over 1000 jobs for unreproducible reason.

Check bugs:

Line: 21 to 21
 
  • Bugs #45983: BLAH can leave children processes behind. HOPEFULLY FIXED
    • Not easy to reproduce
Changed:
<
<
>
>
  • Bugs #46024: Sometimes the AbstractJobExecutor throws the exception "Too many open files" HOPEFULLY FIXED
 
    • This bug is not easy to reproduce, it happened only when the load of the CE was very high. In all the tests of heavy submissions through ICE we haven't see it.

  • Bugs #46283: Possible memory leak in strtoken function for BLParser HOPEFULLY FIXED
Line: 35 to 35
 
    • Using the command "ps ax | grep -i parser" you should see two processes:
      23221  /opt/glite/bin/blparser_master
      28232  /opt/glite/bin/BLParserPBS -d 1 -l /opt/glite/var/log/glite-pbsparser.log -s /var/spool/pbs -p 33333 -m 56565
Changed:
<
<
    • Kill the BLParserPBS process (e.g. kill -15 28232), and after some seconds you should see a new process
>
>
    • Kill the BLParserPBS process (e.g. kill -15 28232), and after some seconds you should see a new process
 
  • Bugs #47209: BL parser startup script assumes ${GLITE_LOCATION_VAR} exists FIXED
    • Check the file /opt/glite/etc/init.d/glite-ce-blparser to see is these lines have been removed:
Line: 55 to 55
 

-- AlessioGianelle - 24 Feb 2009

Added:
>
>
META FILEATTACHMENT attachment="CREAM-2748.tar.gz" attr="h" comment="Testsuite logs for patch 2748" date="1236948364" name="CREAM-2748.tar.gz" path="CREAM-2748.tar.gz" size="1247713" stream="CREAM-2748.tar.gz" user="Main.PaoloAndreetto" version="1"

Revision 72009-03-13 - PaoloAndreetto

Line: 1 to 1
Added:
>
>

Automatic tests:

  • All the tests of the CREAM testsuite have been successfully executed except the following ones:
    • test #4 which reports a 'missing cancellation' over 1000 jobs for unreproducible reason.
 

Check bugs:

  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files" HOPEFULLY FIXED
Line: 43 to 47
 
    • Not easy to reproduce
Changed:
<
<
  • Bugs #47655: Failure updating the main authN proxy
>
>
  • Bugs #47655: Failure updating the main authN proxy FIXED
 
Changed:
<
<
  • Bugs #47700: glexec failures in CREAM because /tmp is used as working directory
>
>
  • Bugs #47700: glexec failures in CREAM because /tmp is used as working directory HOPEFULLY FIXED
    • Not easy to reproduce. The bug occured only on IN2P3 installations, the reasons are still unknown. This should be a blocking bug for every register operation.
 

-- AlessioGianelle - 24 Feb 2009

Revision 62009-03-05 - AlessioGianelle

Line: 1 to 1
 

Check bugs:

  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files" HOPEFULLY FIXED
Line: 43 to 43
 
    • Not easy to reproduce
Added:
>
>
  • Bugs #47655: Failure updating the main authN proxy

  • Bugs #47700: glexec failures in CREAM because /tmp is used as working directory
 -- AlessioGianelle - 24 Feb 2009

Revision 52009-02-27 - AlessioGianelle

Line: 1 to 1
 

Check bugs:

  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files" HOPEFULLY FIXED
Line: 14 to 14
 
  • Bugs #45913: Proxy renewal not done for CREAM jobs not yet in IDLE status HOPEFULLY FIXED
    • You can verify it only with a large number of jobs, because it is a very rare condition. In all the tests of heavy submissions through ICE we haven't see it.
Changed:
<
<
  • Bugs #45983: BLAH can leave children processes behind.
>
>
  • Bugs #45983: BLAH can leave children processes behind. HOPEFULLY FIXED
    • Not easy to reproduce
 
Changed:
<
<
>
>
  • Bugs #46024: Sometimes the AbstractJobExecutor throws the exception "Too many open files" HOPEFULLY FIXED
    • This bug is not easy to reproduce, it happened only when the load of the CE was very high. In all the tests of heavy submissions through ICE we haven't see it.
 
Changed:
<
<
  • Bugs #46283: Possible memory leak in strtoken function for BLParser
>
>
  • Bugs #46283: Possible memory leak in strtoken function for BLParser HOPEFULLY FIXED
    • Not easy to reproduce
 
Changed:
<
<
  • Bugs #46684: CREAM should call glexec directly (not via a wrapper script)
>
>
  • Bugs #46684: CREAM should call glexec directly (not via a wrapper script) HOPEFULLY FIXED
    • Changes inside the code.
 
  • Bugs #46916: blparser startup daemon FIXED
    • Log on a CE where the Blparser is supposed to run.
Line: 35 to 39
 echo `pidofproc ${exe}` > $pidfile
Changed:
<
<
>
>
  • Bugs #47375: BLParser could fail in sending notification to cream HOPEFULLY FIXED
    • Not easy to reproduce
 

-- AlessioGianelle - 24 Feb 2009

Revision 42009-02-27 - AlessioGianelle

Line: 1 to 1
 

Check bugs:

  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files" HOPEFULLY FIXED
    • This bug is not easy to reproduce, it happened only when the load of the CE was very high and there were a lot of jobs to purge. In all the tests of heavy submissions through ICE we haven't see it.
Changed:
<
<
  • Bugs #45718: Some check on log lines should be added on BLParser code
>
>
  • Bugs #45718: Some check on log lines should be added on BLParser code HOPEFULLY FIXED
    • Changes inside the code.
 
Changed:
<
<
  • Bugs #45736: Problems in case of resubmissions in the same CREAM CE
>
>
  • Bugs #45736: Problems in case of resubmissions in the same CREAM CE FIXED
    • Submit a job that will be resubmitted (e.g. Set Prologue = "/bin/false" in the jdl) and that will match only one resource (e.g. use option --resource, -r <ce_id> of the glite-wms-job-submit command)
    • When the job terminated check if the creamID changes after every resubmission using the command glite-job-logging-info -v (e.g. look at the filed Dest jobid in the Transfer event logged by LogMonitor)
 
Changed:
<
<
  • Bugs #45913: Proxy renewal not done for CREAM jobs not yet in IDLE status
>
>
  • Bugs #45913: Proxy renewal not done for CREAM jobs not yet in IDLE status HOPEFULLY FIXED
    • You can verify it only with a large number of jobs, because it is a very rare condition. In all the tests of heavy submissions through ICE we haven't see it.
 
  • Bugs #45983: BLAH can leave children processes behind.

Revision 32009-02-27 - AlessioGianelle

Line: 1 to 1
 

Check bugs:

Changed:
<
<
  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files"
>
>
  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files" HOPEFULLY FIXED
    • This bug is not easy to reproduce, it happened only when the load of the CE was very high and there were a lot of jobs to purge. In all the tests of heavy submissions through ICE we haven't see it.
 
  • Bugs #45718: Some check on log lines should be added on BLParser code

Revision 22009-02-24 - AlessioGianelle

Line: 1 to 1
Deleted:
<
<
 

Check bugs:

  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files"
Line: 18 to 17
 
  • Bugs #46684: CREAM should call glexec directly (not via a wrapper script)
Changed:
<
<
  • Bugs #46916: blparser startup daemon

  • Bugs #47209: BL parser startup script assumes ${GLITE_LOCATION_VAR} exists
>
>
  • Bugs #46916: blparser startup daemon FIXED
    • Log on a CE where the Blparser is supposed to run.
    • Using the command "ps ax | grep -i parser" you should see two processes:
      23221  /opt/glite/bin/blparser_master
      28232  /opt/glite/bin/BLParserPBS -d 1 -l /opt/glite/var/log/glite-pbsparser.log -s /var/spool/pbs -p 33333 -m 56565
    • Kill the BLParserPBS process (e.g. kill -15 28232), and after some seconds you should see a new process

  • Bugs #47209: BL parser startup script assumes ${GLITE_LOCATION_VAR} exists FIXED
    • Check the file /opt/glite/etc/init.d/glite-ce-blparser to see is these lines have been removed:
      pidfile=$GLITE_LOCATION_VAR/glite-blparser${lrms}.pid
      echo `pidofproc ${exe}` > $pidfile 
      
 

Revision 12009-02-24 - AlessioGianelle

Line: 1 to 1
Added:
>
>

Check bugs:

  • Bugs #45437: Sometimes the jobPurger throws the exception "Too many open files"

  • Bugs #45718: Some check on log lines should be added on BLParser code

  • Bugs #45736: Problems in case of resubmissions in the same CREAM CE

  • Bugs #45913: Proxy renewal not done for CREAM jobs not yet in IDLE status

  • Bugs #45983: BLAH can leave children processes behind.

  • Bugs #46283: Possible memory leak in strtoken function for BLParser

  • Bugs #46684: CREAM should call glexec directly (not via a wrapper script)

  • Bugs #46916: blparser startup daemon

  • Bugs #47209: BL parser startup script assumes ${GLITE_LOCATION_VAR} exists

-- AlessioGianelle - 24 Feb 2009

 
This site is powered by the TWiki collaboration platformCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback