trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
This issue was reported by [email protected] on the mailing list. Hi I'm upgrading from 7.1 to 9.2.3 and attempting to get a certain amount of connections kept open between ATS...
Revive #11000 for the config project. Diffs from #11000 are 1. This deprecates `storage.config` and `volume.config`, but keeps them for compatibility, so we can merge to master branch. 2. Rename...
This commit implements reader/writer locks for cache directory operations to significantly reduce lock contention under high concurrency. Changes: - Added ts::shared_mutex dir_mutex to StripeSM for directory operations - Created CacheDirSharedLock...
Hi ATS team, We encountered an issue where a core dump occurs due to repeated calls to CacheVC::scanObject after a failed cache deletion. I’d like to share our findings and...
Do not merge - testing CI rocky build with cripts
This crash happened once on a CI build, but next run succeeded. ``` [Sep 16 03:10:21.110] traffic_server NOTE: records parsing completed. [Sep 16 03:10:21.111] traffic_server NOTE: /tmp/sandbox/txn_box_ramp/ts/config/records.yaml finished loading [Sep...
I would like to propose a new way for ATS to handle `config reload` that will hopefully provide more feedback and information to the user. Current issues: - `traffic_ctl config...
I wrote a very crude C program (with some help getting started using AI) for fetching SRV records to generate a `remap.confg` file. I called it [trafficmap](https://github.com/tuaris/trafficmap/blob/master/src/trafficmap.c). It takes in...
We noticed that some requests were generating HTTP 502 errors. The cause is the origin server closed an HTTP/1 keep-alive connection. It happens as follows. 1. An origin connection is...
Per the discussion here: https://github.com/apache/trafficserver/pull/11902 It would be clearer for end users if the configs that are named `enabled` were booleans. Currently that is the case for many of them,...