[GitHub] trafficserver pull request: Fixing TS-3885 by writing data on the ...

2015-09-02 Thread pushkarpradhan
GitHub user pushkarpradhan opened a pull request: https://github.com/apache/trafficserver/pull/287 Fixing TS-3885 by writing data on the client socket You can merge this pull request into a Git repository by running: $ git pull https://github.com/pushkarpradhan/trafficserver

[GitHub] trafficserver pull request: This is the fix for TS-3848.

2015-08-27 Thread pushkarpradhan
GitHub user pushkarpradhan opened a pull request: https://github.com/apache/trafficserver/pull/282 This is the fix for TS-3848. The values for wait_for_cache are extended to the range 0-3. If none of the disks or volumes could be initialized and the wait_for_cache value is 2

[GitHub] trafficserver pull request: TS3848

2015-08-27 Thread pushkarpradhan
Github user pushkarpradhan closed the pull request at: https://github.com/apache/trafficserver/pull/280 --- 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] trafficserver pull request: TS3848

2015-08-27 Thread pushkarpradhan
Github user pushkarpradhan commented on the pull request: https://github.com/apache/trafficserver/pull/280#issuecomment-135520691 Creating a newer pull request so closing this one. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] trafficserver pull request: TS3848

2015-08-26 Thread pushkarpradhan
Github user pushkarpradhan commented on the pull request: https://github.com/apache/trafficserver/pull/280#issuecomment-135150886 jpeach: I am confused by the patch requirements, can you explain what do you mean by a no-op patch etc. A no-op patch and a single patch, that seems

[GitHub] trafficserver pull request: TS3848

2015-08-24 Thread pushkarpradhan
GitHub user pushkarpradhan opened a pull request: https://github.com/apache/trafficserver/pull/280 TS3848 Fixes TS-3848. A new variable proxy.config.http.cache.required (range: 0-2) controls whether we will exit on cache or volume initialization failure. 0 Continue

[GitHub] trafficserver pull request: TS3848

2015-08-24 Thread pushkarpradhan
Github user pushkarpradhan commented on the pull request: https://github.com/apache/trafficserver/pull/279#issuecomment-134404937 Please ignore for now, found a null pointer access. Will fix and create a new PR shortly. --- If your project is set up for it, you can reply to this

[GitHub] trafficserver pull request: TS3848

2015-08-24 Thread pushkarpradhan
Github user pushkarpradhan closed the pull request at: https://github.com/apache/trafficserver/pull/279 --- 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] trafficserver pull request: TS3848

2015-08-24 Thread pushkarpradhan
GitHub user pushkarpradhan opened a pull request: https://github.com/apache/trafficserver/pull/279 TS3848 This is a proposed fix for TS-3848. The idea is that if traffic_server fails to read/initialize one or more cache disks or volumes we should fail. This is configurable