[Gridengine Git Commits] [gridengine/gridengine] c1ea69: JG-2008-09-18-0: CVS: Created V62_BRANCH and...

noreply at github.com noreply at github.com
Tue Feb 8 08:36:15 UTC 2011


Branch: refs/heads/V62u1_BRANCH
Home:   https://github.com/gridengine/gridengine

Commit: c1ea692d301eef992afc0ab9e62d0f3c3c38a1a0
    https://github.com/gridengine/gridengine/commit/c1ea692d301eef992afc0ab9e62d0f3c3c38a1a0
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-09-18 (Thu, 18 Sep 2008)

Changed paths:
  M Changelog

Log Message:
-----------
JG-2008-09-18-0: CVS:       Created V62_BRANCH and V62_BRANCH_HEAD_TAG.
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 0132ba62812a2f24463f0c6af94eb8a6b71c63ea
    https://github.com/gridengine/gridengine/commit/0132ba62812a2f24463f0c6af94eb8a6b71c63ea
Author: roland <roland>
Date:   2008-09-19 (Fri, 19 Sep 2008)

Changed paths:
  M Changelog
  M source/clients/qalter/qalter.c
  M source/daemons/qmaster/sge_job_qmaster.c

Log Message:
-----------
RD-2008-09-19-0: Bugfix:      qalter does not print any output and has wrong exit code
                 Belongs to:  RD-2008-09-18-0
                 Review:      JG


Commit: 09e78b877a15584c30b5a752eb43d051412c5c63
    https://github.com/gridengine/gridengine/commit/09e78b877a15584c30b5a752eb43d051412c5c63
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-09-23 (Tue, 23 Sep 2008)

Changed paths:
  M Changelog
  M source/libs/comm/cl_commlib.c
  M source/libs/gdi/sge_gdi2.c
  M source/libs/gdi/sge_gdi_packet_internal.c

Log Message:
-----------
JG-2008-09-23-0: Bugfix:      in csp mode commlib clients do not respect commlib
                              parameters for the first message
                 Bugster:     6750834
                 Issue:       2734
                 Review:      CR
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 372437b89670a07a958a1f60b1d5383b709e40ae
    https://github.com/gridengine/gridengine/commit/372437b89670a07a958a1f60b1d5383b709e40ae
Author: mpospisil <mpospisil>
Date:   2008-09-24 (Wed, 24 Sep 2008)

Changed paths:
  M Changelog
  M source/clients/qsh/qsh.c

Log Message:
-----------
MP-2008-09-24-0: Bugfix:      qrsh -w v does not give any feedback to the user after
                              submitting the command. Also, even with no error, the
                              return code is always 1.
                              Merged from MP-2008-09-17-0 in V61_BRANCH
                 Bugster:     6726233
                 Issue:       2731
                 Review:      JG


Commit: 85634d981a089bb0d224d1d49d0fc4bf78653873
    https://github.com/gridengine/gridengine/commit/85634d981a089bb0d224d1d49d0fc4bf78653873
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-09-25 (Thu, 25 Sep 2008)

Changed paths:
  M Changelog
  M doc/man/man1/submit.1
  M source/clients/qalter/qalter.c
  M source/clients/qconf/parse_qconf.c
  M source/clients/qhost/qhost.c
  M source/clients/qmod/qmod.c
  M source/clients/qrsub/qrsub.c
  M source/common/msg_common.h
  M source/common/sge_options.c
  M source/common/usage.c
  M source/utilbin/qping.c

Log Message:
-----------
DG-2008-09-25-1: Bugfix:      Fixed return values of -help and "no option"
                              for client tools. Fix of man page regarding -V
                              option. Added help output to stderr when
                              no option is given to the clients.
                 Bugster:     6750325, 6749921
                 Merged from: maintrunk (DG-2008-09-25-0)
                 Review:      RD


Commit: 5a02ea653087876f3efe61fb03ce0ce01d9c7d55
    https://github.com/gridengine/gridengine/commit/5a02ea653087876f3efe61fb03ce0ce01d9c7d55
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-09-25 (Thu, 25 Sep 2008)

Changed paths:
  M source/clients/qalter/msg_qalter.h

Log Message:
-----------
DG-2008-09-25-0: Bugfix:      Fixed return values of -help and "no option"
                              for client tools. Fix of man page regarding -V
                              option. Added help output to stderr when
                              no option is given to the clients.
                 Bugster:     6750325, 6749921
                 Review:      RD


Commit: 53c0a8cefe776863542dc101f665ac858ce2448f
    https://github.com/gridengine/gridengine/commit/53c0a8cefe776863542dc101f665ac858ce2448f
Author: roland <roland>
Date:   2008-09-25 (Thu, 25 Sep 2008)

Changed paths:
  M Changelog
  M source/libs/sched/sge_select_queue.c

Log Message:
-----------
RD-2008-09-25-0: Bugfix:      Fixed issue with overlapping -masterq and -q request
                 Bugster:     6730437
                 Issue:       2736
                 Review:      DG


Commit: 6d6cf70f49ba3505c61b9d99ae7c39043112de07
    https://github.com/gridengine/gridengine/commit/6d6cf70f49ba3505c61b9d99ae7c39043112de07
Author: mpospisil <mpospisil>
Date:   2008-09-26 (Fri, 26 Sep 2008)

Changed paths:
  M Changelog
  M source/clients/common/sge_qhost.c
  M source/clients/qhost/qhost.c
  M source/libs/sgeobj/parse.c

Log Message:
-----------
MP-2008-09-26-0: Bugfix:      qhost -l followed by multiple resource/value pairs only
                              accepts the first attribute and ignores the rest.
                              Merged from MP-2008-09-23-0 in V61_BRANCH
                 Bugster:     6734764
                 Issue:       2684
                 Review:      DG


Commit: faa0fecf0104e98a2aa9d4f32d0696797f8a0f34
    https://github.com/gridengine/gridengine/commit/faa0fecf0104e98a2aa9d4f32d0696797f8a0f34
Author: roland <roland>
Date:   2008-09-29 (Mon, 29 Sep 2008)

Changed paths:
  M Changelog
  M source/libs/sched/schedd_message.c
  M source/libs/sched/schedd_monitor.c

Log Message:
-----------
RD-2008-09-29-0: Bugfix:      Fixed potential qmaster crash with schedd_job_info and
                              qsub -w jobs
                 Bugster:     6749902
                 Issue:       2742
                 Review:      JG


Commit: 5f50e25737c545e448079bde9b13bce6c94b9b6d
    https://github.com/gridengine/gridengine/commit/5f50e25737c545e448079bde9b13bce6c94b9b6d
Author: roland <roland>
Date:   2008-09-29 (Mon, 29 Sep 2008)

Changed paths:
  M Changelog
  M source/clients/qhost/qhost.c

Log Message:
-----------
RD-2008-09-29-1: Bugfix:      fixed broken build on irix
                 Review:      JG


Commit: 0a15a041baf15d62083778a49727604c99808500
    https://github.com/gridengine/gridengine/commit/0a15a041baf15d62083778a49727604c99808500
Author: crei <crei>
Date:   2008-09-30 (Tue, 30 Sep 2008)

Changed paths:
  M Changelog
  M source/daemons/execd/dispatcher.c
  M source/daemons/execd/execd.c
  M source/daemons/execd/msg_execd.h
  M source/daemons/qmaster/sge_qinstance_qmaster.c
  M source/libs/gdi/sge_gdi2.c

Log Message:
-----------
CR-2008-09-29-0: Bugfix:      execd reconnect can take up to 90 seconds after qmaster
                              restart
                 Merged from: maintrunk: CR-2008-09-29-0
                 Bugster:     6753642
                 Issue:       2741
                 Review:      RD


Commit: 52ca44b7b2e3ede685990f6cc5eeacc8e9907a2e
    https://github.com/gridengine/gridengine/commit/52ca44b7b2e3ede685990f6cc5eeacc8e9907a2e
Author: roland <roland>
Date:   2008-09-30 (Tue, 30 Sep 2008)

Changed paths:
  M Changelog
  M source/daemons/execd/execd.c
  M source/daemons/execd/execd_ck_to_do.c
  M source/daemons/execd/execd_job_exec.c
  M source/daemons/execd/reaper_execd.c
  M source/daemons/execd/reaper_execd.h
  M source/libs/cull/cull_list.c
  M source/libs/sched/sge_select_queue.c

Log Message:
-----------
RD-2008-09-30-0: Enhancem.:  - Improved scheduling time by using hash
                 Bugfix      - runtime limits were delayed after execd restart
                 Issue:      2743
                 Bugster:    6754094
                 Review:     CR


Commit: 1476eb14df3a9ccd4bc2f1d1eea36d10303c999d
    https://github.com/gridengine/gridengine/commit/1476eb14df3a9ccd4bc2f1d1eea36d10303c999d
Author: crei <crei>
Date:   2008-09-30 (Tue, 30 Sep 2008)

Changed paths:
  M Changelog

Log Message:
-----------
Fixed formatting
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: fdbc5837fab77d3b1e8b0c2cc65c9b1e6163b195
    https://github.com/gridengine/gridengine/commit/fdbc5837fab77d3b1e8b0c2cc65c9b1e6163b195
Author: crei <crei>
Date:   2008-09-30 (Tue, 30 Sep 2008)

Changed paths:
  M Changelog
  M source/daemons/execd/reaper_execd.c

Log Message:
-----------
CR-2008-09-30-0: Bugfix:     fixed broken build
                 Review:     RD


Commit: 0e79f187ac0c9c650270bc9141bd24583b563c41
    https://github.com/gridengine/gridengine/commit/0e79f187ac0c9c650270bc9141bd24583b563c41
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-09-30 (Tue, 30 Sep 2008)

Changed paths:
  M Changelog
  M source/common/msg_common.h
  M source/daemons/execd/execd_job_exec.c
  M source/daemons/execd/reaper_execd.c
  M source/libs/sgeobj/sge_job.c
  M source/libs/sgeobj/sge_job.h
  M source/libs/sgeobj/sge_object.c
  M source/libs/sgeobj/sge_object.h
  M source/libs/sgeobj/sge_pe_task.c

