jra1mw.git
18 years agoFixed bug that damaged memory consistency.
Jiří Filipovič [Tue, 3 Apr 2007 12:39:13 +0000 (12:39 +0000)]
Fixed bug that damaged memory consistency.

18 years agoclose tag file also on non-existent tag
Jiří Filipovič [Mon, 2 Apr 2007 17:29:38 +0000 (17:29 +0000)]
close tag file also on non-existent tag

18 years agoFixed WITHIN test.
František Dvořák [Mon, 2 Apr 2007 17:27:08 +0000 (17:27 +0000)]
Fixed WITHIN test.
Check for valid attributes to get better error msg.

18 years agomerge 31->head
Aleš Křenek [Mon, 2 Apr 2007 15:50:23 +0000 (15:50 +0000)]
merge 31->head

18 years agoimplemented >, < and within operations on index
František Dvořák [Mon, 2 Apr 2007 10:45:45 +0000 (10:45 +0000)]
implemented >, < and within operations on index
added test for WITHIN on query operation
testing w/o distractions from running JPPS (w/o feeds)
cosmetic changes in tests

18 years agoadded EXISTS operation and test (with some cleanup due to SQL strings)
František Dvořák [Fri, 30 Mar 2007 19:59:05 +0000 (19:59 +0000)]
added EXISTS operation and test (with some cleanup due to SQL strings)
simplified tests (using fixed human readable outputs)
LILO-style output in tests

18 years agoFixed strange coredumps of jp.primary, unimportant "valgrind happy" fix in server...
František Dvořák [Fri, 30 Mar 2007 17:08:02 +0000 (17:08 +0000)]
Fixed strange coredumps of jp.primary, unimportant "valgrind happy" fix in server-bones.

18 years agoStick primary storage URL with feeds.
František Dvořák [Thu, 29 Mar 2007 18:20:27 +0000 (18:20 +0000)]
Stick primary storage URL with feeds.

18 years agoXXX: ignore install error of stolen LB plugin
Aleš Křenek [Thu, 29 Mar 2007 15:49:14 +0000 (15:49 +0000)]
XXX: ignore install error of stolen LB plugin

18 years agoupdate printstat() to support all new jobtypes
Miloš Mulač [Thu, 29 Mar 2007 14:42:52 +0000 (14:42 +0000)]
update printstat() to support all new jobtypes

18 years agoYABF (yet another build fix) - missing assert.
František Dvořák [Thu, 29 Mar 2007 14:31:30 +0000 (14:31 +0000)]
YABF (yet another build fix) - missing assert.
First operation argument optional (for EXISTS).
Removed unused code from merge.

18 years agoVarious fixes (robusness, doc, ...).
František Dvořák [Thu, 29 Mar 2007 13:25:08 +0000 (13:25 +0000)]
Various fixes (robusness, doc, ...).

18 years agomerge from RC31 branch (compiles and seems working)
František Dvořák [Thu, 29 Mar 2007 13:01:59 +0000 (13:01 +0000)]
merge from RC31 branch (compiles and seems working)

18 years agoexplicit dependence on jp_job_attrs.h
Aleš Křenek [Thu, 29 Mar 2007 09:22:05 +0000 (09:22 +0000)]
explicit dependence on jp_job_attrs.h

18 years agomerge from RC31 branch
František Dvořák [Wed, 28 Mar 2007 18:19:01 +0000 (18:19 +0000)]
merge from RC31 branch

18 years agoBugfixes and updating tests.
František Dvořák [Wed, 28 Mar 2007 16:46:49 +0000 (16:46 +0000)]
Bugfixes and updating tests.

18 years agodon't use LB_PERF to enable paralel registration
Aleš Křenek [Wed, 28 Mar 2007 14:16:18 +0000 (14:16 +0000)]
don't use LB_PERF to enable paralel registration

