|
From: <ha...@us...> - 2006-10-24 22:06:08
|
Revision: 1144
http://svn.sourceforge.net/cogkit/?rev=1144&view=rev
Author: hategan
Date: 2006-10-24 15:06:05 -0700 (Tue, 24 Oct 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-10-24 22:04:26 UTC (rev 1143)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-10-24 22:06:05 UTC (rev 1144)
@@ -1,3 +1,9 @@
+(10/24/2006)
+
+*** An attempt at fixing a concurrency bug in the code
+ that keeps returns of parallel() and parallelFor()
+ in order.
+
(10/23/2006)
*** the fix on task:execute(arguments=...) broke passing
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-11-06 19:57:29
|
Revision: 1346
http://svn.sourceforge.net/cogkit/?rev=1346&view=rev
Author: hategan
Date: 2006-11-06 11:57:23 -0800 (Mon, 06 Nov 2006)
Log Message:
-----------
updated changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-06 19:56:45 UTC (rev 1345)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-06 19:57:23 UTC (rev 1346)
@@ -1,3 +1,28 @@
+(11/06/2006)
+
+*** Changed the way the virtual hosts work. Until now, the
+ first task using a virtual host would bind it. The change
+ consists in making allocateHost asynchronous by queuing a
+ special task when constraints are used. This achieves the
+ same purpose as virtual hosts (i.e. push the allocation
+ choice to the scheduler) but when constraints are used, the
+ host "returned" by allocateHost is bound and not virtual
+ (i.e. you can print it out).
+
+*** Added constraint checkers to the scheduler. They can be used
+ to enforce various constraints on both the task and the
+ resource when mathcing them (not unlike the Condor match maker).
+
+*** Changed the schedulers to use constraint checkers.
+
+*** Updated the way element definitions are stored internally.
+ Previously a wasteful HashSet (backed by a HashMap) were
+ used. Considering that namespace overloaded and overriden
+ definitions are somewhat rare, this was a waste of space.
+ It is hoped that the new way of doing things is more
+ conservative on memory at insignifficant losses (if any)
+ in performance.
+
(10/24/2006)
*** An attempt at fixing a concurrency bug in the code
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-11-22 20:55:26
|
Revision: 1417
http://svn.sourceforge.net/cogkit/?rev=1417&view=rev
Author: hategan
Date: 2006-11-22 12:55:20 -0800 (Wed, 22 Nov 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-22 20:38:38 UTC (rev 1416)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-22 20:55:20 UTC (rev 1417)
@@ -1,3 +1,19 @@
+(11/22/2006)
+
+*** Added once(). It works like cacheOn(), but it is guaranteed
+ (at the expense of no bounds on the memory)
+
+*** Fixed the adaptive scheduler
+
+*** Partially fixed cache/cacheOn to work better when things
+ fail
+
+*** Enabled DOTALL mode in restartOnError (note to self: do this
+ for the rest of the regexp error handling things) such that
+ "." will also match newline characters
+
+*** A slightly better uid() which returns a more compact string
+
(11/06/2006)
*** Changed the way the virtual hosts work. Until now, the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-11-24 22:58:25
|
Revision: 1424
http://svn.sourceforge.net/cogkit/?rev=1424&view=rev
Author: hategan
Date: 2006-11-24 14:58:19 -0800 (Fri, 24 Nov 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-24 22:57:03 UTC (rev 1423)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-24 22:58:19 UTC (rev 1424)
@@ -1,3 +1,8 @@
+(11/24/2006)
+
+*** Fixed sort() to not ignore descending= and to not convert
+ values to strings before performing the sort.
+
(11/22/2006)
*** Added once(). It works like cacheOn(), but it is guaranteed
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-11-24 23:09:48
|
Revision: 1426
http://svn.sourceforge.net/cogkit/?rev=1426&view=rev
Author: hategan
Date: 2006-11-24 15:09:47 -0800 (Fri, 24 Nov 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-24 23:08:34 UTC (rev 1425)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-24 23:09:47 UTC (rev 1426)
@@ -2,6 +2,8 @@
*** Fixed sort() to not ignore descending= and to not convert
values to strings before performing the sort.
+
+*** Also fixed ignoreErrors to do DOTALL matching
(11/22/2006)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-11-30 22:35:10
|
Revision: 1441
http://svn.sourceforge.net/cogkit/?rev=1441&view=rev
Author: hategan
Date: 2006-11-30 14:35:09 -0800 (Thu, 30 Nov 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-30 22:31:21 UTC (rev 1440)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-11-30 22:35:09 UTC (rev 1441)
@@ -1,3 +1,10 @@
+(11/30/2006)
+
+*** Updated the adaptive scheduler
+
+*** fixed allocateHost() to actually tell the scheduler when it
+ is done.
+
(11/24/2006)
*** Fixed sort() to not ignore descending= and to not convert
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-12-05 19:17:17
|
Revision: 1445
http://svn.sourceforge.net/cogkit/?rev=1445&view=rev
Author: hategan
Date: 2006-12-05 11:17:16 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-05 19:14:45 UTC (rev 1444)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-05 19:17:16 UTC (rev 1445)
@@ -1,3 +1,12 @@
+(12/05/2006)
+
+*** Added support for the .kml extension. This is only intended
+ to allow the loader to load files with the .kml extension
+ and interpret them as containing XML Karajan scripts (so
+ the contents is the same as that for .xml files)
+
+*** Added DOTALL mode to str:matches()
+
(11/30/2006)
*** Updated the adaptive scheduler
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-12-07 17:28:21
|
Revision: 1450
http://svn.sourceforge.net/cogkit/?rev=1450&view=rev
Author: hategan
Date: 2006-12-07 09:28:14 -0800 (Thu, 07 Dec 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-07 17:26:00 UTC (rev 1449)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-07 17:28:14 UTC (rev 1450)
@@ -1,3 +1,11 @@
+(12/07/2006)
+
+*** Schedulers fail now when no resources are available for a
+ task but no tasks are running. The guess is that suitable
+ resources will never be available for the task.
+ The checking of such conditions should be done in a better
+ way.
+
(12/05/2006)
*** Added support for the .kml extension. This is only intended
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-12-12 20:27:25
|
Revision: 1468
http://svn.sourceforge.net/cogkit/?rev=1468&view=rev
Author: hategan
Date: 2006-12-12 12:27:19 -0800 (Tue, 12 Dec 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-12 20:25:11 UTC (rev 1467)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-12 20:27:19 UTC (rev 1468)
@@ -1,3 +1,10 @@
+(12/12/2006)
+
+*** Fixed service to properly handle elements defined on the
+ other side.
+
+*** Cleaned up the xstream conversion exception a bit
+
(12/07/2006)
*** Schedulers fail now when no resources are available for a
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-12-12 20:32:32
|
Revision: 1471
http://svn.sourceforge.net/cogkit/?rev=1471&view=rev
Author: hategan
Date: 2006-12-12 12:32:26 -0800 (Tue, 12 Dec 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-12 20:31:48 UTC (rev 1470)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-12 20:32:26 UTC (rev 1471)
@@ -5,6 +5,8 @@
*** Cleaned up the xstream conversion exception a bit
+*** Removed files belonging to the old Axis based service
+
(12/07/2006)
*** Schedulers fail now when no resources are available for a
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-12-14 01:22:01
|
Revision: 1474
http://svn.sourceforge.net/cogkit/?rev=1474&view=rev
Author: hategan
Date: 2006-12-13 17:21:59 -0800 (Wed, 13 Dec 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-14 01:20:25 UTC (rev 1473)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-14 01:21:59 UTC (rev 1474)
@@ -1,3 +1,7 @@
+(12/13/2006)
+
+*** Sped up the parser a little
+
(12/12/2006)
*** Fixed service to properly handle elements defined on the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2006-12-30 18:02:15
|
Revision: 1517
http://svn.sourceforge.net/cogkit/?rev=1517&view=rev
Author: hategan
Date: 2006-12-30 10:02:13 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-30 18:01:42 UTC (rev 1516)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2006-12-30 18:02:13 UTC (rev 1517)
@@ -1,3 +1,25 @@
+(12/30/2006)
+
+*** Began simplifying the way karajan exceptions are implemented.
+
+*** Added file:size()
+
+*** generateError() has throw() as an alias, and choice() has
+ try() as an alias. choice() doesn't make much sense and will
+ eventually be removed.
+
+*** Added exception(message, prev). It can be used nicely with
+ throw() to chain exceptions.
+
+*** Updated exclusive(on=). Without the "on" argument, it defines
+ a global mutual exclusion region (no other exclusive
+ block witout the "on" argument can be running concurrently).
+ With the "on" argument specified, it will treat the value
+ as defining a token that defines the exclusion criteria (i.e.
+ no two exclusive blocks with the same value passed to the
+ "on" argument can be executed concurrently)
+
+
************************** v0.35 ***************************
(12/28/2006)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-01-06 20:56:50
|
Revision: 1535
http://svn.sourceforge.net/cogkit/?rev=1535&view=rev
Author: hategan
Date: 2007-01-06 12:56:48 -0800 (Sat, 06 Jan 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-01-06 20:55:00 UTC (rev 1534)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-01-06 20:56:48 UTC (rev 1535)
@@ -1,3 +1,11 @@
+(01/06/2007)
+
+*** Improvements to scheduler performance.
+
+*** Some fixes to a problem with task events.
+
+*** Fixed the weighted host scheduler locking up.
+
(12/30/2006)
*** Began simplifying the way karajan exceptions are implemented.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-01-19 02:41:02
|
Revision: 1542
http://svn.sourceforge.net/cogkit/?rev=1542&view=rev
Author: hategan
Date: 2007-01-18 18:41:01 -0800 (Thu, 18 Jan 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-01-19 02:40:26 UTC (rev 1541)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-01-19 02:41:01 UTC (rev 1542)
@@ -1,3 +1,10 @@
+(01/18/2007)
+
+*** Fixed exceptions in failing grid tasks
+
+*** Fixed the cache family of functions to properly deal with
+ exceptions
+
(01/06/2007)
*** Improvements to scheduler performance.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-01-22 01:38:01
|
Revision: 1544
http://svn.sourceforge.net/cogkit/?rev=1544&view=rev
Author: hategan
Date: 2007-01-21 17:37:58 -0800 (Sun, 21 Jan 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-01-22 01:36:53 UTC (rev 1543)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-01-22 01:37:58 UTC (rev 1544)
@@ -1,3 +1,8 @@
+(01/21/2007)
+
+*** [u]parallelFor didn't handle concurrent exceptions correctly.
+ Fixed.
+
(01/18/2007)
*** Fixed exceptions in failing grid tasks
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-02-06 01:03:15
|
Revision: 1571
http://svn.sourceforge.net/cogkit/?rev=1571&view=rev
Author: hategan
Date: 2007-02-05 17:03:14 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-02-06 01:02:32 UTC (rev 1570)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-02-06 01:03:14 UTC (rev 1571)
@@ -1,3 +1,7 @@
+(02/05/2007)
+
+*** Added file resource throttling
+
(01/21/2007)
*** [u]parallelFor didn't handle concurrent exceptions correctly.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-02-28 01:52:26
|
Revision: 1598
http://svn.sourceforge.net/cogkit/?rev=1598&view=rev
Author: hategan
Date: 2007-02-27 17:52:19 -0800 (Tue, 27 Feb 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-02-28 01:51:24 UTC (rev 1597)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-02-28 01:52:19 UTC (rev 1598)
@@ -1,3 +1,8 @@
+(02/27/2007)
+
+*** AllocateHost was leaking a few things in the schedulers.
+ Fixed.
+
(02/14/2007)
*** Fixed some issues with comments not being parsed correctly
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-03-11 20:00:22
|
Revision: 1608
http://svn.sourceforge.net/cogkit/?rev=1608&view=rev
Author: hategan
Date: 2007-03-11 13:00:16 -0700 (Sun, 11 Mar 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-03-11 19:59:10 UTC (rev 1607)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-03-11 20:00:16 UTC (rev 1608)
@@ -1,3 +1,10 @@
+(03/11/2007)
+
+*** Use a thread pool for submission instead of starting
+ a new thread every time. The thread pool is a cached
+ thread pool. It starts new threads as needed and shuts them
+ down after a certain idle time.
+
(02/27/2007)
*** AllocateHost was leaking a few things in the schedulers.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-04-11 21:12:06
|
Revision: 1634
http://svn.sourceforge.net/cogkit/?rev=1634&view=rev
Author: hategan
Date: 2007-04-11 14:12:03 -0700 (Wed, 11 Apr 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-04-11 21:11:21 UTC (rev 1633)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-04-11 21:12:03 UTC (rev 1634)
@@ -1,3 +1,7 @@
+(04/11/2007)
+
+*** Fixed global throttling of job submission
+
(03/11/2007)
*** Use a thread pool for submission instead of starting
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-07-02 14:14:41
|
Revision: 1655
http://svn.sourceforge.net/cogkit/?rev=1655&view=rev
Author: hategan
Date: 2007-07-02 07:14:39 -0700 (Mon, 02 Jul 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-07-02 14:12:44 UTC (rev 1654)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-07-02 14:14:39 UTC (rev 1655)
@@ -1,3 +1,11 @@
+(07/02/2007)
+
+*** A few size/performance optimizations on argument related things
+
+*** Closing of ordered channels is not done recursively any more.
+ For large parallelism, this could cause a stack overflow
+ (see http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=72)
+
(04/11/2007)
*** Fixed global throttling of job submission
@@ -868,4 +876,4 @@
*** Made some performance improvements (in general optimizations for
certain common execution patterns)
-*** Misc. maintenance things not worth mentioning
\ No newline at end of file
+*** Misc. maintenance things not worth mentioning
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-08-16 23:00:55
|
Revision: 1683
http://cogkit.svn.sourceforge.net/cogkit/?rev=1683&view=rev
Author: hategan
Date: 2007-08-16 16:00:53 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-16 22:52:30 UTC (rev 1682)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-16 23:00:53 UTC (rev 1683)
@@ -1,3 +1,30 @@
+(08/16/2007)
+
+*** task:execute() would redirect the job stderr to stdout. Fixed.
+
+*** Some space optimizations on commonly (read heavily) used types.
+
+*** Global variables set to the Java "null" would be reported as
+ not found. Fixed.
+
+*** task:transfer now sets thirdPartyIfPossible to true by default
+ when the third party argument is not specified. This means that
+ third party transfers would be automatically attempted if possible,
+ while falling back to simulating them if not. If one needs to force
+ third party transfer to always off or always on, the thirdParty
+ argument would do the trick.
+
+*** sys:readFile (or sys:file:read) would add extra newlines of their
+ own for no good reason. Fixed.
+
+*** sys:file:write used to flush the stream after every write. Not
+ any more.
+
+*** Fixed a bug in the scheduler which would cause it to endlessly
+ wait for resources that weren't there to begin with before
+ scheduling certain tasks.
+
+
(07/02/2007)
*** A few size/performance optimizations on argument related things
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-08-20 22:39:38
|
Revision: 1697
http://cogkit.svn.sourceforge.net/cogkit/?rev=1697&view=rev
Author: hategan
Date: 2007-08-20 15:39:25 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-20 22:39:11 UTC (rev 1696)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-20 22:39:25 UTC (rev 1697)
@@ -1,3 +1,15 @@
+(08/20/2007)
+
+*** Added failOnJobError flag to task:execute(). Should it be set
+ to false, it would prevent task:execute() from failing when
+ a non-zero exit code is detected from the application, and
+ return the exit code instead.
+
+*** Added stdoutLocation and stderrLocation to task:execute().
+ One can now put these two in either the stdout/stderr channels,
+ local files, remote files, or any possible combination of these
+ (assuming the providers support these).
+
(08/16/2007)
*** task:execute() would redirect the job stderr to stdout. Fixed.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-08-22 16:59:59
|
Revision: 1705
http://cogkit.svn.sourceforge.net/cogkit/?rev=1705&view=rev
Author: hategan
Date: 2007-08-22 09:59:55 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-22 16:58:43 UTC (rev 1704)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-22 16:59:55 UTC (rev 1705)
@@ -1,3 +1,8 @@
+(08/22/2007)
+
+*** failOnJobError=false would not make task:execute() return
+ anything if the job succeeded. Now it returns a 0.
+
(08/20/2007)
*** Added failOnJobError flag to task:execute(). Should it be set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-08-23 21:10:54
|
Revision: 1717
http://cogkit.svn.sourceforge.net/cogkit/?rev=1717&view=rev
Author: hategan
Date: 2007-08-23 14:10:52 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
updated changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-23 21:10:33 UTC (rev 1716)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-23 21:10:52 UTC (rev 1717)
@@ -1,3 +1,8 @@
+(08/23/2007)
+
+*** Added task:availableHandlers(*type). In case people don't
+ have to manually add handlers.
+
(08/22/2007)
*** failOnJobError=false would not make task:execute() return
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-08-28 16:40:10
|
Revision: 1729
http://cogkit.svn.sourceforge.net/cogkit/?rev=1729&view=rev
Author: hategan
Date: 2007-08-28 09:40:07 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
updated changes
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/CHANGES.txt
Modified: trunk/current/src/cog/modules/karajan/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-28 16:38:34 UTC (rev 1728)
+++ trunk/current/src/cog/modules/karajan/CHANGES.txt 2007-08-28 16:40:07 UTC (rev 1729)
@@ -1,3 +1,7 @@
+(08/28/2007)
+
+*** "off" is now a valid value for throttling parameters
+
(08/23/2007)
*** Added task:availableHandlers(*type). In case people don't
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|