ksqrtr commented on issue #12279: URL: https://github.com/apache/trafficserver/issues/12279#issuecomment-2963290016
> Just to be clear, by fail you are referring to the return code from `traffic_server` or the variables you have set aren't properly overwritten? By fail I mean return code from the `traffic_server -C verify_config` command is not zero. We are using this command to check validity of ATS configs. When we deleted environment variables that were overriding default values everything started to work as expected. ``` [Jun 11 18:27:06.862] traffic_server NOTE: records parsing completed. [Jun 11 18:27:06.862] traffic_server WARNING: We have found the following issues when reading the records node: Debug: Debug: 'proxy.config.cache.ram_cache.size' was override with '17138964234' using an env variable Debug: 'proxy.config.diags.debug.tags' was override with '' using an env variable [Jun 11 18:27:06.862] traffic_server NOTE: /trafficserver/install/etc/trafficserver/records.yaml finished loading NOTE: VERIFY Traffic Server 10.0.6-0 Jun 11 2025 07:46:41 buildkitsandbox traffic_server: using root directory '/trafficserver/install' [Jun 11 18:27:06.873] traffic_server NOTE: updated diags config [Jun 11 18:27:06.878] traffic_server NOTE: storage.config loading ... [Jun 11 18:27:06.878] traffic_server NOTE: storage.config finished loading [Jun 11 18:27:06.882] traffic_server NOTE: /trafficserver/install/etc/trafficserver/logging.yaml loading ... ...skipped... (INFO: Successfully loaded remap.config ERROR: Failed to load records.yaml, exitStatus 2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org