You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2009/12/08 19:29:19 UTC

[jira] Created: (TS-76) CACHE_FRAG_TYPE should not be power of 2 and should not be hardcoded to allow plugin of other protocols.

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.