gerritjvv / bigstreams

bigstreams big data kafka hadoop and file based imports
Eclipse Public License 1.0
3 stars 3 forks source link

Add NonBlocking algorithm to Coordination Service LockMemory #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Lock memory currently blocks on a ConcurrentHashMap instance.
We are improving this by using a fixed array size ReentrantLock structure 
similar to that of the locking mechanism used in ConcurrentHashMap.

Original issue reported on code.google.com by gerritjvv@gmail.com on 28 Sep 2010 at 1:35

GoogleCodeExporter commented 8 years ago
Coordination service now has a proper semi non blocking algorithm on the 
LockMemory.

Original comment by gerritjvv@gmail.com on 29 Sep 2010 at 3:16