Cache::open_write should use an options arg for flexability and shoudl allow
SYNC writes
----------------------------------------------------------------------------------------
Key: TS-222
URL: https://issues.apache.org/jira/browse/TS-222
Project: Traffic Server
Issue Type: Improvement
Components: Cache
Affects Versions: 2.1.0
Reporter: John Plevyak
Assignee: John Plevyak
Unix file open supports a number of options, e.g. O_DIRECT O_NOATIME etc.
Currently open_write takes one option "overwrite", but there are several other
options
which would be nice, including CLOSE_COMPLETE (finalize the object when nbytes
== ndone
and expect a close, preventing the head from being split from the data in cases
where
the object is small) and SYNC which would call COMPLETE when the object has hit
the disk and would be recovered in the case of a crash.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.