Actions
Feature #2620
closedKeep supports I/O locking
Status:
Resolved
Priority:
Normal
Assigned To:
Tim Pierce
Category:
-
Target version:
Story points:
2.0
Description
Notes:
- Lock is per-volume. It's the sysadmin's problem to ensure volumes don't share a spindle.
- Lock is in-process (not flock). It's the sysadmin's problem to ensure keep servers don't share a volume.
- Enable per-volume lock with -serialize flag.
- Exempt from lock behavior: HEAD, index, and the process of discovering whether a block is present during a GET or PUT. In other words, we aren't strictly limiting IO to one client per spindle: we're assuming the OS has good enough cache behavior to support hordes of readdir operations alongside a big read/write without (statistically) causing thrash.
Updated by Tim Pierce over 10 years ago
- Tracker changed from Bug to Feature
- Subject changed from Keep I/O locking to Keep supports I/O locking
An admin should be able to enable I/O locking: a per-spindle lock that prevents Keep from reading or writing to more than one file at a time. I/O operations on different spindles may still be executed concurrently.
Updated by Tim Pierce over 10 years ago
- Target version deleted (
2014-05-07 Storing and Organizing Data)
Updated by Tim Pierce over 10 years ago
- Target version set to 2014-05-07 Storing and Organizing Data
Updated by Tim Pierce over 10 years ago
- Status changed from New to Resolved
- % Done changed from 92 to 100
Applied in changeset arvados|commit:a6439c7ddc3407193889386051f06df2a1e74ea9.
Actions