Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

DbProxy

  1. When the connection to the back-end database server fails, a client connected through a proxy appears to hang. This is because the default settings on the client side will retry the connection every five minutes for up to one hour. For the HLT, we need to change these parameters to something more reasonable (that makes the system succeed or fail immediately).

M2OProxy

...

  1. The executable is still running out of Andy's home directory rather than the release. To fix this, several changes need to be made to the
  1. setup-initial.data.xml

...

  1. files:

...

    1. include files change
      Code Block
      xml
      xml
      <include>
      - 

...

    1. <file path="daq/sw/m2o-repository.data.xml"/>
      +  <file path="HLTRelease/sw/HLT_SW_Repository.data.xml"/>
      

...

    1. </include>
      

...

    1. application

...

    1. class

...

    1. changed,

...

    1. binary

...

    1. comes

...

    1. from

...

    1. HLT

...

    1. repository:

...

    1. Code Block
      xml
      xml
      - <obj class="Application" id="M2O_Proxy">
      + <obj class="InfrastructureApplication" id="M2O_Proxy">
      - 

...

    1. <rel name="Program">"Binary" "m2o-proxy-14.2.11"</rel>
      +  <rel name="Program">"Binary" "m2o-proxy"</rel>
      

...

    1. move application from "Applications"

...

    1. to

...

    1. "Infrastructure":

...

    1. Code Block
      xml
      xml
      <obj class="OnlineSegment" id="setup-initial">
      

...

    1. <rel name="Applications" num="..">
      - 

...

    1. "Application" "M2O_Proxy"
      

...

    1. </rel>
      

...

    1. <rel name="Infrastructure" num="..">
      +   "InfrastructureApplication" "M2O_Proxy"
      

...

    1. </rel>
      

...

    1. expand
      Code Block
      xml
      xml
      ${CMTCONFIG}

...

    1. in

...

    1. the HLT

...

    1. environment:
      Code Block
      xml
      xml
      <obj class="OnlineSegment" id="setup-initial">
      

...

    1. <rel name="Parameters" num="..">
      +   "VariableSet" "HLT-Parameters"
      

...

    1. </rel>
      

...

  1. Need to test if the proxy is properly started/restarted

...

  1. by

...

  1. the

...

  1. initial

...

  1. partition

...

  1. under

...

  1. various

...

  1. conditions:

...

    1. when

...

    1. the

...

    1. initial

...

    1. partition

...

    1. is

...

    1. restarted

...

    1. when

...

    1. the

...

    1. node

...

    1. that

...

    1. the

...

    1. proxy

...

    1. runs

...

    1. on

...

    1. (pc-tdq-onl-10)

...

    1. is

...

    1. rebooted

...

    1. when

...

    1. the

...

    1. proxy

...

    1. dies

...

    1. (crashes

...

    1. or

...

    1. is

...

    1. killed)

...

    1. for

...

    1. some

...

    1. reason