Log Message:
-----------
JG-2008-09-30-0: Enhancem.:  Improved handling of invalid requests in sge_execd.
                 Review:     RD
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: b94ba411446d13fbe5a4e6b885d3f141ce56d20c
    https://github.com/gridengine/gridengine/commit/b94ba411446d13fbe5a4e6b885d3f141ce56d20c
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-10-01 (Wed, 01 Oct 2008)

Changed paths:
  M Changelog
  M doc/man/man1/submit.1

Log Message:
-----------
DG-2007-10-01-0: Bugfix:     Man page issue regarding qresub and the -h n
                             parameter.
                 Issue:      2746
                 Bugster:    6752920
                 Review:     MP


Commit: f480bb0dc7129e67595ee5c30dae1d63c55e6d13
    https://github.com/gridengine/gridengine/commit/f480bb0dc7129e67595ee5c30dae1d63c55e6d13
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-10-01 (Wed, 01 Oct 2008)

Changed paths:
  M Changelog
  M source/daemons/execd/execd_job_exec.c
  M source/libs/sgeobj/sge_object.c

Log Message:
-----------
JG-2008-10-01-0: Bugfix:     Fixed 2 minor memory leaks found when merging
                             JG-2008-09-30-0 to V61_BRANCH.
                             Some cleanup.
                 Review:     RD
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: a18b99561fa08e1a8a5c4cb85c80981249959b11
    https://github.com/gridengine/gridengine/commit/a18b99561fa08e1a8a5c4cb85c80981249959b11
Author: mpospisil <mpospisil>
Date:   2008-10-02 (Thu, 02 Oct 2008)

Changed paths:
  M Changelog
  M doc/man/man1/submit.1

Log Message:
-----------
MP-2008-10-02-0: Bugfix:      Modification of submit man page to reflect the correct
                              default behaviour of -w for qrsh, qsh and qlogin
                              Merged from MP-2008-10-02-0 in V61_BRANCH
                 Bugster:     6726233
                 Issue:       2731
                 Review:      JG


Commit: 423336eee5918081aae853164695c63e95a7de68
    https://github.com/gridengine/gridengine/commit/423336eee5918081aae853164695c63e95a7de68
Author: ron <ron>
Date:   2008-10-04 (Sat, 04 Oct 2008)

Changed paths:
  M Changelog
  M source/aimk

Log Message:
-----------
- Refreshed the PPC/PPC64 port
- Fixed the SGE-SSH integration link problem


Commit: b71ae02220e6c6c7a15b854b58ef2c3c03613cb5
    https://github.com/gridengine/gridengine/commit/b71ae02220e6c6c7a15b854b58ef2c3c03613cb5
Author: jf222792 <jf222792>
Date:   2008-10-06 (Mon, 06 Oct 2008)

Changed paths:
  M Changelog
  M doc/man/man1/qmod.1
  M source/clients/qmod/qmod.c

Log Message:
-----------
JF-2008-10-06-0: Bugfix: qmod does not follow admin host rules fixed


Commit: b31adc9057b6f0234a896063d0fb4a660a708efa
    https://github.com/gridengine/gridengine/commit/b31adc9057b6f0234a896063d0fb4a660a708efa
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-10-08 (Wed, 08 Oct 2008)

Changed paths:
  M Changelog
  M source/daemons/qmaster/sge_job_qmaster.c

Log Message:
-----------
JG-2008-10-08-0: Bugfix:     qalter allows a user to place a job in a project
                             forbidden by ACLs
                 Bugster:    6752921
                 Issue:      2737
                 Review:     CR
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 514a1843a82ce871cdcccf477c7e187d8c33dbe5
    https://github.com/gridengine/gridengine/commit/514a1843a82ce871cdcccf477c7e187d8c33dbe5
Author: mpospisil <mpospisil>
Date:   2008-10-08 (Wed, 08 Oct 2008)

Changed paths:
  M Changelog
  M doc/man/man8/SGE_Helper_Service.exe.8

Log Message:
-----------
MP-2008-10-08-0: Bugfix:      SGE_Helper_Service man page still refers to old complex
                              variable when submitting GUI jobs. Also there is a new
                              environment variable that is not yet documented.
                 Bugster:     6637152
                 Issue:       2751
                 Review:      JG


Commit: 973df642bc60448dc3dd05f15b814622dd5f8f2d
    https://github.com/gridengine/gridengine/commit/973df642bc60448dc3dd05f15b814622dd5f8f2d
Author: guenter_herbert <guenter_herbert>
Date:   2008-10-10 (Fri, 10 Oct 2008)

Log Message:
-----------
file GH-2008-10-10-0.txt was added on branch V62_BRANCH on 2008-10-10 09:11:46 +0000


Commit: 0581268ebbe6af644a4f1a622b9f2bdaef000755
    https://github.com/gridengine/gridengine/commit/0581268ebbe6af644a4f1a622b9f2bdaef000755
