• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • synergy-plugin
    • None
    • Platform: All, OS: All

      i having trouble with hanging hudson builds. the problem was the "ccm start".
      Currently a session is closed when the "job" is done and a new one is opened if
      there is something new to do.

      it would be nice to set a option like "Keep Sessions" and the session will never
      close.

          [JENKINS-3596] Reuse of a session

          Patch can be found here, but it is not configurable. there have to be more
          changes to be done:
          http://wiki.jenkins-ci.org/display/JENKINS/Synergy+Plugin?focusedCommentId=37324135#comment-37324135

          Sven Oppermann added a comment - Patch can be found here, but it is not configurable. there have to be more changes to be done: http://wiki.jenkins-ci.org/display/JENKINS/Synergy+Plugin?focusedCommentId=37324135#comment-37324135

          jhm added a comment -

          An idea would also be to have a "session pool":
          getSession(engine, database) : may return null
          getSession(engine, database, project) : may return null
          requireSession(...) : returns a session, maybe create a new one before
          close(session)

          The pool could have a timeout and close sessions not used for a longer time

          jhm added a comment - An idea would also be to have a "session pool": getSession(engine, database) : may return null getSession(engine, database, project) : may return null requireSession(...) : returns a session, maybe create a new one before close(session) The pool could have a timeout and close sessions not used for a longer time

          jribette added a comment -

          Patch merged

          jribette added a comment - Patch merged

          jribette added a comment -

          Done in 1.5

          jribette added a comment - Done in 1.5

            jribette jribette
            cecom Sven Oppermann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: