llpl
llpl copied to clipboard
Low Level Persistence Library
``` com.intel.pmem.llpl.HeapException: Failed to allocate memory of size 2097152 at com.intel.pmem.llpl.MemoryAccessor.lambda$new$0(MemoryAccessor.java:65) at com.intel.pmem.llpl.MemoryAccessor.(MemoryAccessor.java:77) at com.intel.pmem.llpl.AnyMemoryBlock.(AnyMemoryBlock.java:34) at com.intel.pmem.llpl.AbstractMemoryBlock.(AbstractMemoryBlock.java:16) at com.intel.pmem.llpl.MemoryBlock.(MemoryBlock.java:25) at com.intel.pmem.llpl.Heap.allocateMemoryBlock(Heap.java:226) at org.apache.hadoop.hbase.regionserver.PersistentMemstoreLAB.allocateBytes(PersistentMemstoreLAB.java:102) at org.apache.hadoop.hbase.regionserver.TestPersistentMemstoreLAB.testLABLargeAllocation(TestPersistentMemstoreLAB.java:74) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)...
Stack: [0x00007f9810c8d000,0x00007f9810d8d000], sp=0x00007f9810d89ff8, free space=1011k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libpthread.so.0+0x9d00] pthread_mutex_lock+0x0 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 839 com.intel.pmem.llpl.AnyHeap.nativeGetRoot(J)J (0...
Bumps [testng](https://github.com/cbeust/testng) from 7.0.0 to 7.5.1. Release notes Sourced from testng's releases. TestNG v7.5.1 What's Changed Cherrypick Zip Slip Vulnerability to 7.5 release by @prashil-g in cbeust/testng#2899 New Contributors @prashil-g...