GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/283
Multi site origin feature
We have a use case where our linear video and video on demand origin
servers are deployed to geographically dispersed data centers and we would like
to
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/297
Modified the plugin to add back the Range request header at the TS_HTâ¦
â¦TP_SEND_RESPONSE_HDR_HOOK
so that custom logging of range requests works properly.
You can merge this
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/297#issuecomment-141509647
Sudheer,
I ran clang format and pushed it.
Thanks
--
John J. Rushford
IPCDN Engineering
1400 Wewatta Street, Denver Colorado
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/297#issuecomment-141510195
thanks
Thanks
--
John J. Rushford
IPCDN Engineering
1400 Wewatta Street, Denver Colorado 80202
john_rushf...@cable.comcast.com
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/297#issuecomment-141522795
Youâre right, I should have. Will do next time ;)
Thanks
--
John J. Rushford
IPCDN Engineering
1400 Wewatta Street, Denver Colorado
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/297#issuecomment-141536125
Thatâs why I added it back as âRangeâ, so that it would be seamless
for those using custom logs. Otherwise theyâd have to read the source code
and
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/298
Cache range requests changes
logging changes suggested by jpeach.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jrushf1239k
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/283
---
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
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/283#issuecomment-152298104
I want to close this pull request for now.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/321
Parent selection 2.0
This is a refactor of Parent Selection to add the following features:
1) multi-site origin - using parent selection, origin servers may be
selected using
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/321#issuecomment-154527197
I fixed that, ParentSelectionStrategy now has a virtual destructor.
---
If your project is set up for it, you can reply to this email and have your
reply
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/359
TS-3418: Second hash ring for consistently hashed parent selection
This pull request is to add an optional secondary hash ring to parent
selection and is based upon feedback from James
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/359#issuecomment-162602947
Hi James,
I've squashed several commits and cleaned up the history, I'll be more
descriptive in the future. Also, I found that I had le
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/359#issuecomment-163386805
Done, Thanks for the git help!
Thanks
--
John J. Rushford
IPCDN Engineering
1400 Wewatta Street, Denver Colorado 80202
john_rushf
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/377
TS-4030: Fixed a regression test failure.
Fix a bug found with regression tests. ParentResult::start_parent was not
initialized in FindParent() when using strict round robin in a
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/377
---
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
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/359#issuecomment-165575394
James,
I've made changes based upon your suggestions. Please review
---
If your project is set up for it, you can reply to this email and
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/359#issuecomment-165605094
Fixed function declarations and removed url_len argument from the
consistent hash lookup functions.
---
If your project is set up for it, you can reply to
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/390
TS-4089: Fixed coverity issues in parent selection.
Updated the ParentConfigParams destructor to free the memory pointed at by
policy and corrected the null pointer issue in
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/298
---
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
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/298#issuecomment-168814793
Closed. Was merged by jpeach on Oct 22, 2015.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/407
TS-4115: add multi origin feature to parent selection.
Updates to parent selection for multi origin features.
You can merge this pull request into a Git repository by running
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/424
TS-4133: Update the url_sig plugin so that application query parameteâ¦
See TS-4133. This update to url_sig will allow application query
parameters destined for an origin server to
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/473
fixed a bug where a parent is not marked down due to a race updating â¦
â¦the parent record failCount. Added a fix to only mark up retryable
parents in HttpTransact when the retry is
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/473#issuecomment-183422438
Hi Leif,
Should be good now, I clang formatted it.
John
---
If your project is set up for it, you can reply to this email and have your
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/473#issuecomment-183425465
Yes, itâs being done in HttpTransact::handle_response_from_parent() when
the parent is marked for retry, âparent_result->retry == trueâ. There
itâ
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/482
Fix a potential null reference found by clang-analyzer.
I reopened TS-4199 for this pull request. This pull request fixes a
potential null reference found by clang-analyzer.
You can
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/393#issuecomment-187279799
I can't build the master branch since this was added, I think that the
plugins/experimental/Makefile.am needs to be changed:
- stream_e
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/494
TS4095: fix the plugins/experimental/Makefile.am for webp_transform plugin.
Could not build the master branch this morning as there were build errors
with the webp_transform plugin
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/494#issuecomment-187374466
I think this change is good as the configure.ac has the enable-cppapi
check. so, configure won't create a makefile unless both options are used. I
t
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/407#issuecomment-189985840
Submitting another pull request with only changes for multi-site origin.
---
If your project is set up for it, you can reply to this email and have your
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/407
---
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
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/504
TS4115: Add a Parent selection configuration for multiple origin servers.
I refactored the pull request to add origin server selection using parent
selection.
You can merge this pull
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/504#issuecomment-194416690
This PR adds multi-origin to parent selection. That is origin servers may
be listed as parents for selection using parent selection with round robin or
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/424#issuecomment-196387624
Updated the README and added source code comments on the requirement that
signing query parameters must always be appended to the end of any application
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/504#issuecomment-196839635
Yup, it's been tested.
Thanks
--
John J. Rushford
IPCDN Engineering
1400 Wewatta Street, Denver Colorado 80202
john_
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/504
---
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
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/530
TS-4287: Add a simple and dead server retry feature to Parent Selection.
@zwoop, @jpeach, @PSUdaemon, @bryancall please review and comment. This is
the simple retry and dead server
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/530#issuecomment-199881433
Dead Server retry is confusing and not accurate. Change the configuration
variable names and description to use unavailabe server retry.
---
If your
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/424#issuecomment-199902610
changes were pushed to master, closing this pull request.
---
If your project is set up for it, you can reply to this email and have your
reply appear on
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/424
---
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
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/530#issuecomment-200011630
Updated this pull request and renamed dead server retry to unavailable
server retry.
---
If your project is set up for it, you can reply to this email and
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/550
TS-4327: Fix bug introduced with the addition of multi-site origin toâ¦
Fixe a segmentation fault when checking the parent_result.rec pointer
before it has been set by findParent
Github user jrushf1239k closed the pull request at:
https://github.com/apache/trafficserver/pull/550
---
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
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/550#issuecomment-206533431
This has been merged to master.
---
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
45 matches
Mail list logo