Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DbProxy

M2OProxy

  1. The executable running out of

...

  1. Andy's

...

  1. home

...

  1. directory

...

  1. rather

...

  1. than

...

  1. the

...

  1. release.

...

  1. To

...

  1. fix

...

  1. this

...

  1. several

...

  1. changes

...

  1. need

...

  1. to

...

  1. be

...

  1. made

...

  1. to

...

  1. the

...

  1. setup-initial.data.xml

...

  1. files:

...

    1. include

...

    1. files

...

    1. change

...

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

...

    1. application class 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">
      - <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">
      <rel name="Applications" num="..">
      - "Application" "M2O_Proxy"
      </rel>
      <rel name="Infrastructure" num="..">
      +   "InfrastructureApplication" "M2O_Proxy"
      </rel>
      

...

    1. expand
      Code Block
      xml
      xml
      ${CMTCONFIG}

...

    1. in

...

    1. HLT

...

    1. environment

...

    1. Code Block
      xml
      xml
      <obj class="OnlineSegment" id="setup-initial">
      <rel name="Parameters" num="..">
      +   "VariableSet" "HLT-Parameters"
      </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