final OCluster cluster = getClusterById(iRid.clusterId);
iRid.clusterPosition = cluster.addPhysicalPosition(0, offset, iRecordType);
return iRid.clusterPosition;
} catch (IOException e) {
throw new OStorageException("Error on create record in cluster: " + iRid.clusterId, e);
} finally {
lock.releaseSharedLock(locked);
OProfiler.getInstance().stopChrono("OStorageMemory.createRecord", timer);
}