apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.02k stars 339 forks source link

Fix czf temp file issue in Traffic Router #8008

Closed rimashah25 closed 1 month ago

rimashah25 commented 1 month ago

Fix czf temp file issue in Traffic Router


## Which Traffic Control components are affected by this PR?

What is the best way to verify this PR?

  1. If using Dev CIAB, Create Terminal to the TR container and navigate to _/opt/trafficrouter/temp/ directory. After every restart of TR, there should not be any czf*.json files created prior to the current start up of TR.
  2. Same applies to any environment where TR is deployed. No new czf*.json files should be retained under the _/opt/trafficrouter/temp/ directory after the TR restart.
  3. However, as a one time cleanup activity, all previously created temp files under _/opt/trafficrouter/temp/ directory has to be deleted.

If this is a bugfix, which Traffic Control versions contained the bug?

PR submission checklist