18 years agoavoid leaking proxy sockets on connect() failure
Aleš Křenek [Wed, 28 Mar 2007 14:15:53 +0000 (14:15 +0000)]
avoid leaking proxy sockets on connect() failure

18 years agomerge from RC31 branch + bugfixes
František Dvořák [Wed, 28 Mar 2007 14:15:49 +0000 (14:15 +0000)]
merge from RC31 branch + bugfixes

18 years agoAn authenticated client name is taken as the job owner identity. We don't rely
Daniel Kouřil [Wed, 28 Mar 2007 12:38:54 +0000 (12:38 +0000)]
An authenticated client name is taken as the job owner identity. We don't rely
on information sent in the registration event anymore.

18 years agocorrect type conversion
Miloš Mulač [Wed, 28 Mar 2007 12:26:53 +0000 (12:26 +0000)]
correct type conversion

18 years agomerge from RC31 branch
František Dvořák [Wed, 28 Mar 2007 12:07:02 +0000 (12:07 +0000)]
merge from RC31 branch

18 years agomerge from RC31
František Dvořák [Wed, 28 Mar 2007 12:04:04 +0000 (12:04 +0000)]
merge from RC31

18 years agomerge
František Dvořák [Wed, 28 Mar 2007 11:52:28 +0000 (11:52 +0000)]
merge

18 years agoanti-megre-problematic version
Miloš Mulač [Wed, 28 Mar 2007 11:47:20 +0000 (11:47 +0000)]
anti-megre-problematic version
- optional zrgumetn not working well, removed

18 years agomerge
František Dvořák [Tue, 27 Mar 2007 14:33:58 +0000 (14:33 +0000)]
merge

18 years agoFixed two lines that were committed recently and were breaking the build.
Zdeněk Šustr [Tue, 27 Mar 2007 14:14:09 +0000 (14:14 +0000)]
Fixed two lines that were committed recently and were breaking the build.

18 years agoenable repeated queries to LBProxy
Miloš Mulač [Tue, 27 Mar 2007 12:05:21 +0000 (12:05 +0000)]
enable repeated queries to LBProxy
- default delay set to 0

18 years agoenable to query LBProxy too (-x option)
Miloš Mulač [Tue, 27 Mar 2007 11:49:30 +0000 (11:49 +0000)]
enable to query LBProxy too (-x option)

18 years agocomplete usage
Miloš Mulač [Tue, 27 Mar 2007 11:31:36 +0000 (11:31 +0000)]
complete usage

18 years agolog CollectionState events from proxy with dummy non-cert identity "LBProxy"
Miloš Mulač [Tue, 27 Mar 2007 11:26:16 +0000 (11:26 +0000)]
log CollectionState events from proxy with dummy non-cert identity "LBProxy"
- prevents lbproxy to coredump on CollectionState events

18 years agoSyslog/print details on GSS errors in client authentication.
Zdeněk Salvet [Tue, 27 Mar 2007 07:20:40 +0000 (07:20 +0000)]
Syslog/print details on GSS errors in client authentication.

18 years agoterminate forked slaves
Miloš Mulač [Mon, 26 Mar 2007 15:14:46 +0000 (15:14 +0000)]
terminate forked slaves
- prevents unlimited logd processes growth

18 years agoalways lock parent job of collection when updating its status
Miloš Mulač [Mon, 26 Mar 2007 13:44:38 +0000 (13:44 +0000)]
always lock parent job of collection when updating its status

18 years agoprevent coredumping when sending events to not running logd
Miloš Mulač [Mon, 26 Mar 2007 13:13:10 +0000 (13:13 +0000)]
prevent coredumping when sending events to not running logd
- possitive error codes may arrive
- do not return uninitialized value

18 years agomake clean
Jan Pospíšil [Sun, 25 Mar 2007 15:20:24 +0000 (15:20 +0000)]
make clean

