CACHE_FRAG_TYPE should not be power of 2 and should not be hardcoded to allow plugin of other protocols. --------------------------------------------------------------------------------------------------------
Key: TS-76 URL: https://issues.apache.org/jira/browse/TS-76 Project: Traffic Server Issue Type: Improvement Components: Cache Reporter: John Plevyak Assignee: John Plevyak Current CACHE_FRAG_TYPE and the interaction with the cache partitioning code is is fixed rather than being pluggable. Furthermore the frag types are powers of 2 just so that they can be bit fields in caches_ready which isn't used. These should be converted to integers and it should be possible to partition based on any of them and it should be possible use any number for pluggable custom protocols. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.