[GitHub] trafficserver pull request #1521: Changes default RAM cache to the LRU + see...

2017-03-07 Thread zwoop
Github user zwoop closed the pull request at:

https://github.com/apache/trafficserver/pull/1521


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1521: Changes default RAM cache to the LRU + see...

2017-03-01 Thread zwoop
GitHub user zwoop opened a pull request:

https://github.com/apache/trafficserver/pull/1521

Changes default RAM cache to the LRU + seen-filter

It turns out, the CLFUS is either having a bug/issue, or doesn't work well
with some content. But several of our users have reported noticeable (2-3x)
better cache hit ratio with the LRU vs the CLFUS. The issues with the
CLFUS cache happens over time in at least my tests, where it can take up to
24h for it to deteriorate noticeably. This is likely why it has gone 
unnoticed
for so long.

This should also be backported into 7.1.x.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zwoop/trafficserver LRU

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1521.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1521


commit 496b68881d4a39a832fbc48bb29fca7519420ad5
Author: Leif Hedstrom 
Date:   2017-03-01T15:14:23Z

Changes default RAM cache to the LRU + seen-filter

It turns out, the CLFUS is either having a bug/issue, or doesn't work well
with some content. But several of our users have reported noticeable (2-3x)
better cache hit ratio with the LRU vs the CLFUS. The issues with the
CLFUS cache happens over time in at least my tests, where it can take up to
24h for it to deteriorate noticeably. This is likely why it has gone 
unnoticed
for so long.

This should also be backported into 7.1.x.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---