18 years agoETICS cleanup (on HEAD using branch configurations),
František Dvořák [Sat, 24 Mar 2007 16:05:37 +0000 (16:05 +0000)]
ETICS cleanup (on HEAD using branch configurations),
fixed and enabled build of lb-plugin.

18 years agoFixed stupid bug in detection of transaction support (forcing have worked OK).
František Dvořák [Fri, 23 Mar 2007 22:41:28 +0000 (22:41 +0000)]
Fixed stupid bug in detection of transaction support (forcing have worked OK).
Added message used DB.

18 years agoset seq.code type to enable DAG/Collection registrations
Miloš Mulač [Fri, 23 Mar 2007 15:20:22 +0000 (15:20 +0000)]
set seq.code type to enable DAG/Collection registrations

18 years agoLayer 2 tests: fixes for small bugs
srugovac [Fri, 23 Mar 2007 14:33:50 +0000 (14:33 +0000)]
Layer 2 tests: fixes for small bugs

18 years agoLayer 2 tests: add Readme file
srugovac [Fri, 23 Mar 2007 14:31:17 +0000 (14:31 +0000)]
Layer 2 tests: add Readme file

18 years agoLayer 1 tests: add Readme file
srugovac [Fri, 23 Mar 2007 14:30:33 +0000 (14:30 +0000)]
Layer 1 tests: add Readme file

18 years agomerge
Aleš Křenek [Fri, 23 Mar 2007 14:08:55 +0000 (14:08 +0000)]
merge

18 years agomerge
Aleš Křenek [Fri, 23 Mar 2007 13:53:44 +0000 (13:53 +0000)]
merge

18 years ago*** empty log message ***
Aleš Křenek [Fri, 23 Mar 2007 13:32:01 +0000 (13:32 +0000)]
*** empty log message ***

18 years agomerge
Aleš Křenek [Fri, 23 Mar 2007 13:18:40 +0000 (13:18 +0000)]
merge

18 years ago*** empty log message ***
Aleš Křenek [Fri, 23 Mar 2007 13:07:28 +0000 (13:07 +0000)]
*** empty log message ***

18 years agoconflict after merge
Aleš Křenek [Fri, 23 Mar 2007 13:01:18 +0000 (13:01 +0000)]
conflict after merge

18 years agotest_dagless_2
Aleš Křenek [Fri, 23 Mar 2007 11:57:39 +0000 (11:57 +0000)]
test_dagless_2

18 years agopush version
Aleš Křenek [Fri, 23 Mar 2007 11:56:29 +0000 (11:56 +0000)]
push version

18 years ago- avoid deadlock by keeping only a single semaphore at time
Aleš Křenek [Fri, 23 Mar 2007 11:55:17 +0000 (11:55 +0000)]
- avoid deadlock by keeping only a single semaphore at time
- minor fixes (missing prototypes etc.)

18 years agomore detailed debug info on locking
Aleš Křenek [Fri, 23 Mar 2007 09:45:31 +0000 (09:45 +0000)]
more detailed debug info on locking

18 years agoFixed SEGV for condition with EXISTS operation.
František Dvořák [Thu, 22 Mar 2007 18:41:22 +0000 (18:41 +0000)]
Fixed SEGV for condition with EXISTS operation.
Implemented origin queries with according tests.

18 years agodon't include the wms-utils header
Daniel Kouřil [Thu, 22 Mar 2007 12:45:02 +0000 (12:45 +0000)]
don't include the wms-utils header

18 years agoPlugins can set attribute's origin_detail, glite-jp-primary-test shows it.
Jiří Filipovič [Thu, 22 Mar 2007 12:10:30 +0000 (12:10 +0000)]
Plugins can set attribute's origin_detail, glite-jp-primary-test shows it.

18 years agorestore head
Aleš Křenek [Wed, 21 Mar 2007 13:30:14 +0000 (13:30 +0000)]
restore head

18 years agodagless version
Aleš Křenek [Wed, 21 Mar 2007 13:29:36 +0000 (13:29 +0000)]
dagless version

