[GitHub] trafficserver pull request #872: TS-4735: Fix race condition in traffic_serv...

2016-09-15 Thread jpeach
Github user jpeach closed the pull request at:

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


---
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 #872: TS-4735: Fix race condition in traffic_serv...

2016-08-17 Thread kshri23
GitHub user kshri23 opened a pull request:

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

TS-4735: Fix race condition in traffic_server startup

Set max_msgs_in_row to 1 temporarily during traffic_server startup to avoid 
a hitting race condition when we receive configurations continuously from 
traffic_manager while coming up. We will reset this limit back to 10,000 in 
reconfigure() once the initial synchronization is done.

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

$ git pull https://github.com/kshri23/trafficserver fix_4735

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

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


commit 0fd360bd3154a02a8c532de87f6b001adf14ed7f
Author: Shrihari Kalkar 
Date:   2016-08-18T02:32:49Z

Fix race condition in traffic_server startup

Set max_msgs_in_row to 1 during traffic_server startup to avoid hitting
race condition as seen in issue TS-4735




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