You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the Velox configuration:
enable-ssd-cache=true
memory-use-mmap=true
cache.ssd-enable-odirect=true
Velox is sending misaligned data to the SSD cache and the device throws errors:
E1107 19:53:48.763626 87470 SsdFile.cpp:446] [SSDCA] Failed to write to SSD, file name: /mnt2/ssd/velox20, size: 3, offset: 2548736256, error code: 22, error string: Invalid argument
Assuming there is no way that O_DIRECT can be made compatible with misaligned data, is there a way in Velox via configuration to ensure alignment (in this case the drive has a 4KB blocksize)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Given the Velox configuration:
enable-ssd-cache=true
memory-use-mmap=true
cache.ssd-enable-odirect=true
Velox is sending misaligned data to the SSD cache and the device throws errors:
E1107 19:53:48.763626 87470 SsdFile.cpp:446] [SSDCA] Failed to write to SSD, file name: /mnt2/ssd/velox20, size: 3, offset: 2548736256, error code: 22, error string: Invalid argument
Assuming there is no way that O_DIRECT can be made compatible with misaligned data, is there a way in Velox via configuration to ensure alignment (in this case the drive has a 4KB blocksize)?
Beta Was this translation helpful? Give feedback.
All reactions