Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jira Ticket: https://issues.apache.org/jira/browse/TS-1466

Alarms scripts / executables

The alarms script that gets executed have changed the command line format. We no longer send email addresses as part of the command line invocation. Instead, the script only receives two arguments:

  • A descriptive text for the bug
  • The alarm type (a number).

Removed configurations

The following configurations are no longer supported (or necessary). They should be removed from your records.config if you have them in there.

Code Block
 CONFIG proxy.config.bandwidth_mgmt.filename STRING ""
 CONFIG proxy.config.admin.autoconf.wpad_filename STRING ""
 CONFIG proxy.config.username.cache.enabled INT 0
 CONFIG proxy.config.username.cache.filename STRING ""
 CONFIG proxy.config.username.cache.size INT 0
 CONFIG proxy.config.username.cache.storage_path STRING ""
 CONFIG proxy.config.username.cache.storage_size INT 0
 CONFIG proxy.config.http.wuts_enabled INT 0
 CONFIG proxy.config.http.log_spider_codes INT 0
 CONFIG proxy.config.http.accept_encoding_filter_enabled INT 0
 CONFIG proxy.config.http.accept_encoding_filter.filename STRING ""
 CONFIG proxy.config.net.throttle_enabled INT 0
 CONFIG proxy.config.net.accept_throttle INT 0
 CONFIG proxy.config.cluster.num_of_cluster_connections INT 0
 CONFIG proxy.config.cache.url_hash_method INT 0
 CONFIG proxy.config.plugin.extensions_dir STRING ""
 CONFIG proxy.local.http.parent_proxy.disable_connect_tunneling INT 0
 CONFIG proxy.config.remap.use_remap_processor INT 0
 CONFIG proxy.config.admin.admin_user STRING admin

Bugs that need upgrade notes

...