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