trafficserver pull request: preparation for document translations

2013-11-08 Thread maskit
GitHub user maskit opened a pull request: https://github.com/apache/trafficserver/pull/13 preparation for document translations We are translating documents and we need this hack to host the translated documents on Read the Docs. We are doing translation in this way however

Re: [VOTE] Release v4.1.0

2013-11-08 Thread Adam W. Dace
I'm not going to get into the sticky world of testing releases before they're "out the door", but I can definitely do some compilation and report back. On my parent proxy(CentOS, no boost, updated monthly): make[1]: Leaving directory `/home/adace/src/apache/trafficserver-4.1.0/example' make[1]: E

Re: Lua Plugin from Alibaba

2013-11-08 Thread Shu Kit Chan
I have filed a jira to start things off and hope to get things going. https://issues.apache.org/jira/browse/TS-2335 I think first step will be to have asked quehan (portl4t) to add the licensing text to his source code and submit it as a patch to the jira ticket. Right? On Fri, Nov 8, 2013 at 2

Re: [VOTE] Release v4.1.0

2013-11-08 Thread Bryan Call
I ran into the same problem and for me what worked was to remove the current install of traffic server, so it would link with the libraries in the build directory. -Bryan On Nov 7, 2013, at 11:51 PM, Yongming Zhao wrote: > make[1]: Entering directory `/root/rpmbuild/BUILD/trafficserver-4.1.0/

Re: ATS - Performance Related Questions - High

2013-11-08 Thread Bryan Call
The performance is *much* better on ATS. It really depends on your traffic patterns to determine how much better it will be. Also, the CPU usage is much lower on ATS. Some groups use RAID10 for ease of operation, but performance will be less then using the disk devices directly. You can emai

[REMINDER] Subscribe to the list before sending email to it

2013-11-08 Thread Leif Hedstrom
There’s a pretty significant amount of emails that have to be moderated right now. This happens when you email one of the mailing lists from an account that is not subscribed. So, please make sure you email only from addresses which are subscribed to the list please. This will put less of a bur

Redirect error log

2013-11-08 Thread Eddie
Hi Guys, I am seeing a lot of entries in the error log for my url redirect request. The request was processed correctly I could see the expected response in log as well:               2013-11-08 18:23:37   301 FIN http://yahoo.com http://www.yahoo.com/ But log messages like following were pri

Re: [VOTE] Release v4.1.0

2013-11-08 Thread 永豪
not that same issue, my problem is from tstop linking, it will link against libtsmgmt.la, which should already have libtsutil.la. that is weird. I tested with the current master, with no error :( 在 2013年11月8日,下午5:43,Igor Galić 写道: > > > - Original Message - >> make[1]: Entering dire

Re: [VOTE] Release v4.1.0

2013-11-08 Thread 永豪
make[1]: Entering directory `/root/rpmbuild/BUILD/trafficserver-4.1.0/tools' CXX tstop_tstop-tstop.o CXX jtest.o CC http_load.o CC timers.o CCLD http_load/http_load CXXLDjtest/jtest CXXLDtstop/tstop ../mgmt/api/remote/.libs/libtsmgmt.so: undefined ref

Re: ATS - Performance Related Questions - High

2013-11-08 Thread Leif Hedstrom
On Nov 8, 2013, at 2:07 AM, Igor Galić wrote: > > >> holds the similar type of feature which will gel well with RAID 10 level. >> If not we will go ahead with RAID 0 to save more disk space for larger >> cache. Currently we have 300GB cache on each ATS nodes. > > Given that Yahoo has switched

problem with cache.cache_responses_to_cookies value 0

2013-11-08 Thread Paul Marquess
I'm attempting to configure TS (3.2.0) to disable caching for all content where a cookie is present. Setting cache.cache_responses_to_cookies to 0 looks like it should do that according to the comment in records.config # cache responses to cookies has 5 options: # 0 - do not cache any

Re: [VOTE] Release v4.1.0

2013-11-08 Thread Igor Galić
Hi folks, We have discovered a number of issues with this 4.1.0 RC, a severe one is this regression in proxy.node.* stats: https://issues.apache.org/jira/browse/TS-2333 This RC is suspended until that is fixed. If you have test scenarios where this is not an issue, please continue testing.

Re: Lua Plugin from Alibaba

2013-11-08 Thread Shu Kit Chan
+1 That's great news. In my brief experiments with both lua plugins, i think the alibaba one is more feature rich, even supporting intercepts and transforms. I recommend starting with it and add features that the other ones has, such as supporting more hook types and config option api. Once it is

Re: [VOTE] Release v4.1.0

2013-11-08 Thread Igor Galić
- Original Message - > not that same issue, my problem is from tstop linking, it will link against > libtsmgmt.la, which should already have libtsutil.la. > > that is weird. I tested with the current master, with no error :( if this depends on any of your changes in makefile.am, those a

Re: ATS - Performance Related Questions - High

2013-11-08 Thread Igor Galić
- Original Message - > Hi Team, > > I would like to know few performance related information. We have capacity > planning meeting for setting up a new cluster with AT. So your input will > be a great value add in our capacity planning. > > Questions: > 1) YTS(Yahoo Traffic Server) has

Re: [VOTE] Release v4.1.0

2013-11-08 Thread Yongming Zhao
not that same issue, my problem is from tstop linking, it will link against libtsmgmt.la, which should already have libtsutil.la. that is weird. I tested with the current master, with no error :( 在 2013年11月8日,下午5:43,Igor Galić 写道: > > > - Original Message - >> make[1]: Entering dire

Re: Lua Plugin from Alibaba

2013-11-08 Thread Igor Galić
- Original Message - > from what I know, the ts-lua is know to work for most of the requirement, I’d > like to see it promoted to the official tree, have a prove to work Lua > plugin is a great news anyway. I'd like to have more documentation in those examples. (It'd be really cool if 80

Re: [VOTE] Release v4.1.0

2013-11-08 Thread Igor Galić
- Original Message - > make[1]: Entering directory `/root/rpmbuild/BUILD/trafficserver-4.1.0/tools' > CXX tstop_tstop-tstop.o > CXX jtest.o > CC http_load.o > CC timers.o > CCLD http_load/http_load > CXXLDjtest/jtest > CXXLDtstop/tstop > ../mgmt/ap

Re: Lua Plugin from Alibaba

2013-11-08 Thread Yongming Zhao
from what I know, the ts-lua is know to work for most of the requirement, I’d like to see it promoted to the official tree, have a prove to work Lua plugin is a great news anyway. upon how to do with the two lua plugins, I’d like to get someone review and we may need to merge them, at least in

ATS - Performance Related Questions - High

2013-11-08 Thread Karthick S
Hi Team, I would like to know few performance related information. We have capacity planning meeting for setting up a new cluster with AT. So your input will be a great value add in our capacity planning. Questions: 1) YTS(Yahoo Traffic Server) has some performance optimization which utilizes th