csa114 problem

Submitted by edrt on Fri, 2006-09-29 01:27.

Hello all,

I'm running openclovis eval app, and find a problem with csa114 (and csa115)

Use sequence below
- la sp
- ul sp
- la su
- ul su
- la sp
- li sp
- la sp <--- find sp can can provide service to su at la state

BTW, I can't find version control system on openclovis site. How
will openclovis release patch ?

Thanks
Eddy

Submitted by nv on Sun, 2006-10-01 07:18.

This is a bug in the csa114 application and not the ASP framework.

In csa114SPCompAppMain.c::csa114SpGlobalsInitialize(), it sets the variable spQuiescedFlag to CL_FALSE. This should default to CL_TRUE.

So when the process is freshly started and has not received any CSI assignments, it assumes it can provide the service and responds properly to the RMD request. If the default state is unlocked, the problem sequence you described above can be reduced to:

la sp --> csi assignments removed
li sp --> csa114 process terminated
la sp --> csa114 process restarted

As for version control - we are in the process of adding it. For now, the plan is to upload point releases periodically as its easier from a support perspective.

Regards,
nv

Submitted by edrt on Sun, 2006-10-01 09:02.

Get it.

Thanks
Eddy