Author: guenter_herbert <guenter_herbert>
Date:   2008-10-10 (Fri, 10 Oct 2008)

Changed paths:
  M Changelog
  A review/GH-2008-10-10-0.txt
  M source/daemons/qmaster/sge_job_qmaster.c
  M source/libs/sched/sge_support.c
  M source/libs/sched/sgeee.c
  M source/libs/sgeobj/sge_eejobL.h
  M source/libs/uti/sge_time.c
  M source/libs/uti/sge_time.h

Log Message:
-----------
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 767b6732b5f7c4347c455f1f759e0e03edc000c5
    https://github.com/gridengine/gridengine/commit/767b6732b5f7c4347c455f1f759e0e03edc000c5
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-10-16 (Thu, 16 Oct 2008)

Changed paths:
  M Changelog
  M doc/man/man5/queue_conf.5
  M source/daemons/qmaster/setup_qmaster.c
  M source/libs/sgeobj/sge_qinstance.c

Log Message:
-----------
DG-2008-10-16-0: Bugfix:      subordinate properties lost on qmaster restart
                 Bugster:     6319223
                 Issue:       1741
                 Belongs to:  EB-2008-09-15-0
                 Review:      EB


Commit: 912fcf17011d894eba2759813f0c3b7ee79e4b13
    https://github.com/gridengine/gridengine/commit/912fcf17011d894eba2759813f0c3b7ee79e4b13
