Re: [DISCUSS / "vote"] Where should we host the next ATS Summit?

2013-11-12 Thread Leif Hedstrom
On Oct 18, 2013, at 11:39 AM, Leif Hedstrom wrote: > Hi all, > > to get some better ideas of where we should host the next Summit, I’ve > created this Doodle: > > http://doodle.com/f49yuugtr6qwhcfq Last reminder, I’ll close this poll on Friday. As it looks now, there’s an overwhelmin

Re: [DISCUSS] TS-1919: Eliminate CacheLookupHttpConfig

2013-11-12 Thread Leif Hedstrom
On Nov 3, 2013, at 1:27 PM, Leif Hedstrom wrote: > Hi all, > > I’d like to get some closure on the TS-1919 Jira issue. There have been > concerns raised about this patch, and I will try to explain the pros and the > cons of this patch. Note that this is committed on the v5.0.x branch (it’s an

Re: [VOTE] Release v4.1.0

2013-11-12 Thread Bryan Call
+1 Ran in production on a couple RHEL 6.4 hosts. -Bryan On Nov 7, 2013, at 6:40 AM, Igor Galić wrote: > > Hi folks, > > I've prepared a release for v4.1.0, which is a bug fix release > following our new release process and Versioning scheme: > >https://cwiki.apache.org/confluence/display

trafficserver pull request: Fix list templating

2013-11-12 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/16 Fix list templating Looks like removing the excessive colons broke the list You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/tra

trafficserver pull request: Fix list templating

2013-11-12 Thread jacksontj
Github user jacksontj closed the pull request at: https://github.com/apache/trafficserver/pull/16

Re: [08/10] git commit: TS-2316: header_rewrite: improved documentation

2013-11-12 Thread Igor Galić
- Original Message - > TS-2316: header_rewrite: improved documentation arguable ;) I'd rather this was not in the plugin's README, but in doc/reference/plugins/.en.rst ++ i Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 8716 7

trafficserver pull request: Internal LinkedIn's improvements to header_rewr...

2013-11-12 Thread SaveTheRbtz
Github user SaveTheRbtz closed the pull request at: https://github.com/apache/trafficserver/pull/14

[VOTE] Release v4.1.1

2013-11-12 Thread Igor Galić
Hi folks, I've prepared a release for v4.1.1, which is a bug fix release following our new release process and Versioning scheme: https://cwiki.apache.org/confluence/display/TS/Release+Management We're still working out the kinks: After finding a regression in 4.1.0 we could've called a thi

Re: [07/10] git commit: TS-2316: header_rewrite: fixed segfaults in ConditionPath::append_value()

2013-11-12 Thread Leif Hedstrom
On Nov 12, 2013, at 3:27 PM, bri...@apache.org wrote: > TS-2316: header_rewrite: fixed segfaults in ConditionPath::append_value() > > -void > -ConditionPath::append_value(std::string& s, const Resources& res) > -{ > - int path_len = 0; > - const char *path = TSUrlPathGet(res._rri->requestBufp,

trafficserver pull request: TS-2316: properly cherry-pick client header con...

2013-11-12 Thread SaveTheRbtz
GitHub user SaveTheRbtz opened a pull request: https://github.com/apache/trafficserver/pull/17 TS-2316: properly cherry-pick client header condition fix This commit was cherry-picked with some errors: header_rewrite: fix for crash in client header condition Pointy ha

Re: current build farm failures

2013-11-12 Thread Phil Sorber
On Thu, Nov 7, 2013 at 10:33 AM, James Peach wrote: > Hi all, > > I reviewed the current set of build farm failures from master, and there > are 3 different things happenning: > > fedora_rawhide_x86: > fedora_15_x64: > opensuse_12_x64: >[SDK_API_TSCache] TSCach

Re: [VOTE] Release v4.1.1

2013-11-12 Thread 英才
HI all TS-2340 has benn fixed. attach patch https://github.com/phonehold/ts2340/blob/master/0001-fix-2340.patch 在 2013年11月13日,上午9:32,Igor Galić 写道: > > Hi folks, > > I've prepared a release for v4.1.1, which is a bug fix release > following our new release process an

Re: [VOTE] Release v4.1.1

2013-11-12 Thread James Peach
On Nov 12, 2013, at 7:55 PM, 英才 wrote: > HI all > > TS-2340 has benn fixed. > attach patch > https://github.com/phonehold/ts2340/blob/master/0001-fix-2340.patch Nice work! Pushed to master. > > > 在 2013年11月13日,上午9:32,Igor Galić 写道: > >> >> Hi folks, >> >> I've prepar

Re: [VOTE] Release v4.1.1

2013-11-12 Thread Adam W. Dace
Compiles fine on CentOS 6.4 and Mac OS X v10.8.5. On Tue, Nov 12, 2013 at 7:32 PM, Igor Galić wrote: > > Hi folks, > > I've prepared a release for v4.1.1, which is a bug fix release > following our new release process and Versioning scheme: > > https://cwiki.apache.org/confluence/display/T

Re: [DISCUSS] TS-1919: Eliminate CacheLookupHttpConfig

2013-11-12 Thread Yongming Zhao
Leif: as we have talked, we are using that feature, and the late read-while-writer enhancement(not yet submit due to it is bound to our cluster refine) is also built onto this structure. can we keep it? afaik, the CacheLookupHttpConfig is a control from http cache layer that will permit flex co

trafficserver pull request: TS-2316: properly cherry-pick client header con...

2013-11-12 Thread SaveTheRbtz
Github user SaveTheRbtz closed the pull request at: https://github.com/apache/trafficserver/pull/17

Re: [VOTE] Release v4.1.1

2013-11-12 Thread Sjaak Westdijk
And on Omnios On 11/13/2013 6:41, Adam W. Dace wrote: Compiles fine on CentOS 6.4 and Mac OS X v10.8.5. On Tue, Nov 12, 2013 at 7:32 PM, Igor Galić wrote: Hi folks, I've prepared a release for v4.1.1, which is a bug fix release following our new release process and Versioning scheme:

Re: git commit: TS-2340: fix TextLogObject log rolling

2013-11-12 Thread Igor Galić
- Original Message - > Updated Branches: > refs/heads/master e754a1d0c -> 2abdac235 > > > TS-2340: fix TextLogObject log rolling > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2abdac23 >