18 years agoutils -> jp.primary (sync with 3.1)
Aleš Křenek [Wed, 21 Mar 2007 13:10:38 +0000 (13:10 +0000)]
utils -> jp.primary (sync with 3.1)

18 years agobuild plugin conditionally (temporary fix for build on head wrt. JP from 3.1)
Aleš Křenek [Wed, 21 Mar 2007 13:07:33 +0000 (13:07 +0000)]
build plugin conditionally (temporary fix for build on head wrt. JP from 3.1)

18 years agomerge 3.1 (virtually nothing)
Aleš Křenek [Wed, 21 Mar 2007 12:37:45 +0000 (12:37 +0000)]
merge 3.1 (virtually nothing)

18 years agopush version
Aleš Křenek [Wed, 21 Mar 2007 12:35:25 +0000 (12:35 +0000)]
push version

18 years agomerge 3.1
Aleš Křenek [Wed, 21 Mar 2007 12:32:46 +0000 (12:32 +0000)]
merge 3.1

18 years agopush version
Aleš Křenek [Wed, 21 Mar 2007 12:16:36 +0000 (12:16 +0000)]
push version

18 years agopush version
Aleš Křenek [Wed, 21 Mar 2007 12:13:24 +0000 (12:13 +0000)]
push version

18 years agosync gsoap with 3.1
Aleš Křenek [Wed, 21 Mar 2007 12:06:30 +0000 (12:06 +0000)]
sync gsoap with 3.1

18 years agoSupport for PBSRerun event
Miloš Mulač [Fri, 16 Mar 2007 15:17:43 +0000 (15:17 +0000)]
Support for PBSRerun event
- needs testing

18 years ago* modified to use Singleton interface
Michal Voců [Fri, 16 Mar 2007 12:57:56 +0000 (12:57 +0000)]
* modified to use Singleton interface

18 years ago* some tests
Michal Voců [Fri, 16 Mar 2007 12:43:00 +0000 (12:43 +0000)]
* some tests

18 years ago* singletons
Michal Voců [Thu, 15 Mar 2007 17:33:18 +0000 (17:33 +0000)]
* singletons

18 years agoLayer 1 tests: more mature version
srugovac [Thu, 15 Mar 2007 13:54:59 +0000 (13:54 +0000)]
Layer 1 tests: more mature version

18 years agofix the bug in merging attributes
Jiří Filipovič [Thu, 15 Mar 2007 13:01:50 +0000 (13:01 +0000)]
fix the bug in merging attributes

18 years agoLayer 2 tests
srugovac [Wed, 14 Mar 2007 13:15:56 +0000 (13:15 +0000)]
Layer 2 tests

18 years ago* more work
Michal Voců [Thu, 8 Mar 2007 19:37:18 +0000 (19:37 +0000)]
* more work

18 years ago* more parsing
Michal Voců [Thu, 8 Mar 2007 10:39:56 +0000 (10:39 +0000)]
* more parsing

18 years ago* basic HTTP parsing
Michal Voců [Wed, 7 Mar 2007 20:16:50 +0000 (20:16 +0000)]
* basic HTTP parsing

18 years ago* some work
Michal Voců [Wed, 7 Mar 2007 09:34:30 +0000 (09:34 +0000)]
* some work

18 years ago* import of new interlogger skeleton
Michal Voců [Tue, 6 Mar 2007 11:19:30 +0000 (11:19 +0000)]
* import of new interlogger skeleton

18 years agoprikazovy radek se cte kontextove -- je mozne ukladat tag se jmenem zacinajicim '-'
Jiří Filipovič [Fri, 2 Mar 2007 13:35:52 +0000 (13:35 +0000)]
prikazovy radek se cte kontextove -- je mozne ukladat tag se jmenem zacinajicim '-'

18 years agosupport for PBS resource usage info
Miloš Mulač [Thu, 1 Mar 2007 11:54:42 +0000 (11:54 +0000)]
support for PBS resource usage info

