[GitHub] trafficserver pull request #1619: Perform the config reload on ET_TASK threa...

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

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


---
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 #1619: Perform the config reload on ET_TASK threa...

2017-03-29 Thread vmamidi
GitHub user vmamidi opened a pull request:

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

Perform the config reload on ET_TASK threads

Config reload on a main thread could potentially block the requests on the 
thread if the reload takes longer time. 

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

$ git pull https://github.com/vmamidi/trafficserver 
config_reload_on_task_thread

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

https://github.com/apache/trafficserver/pull/1619.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 #1619


commit 10368d80589c2e87149843b51de9b997a9443b54
Author: vijayabhaskar 
Date:   2017-03-29T20:25:43Z

Perform the config reload on ET_TASK threads




---
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.
---