Re: Thread Synchronization issue when using Hierarchical Locking

2015-06-24 Thread Isuru Haththotuwa
onization issue when using Hierarchical locking. The code segment > below caused the issue: > > public TopologyLock getTopologyLockForService(String serviceName, boolean > forceCreationIfNotFound) { > TopologyLock topologyLock = > serviceNameToTopologyLockMap.get(service

Re: Thread Synchronization issue when using Hierarchical Locking

2015-06-24 Thread Imesh Gunaratne
f sharing some details about $subject. So that it might help us > to identify or debug any issues in future. We faced a thread > synchronization issue when using Hierarchical locking. The code segment > below caused the issue: > > public TopologyLock getTopologyLockForService(Str

Thread Synchronization issue when using Hierarchical Locking

2015-06-24 Thread Reka Thirunavukkarasu
Hi Thought of sharing some details about $subject. So that it might help us to identify or debug any issues in future. We faced a thread synchronization issue when using Hierarchical locking. The code segment below caused the issue: public TopologyLock getTopologyLockForService(String