18 years agobetter seq.code type handling
Miloš Mulač [Tue, 27 Feb 2007 12:59:41 +0000 (12:59 +0000)]
better seq.code type handling

18 years agohandle the seq.code type properly
Miloš Mulač [Tue, 27 Feb 2007 12:46:26 +0000 (12:46 +0000)]
handle the seq.code type properly

18 years agobetter looking outputs
Miloš Mulač [Mon, 26 Feb 2007 14:52:53 +0000 (14:52 +0000)]
better looking outputs

18 years agoupdated CondorMatch and CondorRun
Jan Pospíšil [Sun, 25 Feb 2007 23:13:22 +0000 (23:13 +0000)]
updated CondorMatch and CondorRun

18 years agogrey jobs
Aleš Křenek [Fri, 23 Feb 2007 13:10:28 +0000 (13:10 +0000)]
grey jobs

18 years agoPBS job support
Aleš Křenek [Fri, 23 Feb 2007 13:10:02 +0000 (13:10 +0000)]
PBS job support

18 years agogreyjobs
Aleš Křenek [Fri, 23 Feb 2007 13:09:08 +0000 (13:09 +0000)]
greyjobs

18 years agoevent code added to PBS seq code
Miloš Mulač [Thu, 22 Feb 2007 16:29:46 +0000 (16:29 +0000)]
event code added to PBS seq code
- enables semi-smart sorting

18 years agoadd gsoap-devel.spec
Andrew McNab [Thu, 22 Feb 2007 15:25:31 +0000 (15:25 +0000)]
add gsoap-devel.spec

18 years agosome improvements of state automaton
Miloš Mulač [Thu, 22 Feb 2007 15:10:52 +0000 (15:10 +0000)]
some improvements of state automaton

18 years agoPBS seq. number size correction
Miloš Mulač [Thu, 22 Feb 2007 15:09:31 +0000 (15:09 +0000)]
PBS seq. number size correction

18 years agoavoid 'null value check' in parseEvents
Miloš Mulač [Thu, 22 Feb 2007 15:08:55 +0000 (15:08 +0000)]
avoid 'null value check' in parseEvents

18 years agoinsert tag-originated attributes correctly
Aleš Křenek [Tue, 20 Feb 2007 21:31:40 +0000 (21:31 +0000)]
insert tag-originated attributes correctly

18 years agotry to find a RegJob event with non-empty JDL
Aleš Křenek [Tue, 20 Feb 2007 20:54:43 +0000 (20:54 +0000)]
try to find a RegJob event with non-empty JDL

18 years agopreserve errors over closing files
Aleš Křenek [Tue, 20 Feb 2007 20:47:29 +0000 (20:47 +0000)]
preserve errors over closing files

18 years ago<status> tags are qualified
Aleš Křenek [Tue, 20 Feb 2007 19:24:27 +0000 (19:24 +0000)]
<status> tags are qualified

18 years agoqualified elements by default
Aleš Křenek [Tue, 20 Feb 2007 18:09:33 +0000 (18:09 +0000)]
qualified elements by default

18 years agoimport Attributes
Aleš Křenek [Tue, 20 Feb 2007 17:48:39 +0000 (17:48 +0000)]
import Attributes

18 years agoseveral fields needn't be mandatory
Aleš Křenek [Tue, 20 Feb 2007 17:40:54 +0000 (17:40 +0000)]
several fields needn't be mandatory

18 years agorename ISB/OSB namespaces
Miloš Mulač [Tue, 20 Feb 2007 16:45:19 +0000 (16:45 +0000)]
rename ISB/OSB namespaces

18 years agoresistence wrt. incorrect plugin behaviour (return OK but no result)
Aleš Křenek [Tue, 20 Feb 2007 14:45:08 +0000 (14:45 +0000)]
resistence wrt. incorrect plugin behaviour (return OK but no result)