Piotr Balcer
Piotr Balcer
Yes. If you are mapping the same part of the file, you will always get the same data.
Let's add an ENV variable to control this behavior, and by default let's repeat 100 times on EINTR.
Looks like poolsets are not opening/parsing correctly: ``` error: opening poolset failed /dev/shm/shm0/dir1/test_pmempool_sync_remote/data/pool.set: Invalid argument error: opening poolset failed /dev/shm/shm0/dir1/test_pmempool_sync_remote/data/pool.set: Invalid argument error: opening poolset failed /dev/shm/shm0/dir1/test_pmempool_sync_remote/data/pool.set: Invalid argument error:...
@draghan is this still an issue?
@Greg091 What's the status of this task?
libpmemobj checks bad blocks and shutdown state by default. AFAIR one of the problems of the existing ndctl interface is that there's no way to distinguish between "bad blocks not...
@igchor is this fixed? if so, please close the issue.
The allocated raw objects are technically cache line aligned, but the effective alignment of user data is offset by the object's header. This "soft alignment" allows you to reason about...
I'm afraid not - the default allocation classes all use the compact header and do not use alignment. The first implementation of the allocation classes interface did allow the application...
@lplewa please rebase and resolve the conflict.