ckpt server not thread-safe?

Submitted by edrt on Wed, 2006-11-22 06:21.

Hi all,

I've just dig into ckpt server implementation and find one potential problem. ckpt server have 3 clEoJobQueueProcess threads, but service handlers like _ckptRemSvrCkptAdd etc. don't using locking facility to make it thread safe. Can anyone confirm this?

Thanks
Eddy

Submitted by harikrishna_gp on Wed, 2006-11-22 22:45.

Hi Eddy,
You are right. Right now there are few APIs which mkes ckpt server unsafe for multiple threads.
It is being corrected in the coming release.

Thanks,
Hari

Submitted by edrt on Thu, 2006-11-23 00:51.

Hi Hari,

Get it.

Thanks
Eddy