VladRodionov / bigbase

BigBase - read optimized, fully HBase-compatible, NoSQL Data Store
GNU Affero General Public License v3.0
9 stars 1 forks source link

block-cache: BlockCacheStorageSimpleRegionTests fails when OffHeapCache.clear() is called #10

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

Actually, OffHeapCache.clear() has some serious issues and either MUST be rewritten or fixed. This can be the sign of a MORE serious problem in OffHeapCache: memory alloc/free/alloc sequence can fail.