Defect HC-9814

Remove MemberLock serialization for GET requests

Software

Customer case Applies to Corrected in
CS0215021 V9.1.5.0 9.0.1.16

Observed behavior

Use of forced thread serialization in MemberLock for http GET requests leads to deadlocks.

Expected behavior

Deadlocks occur when ts-app calls search while holding locks and search calls back to ts-app attempting the same locks as the initial thread.

Resolution

The code is updated to no longer require serialization when acquiring locks.