Author: mpospisil <mpospisil>
Date:   2008-10-16 (Thu, 16 Oct 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_execd.sh

Log Message:
-----------
MP-2008-10-16-0: Bugfix:      invalid exit code if host is removed from admin
                              host list during installation
                 Bugster:     6748262
                 Issue:       2755
                 Review:      DG


Commit: 71ae5e074ddad37a1ccfefbe181aaaf167a60f09
    https://github.com/gridengine/gridengine/commit/71ae5e074ddad37a1ccfefbe181aaaf167a60f09
Author: dom <dom>
Date:   2008-10-16 (Thu, 16 Oct 2008)

Changed paths:
  M Changelog
  M source/utilbin/spooldefaults.c

Log Message:
-----------
MD-2008-10-16-0: Bugfix:      o spooldefaults core dumps when bootstrap file
                                does not exists
                 Bugster:     6710511
                 Issue:       2753
                 Review:      JG


Commit: 1356b207501e9a87eb1c9ede8f5b4d4ea417e10a
    https://github.com/gridengine/gridengine/commit/1356b207501e9a87eb1c9ede8f5b4d4ea417e10a
Author: mpospisil <mpospisil>
Date:   2008-10-16 (Thu, 16 Oct 2008)

Changed paths:
  M source/dist/util/install_modules/inst_execd.sh

Log Message:
-----------
removed extra line during initial commit. Just adding it back in here.


Commit: fc58c604c2d2a0aa824904f75e1ce42a2e80e56c
    https://github.com/gridengine/gridengine/commit/fc58c604c2d2a0aa824904f75e1ce42a2e80e56c
Author: jf222792 <jf222792>
Date:   2008-10-17 (Fri, 17 Oct 2008)

Changed paths:
  M Changelog
  M source/clients/qmod/qmod.c
  M source/daemons/qmaster/sge_c_gdi.c
  M source/daemons/qmaster/sge_c_gdi.h
  M source/daemons/qmaster/sge_qmod_qmaster.c

Log Message:
-----------
JF-2008-10-16-0: Bugfix: qmod does not follow admin host rules fixed
                 Bugtraq: 6707098
                 Issue: 2582
                 Review: JG


Commit: f096948d419964102d98bf304123133be9c35bdf
    https://github.com/gridengine/gridengine/commit/f096948d419964102d98bf304123133be9c35bdf
Author: petrik <petrik>
Date:   2008-10-17 (Fri, 17 Oct 2008)

Changed paths:
  M Changelog
  M source/dist/inst_sge
  M source/dist/util/install_modules/inst_common.sh
  M source/dist/util/install_modules/inst_execd.sh
  M source/dist/util/install_modules/inst_execd_uninst.sh
  M source/dist/util/install_modules/inst_qmaster.sh
  M source/dist/util/rctemplates/sgemaster_template
  M source/dist/util/setfileperm.sh
  M source/dist/util/sgeSMF/sge_smf_support.sh
  M source/dist/util/upgrade_modules/inst_upgrade.sh

Log Message:
-----------
LP-2008-10-17-0: Bugfix:      Cannot choose admin user when installing as root
                              - installation fails
                 Bugfix:      Installation might fail if SGE_CELL directory exists
                 Bugfix:      Service Tags support displays messages on qmaster startup
                 Bugfix:      Upgrade in copy mode should suggest spooling method
		              from the backup first
                 Bugfix:      Parallel execd autoinstallation might fail when using
                              only SMF
                 Bugster:     6739725, 6742941, 6743003, 6743012, 6743001
                 Issue:       2694, 2707, 2710, -, 2709
                 Review:      MD


Commit: 130541e89fd20160e13e09afb7af46f7922e115b
    https://github.com/gridengine/gridengine/commit/130541e89fd20160e13e09afb7af46f7922e115b
Author: dom <dom>
Date:   2008-10-20 (Mon, 20 Oct 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_qmaster.sh

Log Message:
-----------
MD-2008-10-20-0: Bugfix:      o SGE_EXECD_PORT gets accepted even when the
                                same as SGE_QMASTER_PORT
                 Bugster:     6750688
                 Issue:       2754
                 Review:      HP


Commit: 3eb599355dbec8e3c80f434b44de89e6ba7df722
    https://github.com/gridengine/gridengine/commit/3eb599355dbec8e3c80f434b44de89e6ba7df722
Author: mpospisil <mpospisil>
Date:   2008-10-21 (Tue, 21 Oct 2008)

Changed paths:
  M Changelog
  M doc/man/man1/submit.1

Log Message:
-----------
MP-2008-10-21-0: Bugfix:      qsub -w e does not acknowlegde dynamic load parameters
                 Bugster:     6554872
                 Issue:       2240
                 Review:      JG


Commit: d20590a962ea09f9c572419af804add8412dd0cb
    https://github.com/gridengine/gridengine/commit/d20590a962ea09f9c572419af804add8412dd0cb
Author: mpospisil <mpospisil>
Date:   2008-10-21 (Tue, 21 Oct 2008)

Changed paths:
  M Changelog
  M source/clients/qconf/parse_qconf.c
  M source/dist/util/install_modules/inst_execd.sh

Log Message:
-----------
MP-2008-10-21-1: Bugfix:      qconf -Aconf modifies existing configuration
                 Bugster:     6709552
                 Issue:       2752
                 Review:      JG


Commit: 5d4bd4fb69974bf68062fc4e0cb2f3dc21532d2b
    https://github.com/gridengine/gridengine/commit/5d4bd4fb69974bf68062fc4e0cb2f3dc21532d2b
Author: roland <roland>
Date:   2008-10-22 (Wed, 22 Oct 2008)

Changed paths:
  M Changelog
  M source/libs/sched/sge_resource_quota_schedd.c

Log Message:
-----------
RD-2008-10-22-0: Bugfix:      fixed scheduler crash with non-consumable RQS
                 Bugster:     6762505
                 Issue:       2762
                 Review:      AH


Commit: 61d89dffe631c9f5264bd0c5b39b57eddbd4fae6
    https://github.com/gridengine/gridengine/commit/61d89dffe631c9f5264bd0c5b39b57eddbd4fae6
Author: crei <crei>
Date:   2008-10-23 (Thu, 23 Oct 2008)

Changed paths:
  M Changelog

Log Message:
-----------
Created V62u1_TAG_CR6754568
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 57980c1a5241ddb58becd7cd8e21fed4ad4cc9fa
    https://github.com/gridengine/gridengine/commit/57980c1a5241ddb58becd7cd8e21fed4ad4cc9fa
Author: crei <crei>
Date:   2008-10-23 (Thu, 23 Oct 2008)

Changed paths:
  M Changelog
  M source/clients/common/sge_client_ijs.c
  M source/clients/qsh/qsh.c
  M source/common/sge_ijs_comm.c
  M source/common/sge_ijs_comm.h
  M source/common/sge_ijs_threads.c
  M source/common/sge_ijs_threads.h
  M source/daemons/qmaster/sge_thread_event_master.c
  M source/daemons/qmaster/sge_thread_jvm.c
  M source/daemons/qmaster/sge_thread_listener.c
  M source/daemons/qmaster/sge_thread_scheduler.c
  M source/daemons/qmaster/sge_thread_signaler.c
  M source/daemons/qmaster/sge_thread_test.c
  M source/daemons/qmaster/sge_thread_timer.c
  M source/daemons/qmaster/sge_thread_worker.c
  M source/daemons/shepherd/Makefile
  M source/daemons/shepherd/sge_shepherd_ijs.c
  M source/libs/comm/Makefile
  M source/libs/comm/cl_commlib.c
  M source/libs/comm/cl_communication.c
  M source/libs/comm/cl_communication.h
  M source/libs/comm/cl_connection_list.c
  M source/libs/comm/cl_data_types.h
  M source/libs/comm/cl_ssl_framework.c
  M source/libs/comm/cl_tcp_framework.c
  M source/libs/comm/lists/cl_log_list.c
  M source/libs/comm/lists/cl_thread.c
  M source/libs/comm/lists/cl_thread.h
  M source/libs/comm/lists/cl_thread_list.c
  M source/libs/comm/lists/cl_thread_list.h
  M source/libs/comm/lists/test_cl_log_list.c
  M source/libs/comm/lists/test_cl_thread.c
  M source/libs/comm/lists/test_cl_thread_list.c
  M source/libs/comm/test_cl_commlib_client.c
  A source/libs/comm/test_cl_issue_2747_client.c
  A source/libs/comm/test_cl_issue_2747_server.c
  M source/libs/comm/test_multithread_io.c
  M source/libs/comm/test_server_connection.c
  M source/libs/comm/test_thread_throughput.c
  M source/libs/comm/test_virtual_gdi_client.c
  M source/libs/comm/test_virtual_qmaster.c
  M source/libs/gdi/sge_gdi_ctx.c

Log Message:
-----------
CR-2008-10-23-1: Bugfix:      qmaster might be unresponsive for a time because
                              of commlib timeout
                 Bugster:     6754568
                 Issue:       2747
                 Review:      HP
                              o added new module test binaries
                                test_cl_issue_2747_client
                                test_cl_issue_2747_server
                              o enhanced commlib thread list by thread type
                                definition
                              o qmaster threads now use commlib log list for
                                communication logging
                              o cleanup of commlib internal connection state
                                model
                              o cleanup of commlib functions used code copies
                              o fixed bug for removing connections from
                                connection hash
                              o fixed bug in ssl shutdown behaviour
                              o fixed bug in Makefile of commlib/sheperd
                                (missing dependency for libcomm_static.a)
                              o Fixed possible deadlock in IJS
                                (repairs hanging sheduler problem of CR 6751413)


Commit: b6a994cce7150337fbb93973cb51e7c7dec0ce39
    https://github.com/gridengine/gridengine/commit/b6a994cce7150337fbb93973cb51e7c7dec0ce39
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-10-30 (Thu, 30 Oct 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_template.conf

Log Message:
-----------
DG-2008-10-30-0: Cleanup:     Additional JVM args for autoinstall set in
                              install template file to the same value as in
                              inst_qmaster.sh.
                 Review:      AA


Commit: 7d49a447dfa928a3be6dd63c15a5b94fe16d6135
    https://github.com/gridengine/gridengine/commit/7d49a447dfa928a3be6dd63c15a5b94fe16d6135
Author: dom <dom>
Date:   2008-10-30 (Thu, 30 Oct 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_execd.sh

Log Message:
-----------
MD-2008-10-30-0: Bugfix:      creation of local config during execd install broken
                 BelongsTo:   MP-2008-10-21-1
                 Review:      JG


Commit: 1fff8daeb3dd927f56b23ede5fc11d2ed90ff0d1
    https://github.com/gridengine/gridengine/commit/1fff8daeb3dd927f56b23ede5fc11d2ed90ff0d1
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-10-30 (Thu, 30 Oct 2008)

Changed paths:
  M Changelog
  M source/dist/util/upgrade_modules/inst_upgrade.sh

Log Message:
-----------
DG-2008-10-30-1: Bugfix:      When updating from 6.1u? to 6.2 with rpc BDB
                              the upgrading script does not delete spooldb
                              directory.
                 Bugster:     6765660
                 Review:      MD


Commit: 30d32b44826c8850884c23496a0d1b550222826b
    https://github.com/gridengine/gridengine/commit/30d32b44826c8850884c23496a0d1b550222826b
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-10-30 (Thu, 30 Oct 2008)

Changed paths:
  M Changelog
  M source/clients/common/sge_client_ijs.c
  M source/daemons/qmaster/reschedule.c
  M source/daemons/qmaster/sge_advance_reservation_qmaster.c
  M source/daemons/qmaster/sge_c_gdi.c
  M source/daemons/qmaster/sge_calendar_qmaster.c
  M source/daemons/qmaster/sge_qmaster_process_message.c
  M source/libs/sgeobj/sge_var.c

Log Message:
-----------
JG-2008-10-30-0: Bugfix:      fixed a qmaster deadlock on linux
                              fixed minor memory leaks
                 Review:      RD
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 5259e5a185d9ff81518d3a5e47cec952f08d45e5
    https://github.com/gridengine/gridengine/commit/5259e5a185d9ff81518d3a5e47cec952f08d45e5
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-11-03 (Mon, 03 Nov 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_common.sh
  M source/dist/util/upgrade_modules/load_sge_config.sh

Log Message:
-----------
DG-2008-11-03-0: Bugfix:      Critical errors when updating von 6.1 to 6.2 with
                              inst_sge -upd and inst_sge -upd-execd.
                 Bugster:     6766830
                 Issue:       2771
                 Review:      MD


Commit: b84748dc01fb2f1a91660f68c1bb3fc50ca9f63d
    https://github.com/gridengine/gridengine/commit/b84748dc01fb2f1a91660f68c1bb3fc50ca9f63d
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-11-03 (Mon, 03 Nov 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_common.sh

Log Message:
-----------
JG-2008-11-04-0: Bugfix:      auto install fails with spooling via BDB server
                 Bugster:     6767198
                 Issue:       2772
                 Review:      MD
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: cd4a8505a4cb655b99a619ca5cfd044c20a4aeb5
    https://github.com/gridengine/gridengine/commit/cd4a8505a4cb655b99a619ca5cfd044c20a4aeb5
Author: crei <crei>
Date:   2008-11-04 (Tue, 04 Nov 2008)

Changed paths:
  M Changelog

Log Message:
-----------
Updated CR-2008-10-23-1 with CR 6767234 and IZ 2775 which was also fixed
with this commit.
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 99e241e519ea166a2f8a172232a548483d524cd3
    https://github.com/gridengine/gridengine/commit/99e241e519ea166a2f8a172232a548483d524cd3
Author: dom <dom>
Date:   2008-11-05 (Wed, 05 Nov 2008)

Changed paths:
  M Changelog
  M source/dist/inst_sge
  M source/libs/gdi/version.c

Log Message:
-----------
MD-2008-11-05-0: Enhancem:    checking in inst_sge and version.c


Commit: 152d097ca555027e72b182e2c66f1f83a0200e19
    https://github.com/gridengine/gridengine/commit/152d097ca555027e72b182e2c66f1f83a0200e19
Author: Joachim Gabler <jgabler at univa.com>
Date:   2008-11-05 (Wed, 05 Nov 2008)

Changed paths:
  M Changelog
  M source/libs/gdi/sge_gdi_ctx.c

Log Message:
-----------
JG-2008-11-05-0: Bugfix:      When a shadow master took over, the exec daemons
                              do not connect to the new master.
                              Introduced in 6.2u1 development.
                 Review:      CR
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 3f2aadead204868c630a84384a4fe5a9b8d60c0d
    https://github.com/gridengine/gridengine/commit/3f2aadead204868c630a84384a4fe5a9b8d60c0d
Author: crei <crei>
Date:   2008-11-06 (Thu, 06 Nov 2008)

Changed paths:
  M Changelog
  M source/libs/comm/cl_ssl_framework.c

Log Message:
-----------
CR-2008-11-06-0: Cleanup:     Fixed compiler warnings on hp11 in
                              cl_ssl_framework.c (cl_tcp_framework.c already
                              contains the changes).
                 Belongs to:  CR-2008-10-23-1
                 Review:      MD


Commit: 61eb15ebbb53c3776176f2cfc27c18593a560e13
    https://github.com/gridengine/gridengine/commit/61eb15ebbb53c3776176f2cfc27c18593a560e13
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-11-06 (Thu, 06 Nov 2008)

Changed paths:
  M Changelog
  M source/dist/inst_sge
  M source/dist/util/install_modules/inst_common.sh
  M source/dist/util/install_modules/inst_qmaster.sh

Log Message:
-----------
DG-2008-11-06-0: Bugfix:      Fixed bugs regarding the update from 6.1 to 6.2:
                              - Updating from 6.1 to 6.2 is failing with
                                classic spooling when using the old spool
                                directory.
                              - inst_sge -upd prints help output of checkprog
                                binary when PID text file is empty
                 Bugster:     6767855, 6767792
                 Issue:       2779, 2778
                 Review:      JG


Commit: 34a5660f04c12baa05a9c0f1bb6a8dbd49844297
    https://github.com/gridengine/gridengine/commit/34a5660f04c12baa05a9c0f1bb6a8dbd49844297
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-11-10 (Mon, 10 Nov 2008)

Changed paths:
  M Changelog
  M source/dist/util/upgrade_modules/inst_upgrade.sh

Log Message:
-----------
DG-2008-11-10-0: Bugfix:      When upgrading from 6.1 to 6.2 with BDB RPC
                              spooling using same database directory it fails.
                 Bugster:     6768967
                 Issue:       2782
                 Review:      JG


Commit: e51d069f5ae795343bc7ae58be5ac564f792b141
    https://github.com/gridengine/gridengine/commit/e51d069f5ae795343bc7ae58be5ac564f792b141
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-11-10 (Mon, 10 Nov 2008)

Changed paths:
  M source/dist/util/upgrade_modules/inst_upgrade.sh

Log Message:
-----------
DG-2008-11-10-0: Bugfix:      When upgrading from 6.1 to 6.2 with BDB RPC
                              spooling using same database directory it fails.
                 Bugster:     6768967
                 Issue:       2782
                 Review:      JG


Commit: 6bece59fdd7b29bf3fe87a1b784674ce8648ad14
    https://github.com/gridengine/gridengine/commit/6bece59fdd7b29bf3fe87a1b784674ce8648ad14
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-11-10 (Mon, 10 Nov 2008)

Changed paths:
  M Changelog
  M source/dist/util/install_modules/inst_common.sh

Log Message:
-----------
DG-2008-11-10-1: Cleanup:     tmp file is owned by root because
                              ExecuteAsAdmin can not handle file
                              redirection.
                 Belongs to:  DG-2008-11-06-0
                 Review:      MD


Commit: 95f93801859244bea5389e94d35d61f66ac9edff
    https://github.com/gridengine/gridengine/commit/95f93801859244bea5389e94d35d61f66ac9edff
Author: Daniel Gruber <dgruber at univa.com>
Date:   2008-11-12 (Wed, 12 Nov 2008)

Changed paths:
  M source/dist/util/upgrade_modules/inst_upgrade.sh

Log Message:
-----------
DG-2008-11-10-0: Bugfix:      When upgrading from 6.1 to 6.2 with BDB RPC
                              spooling using same database directory it fails.
                 Bugster:     6768967
                 Issue:       2782
                 Review:      JG


Commit: 98a8ef61b94bbff0e24cfa19d5df26168b7d067e
    https://github.com/gridengine/gridengine/commit/98a8ef61b94bbff0e24cfa19d5df26168b7d067e
Author: crei <crei>
Date:   2008-11-12 (Wed, 12 Nov 2008)

Changed paths:
  M Changelog
  M source/libs/comm/test_issues.c

Log Message:
-----------
CR-2008-11-12-0: Bugfix:      fixed test_issues module test binary
                              (merged from maintrunk)
                 Review:      AA


Commit: 876b98c24b29d2d6be883177069fbfd2dedf2285
    https://github.com/gridengine/gridengine/commit/876b98c24b29d2d6be883177069fbfd2dedf2285
Author: dom <dom>
Date:   2008-12-01 (Mon, 01 Dec 2008)

Changed paths:
  M Changelog

Log Message:
-----------
MD-2008-12-01-0: CVS:       Created V62u1_TAG
---------------------------------------------


Commit: f853045180d0350f4fef37635773cd6149a887ae
    https://github.com/gridengine/gridengine/commit/f853045180d0350f4fef37635773cd6149a887ae
Author: cvs2svn <admin at example.com>
Date:   2008-12-01 (Mon, 01 Dec 2008)

Log Message:
-----------
This commit was manufactured by cvs2svn to create branch 'V62u1_BRANCH'.


Commit: 397dda57511ec36155e9329b47af2a880f226d33
    https://github.com/gridengine/gridengine/commit/397dda57511ec36155e9329b47af2a880f226d33
Author: crei <crei>
Date:   2008-12-01 (Mon, 01 Dec 2008)

Changed paths:
  M Changelog
  M source/aimk
  M source/daemons/qmaster/msg_qmaster.h
  M source/daemons/qmaster/sge_qmaster_main.c
  M source/libs/comm/cl_commlib.c
  M source/libs/comm/cl_ssl_framework.c
  M source/libs/comm/cl_tcp_framework.c
  M source/libs/comm/msg_commlib.h
  M source/libs/uti/sge_os.c

Log Message:
-----------
CR-2008-12-01-0: Cleanup:     Commlib: Use poll() instead of select() for
                              linux architectures
                 Review:      JG


Commit: a819a6d50eefe12651853e66d487d14acb951b86
    https://github.com/gridengine/gridengine/commit/a819a6d50eefe12651853e66d487d14acb951b86
Author: dom <dom>
Date:   2008-12-01 (Mon, 01 Dec 2008)

Changed paths:
  M Changelog
  M source/dist/inst_sge
  M source/libs/gdi/version.c

Log Message:
-----------
MD-2008-12-01-0: Enhancem:    check in, version.c and inst_sge


Commit: 3214be0e0572fb91ef39c4142ffd6cdf9bfc81ca
    https://github.com/gridengine/gridengine/commit/3214be0e0572fb91ef39c4142ffd6cdf9bfc81ca
Author: crei <crei>
Date:   2008-12-02 (Tue, 02 Dec 2008)

Changed paths:
  M Changelog

Log Message:
-----------
added V62u1_BRANCH Changelog line
Issue number:
Obtained from:
Submitted by:
Reviewed by:


Commit: 4f3d427284e30512cc4d43909d48c0090b5d32f4
    https://github.com/gridengine/gridengine/commit/4f3d427284e30512cc4d43909d48c0090b5d32f4
Author: roland <roland>
Date:   2009-01-09 (Fri, 09 Jan 2009)

Changed paths:
  M Changelog
  M source/daemons/qmaster/sge_c_gdi.c
  M source/daemons/qmaster/sge_follow.c
  M source/daemons/qmaster/sge_sched_job_category.c
  M source/daemons/qmaster/sge_sched_job_category.h
  M source/daemons/qmaster/sge_sched_thread.c
  M source/daemons/qmaster/sge_thread_scheduler.c
  M source/libs/sched/schedd_message.c
  M source/libs/sched/schedd_message.h
  M source/libs/sched/sge_select_queue.c
  M source/libs/sgeobj/sge_schedd_conf.c
  M source/libs/sgeobj/sge_schedd_conf.h

Log Message:
-----------
RD-2009-09-01-0: Bugfix:      Fixed qmaster crash during scheduler message
                              generation
                 Review:      CR


Commit: 9e81bc95294b45ace00b97586e2849dd4591103f
    https://github.com/gridengine/gridengine/commit/9e81bc95294b45ace00b97586e2849dd4591103f
Author: Joachim Gabler <jgabler at univa.com>
Date:   2009-01-15 (Thu, 15 Jan 2009)

Changed paths:
  M Changelog
  M source/libs/evm/sge_event_master.c

Log Message:
-----------
JG-2009-01-15-0: Bugfix:      no scheduler activity to schedule pending jobs
                              when the qmaster installed on RHEL4
                 Bugster:     6792704
                 Issue:       2877
                 Review:      CR
Issue number:
Obtained from:
Submitted by:
Reviewed by:




More information about the git mailing list