Have multiple monitors failing from the Vancouver cloud station. The same monitor is working fine from other cloud stations. Is there an issue going on with Vancouver station?
Fix to be added to OPMS/ Public stations.
in Jmeter system.properties file to disable caching
#networkaddress.cache.ttl=0
#networkaddress.cache.negative.ttl=0
networkaddress.cache.ttl (default: see below)
Value is an integer corresponding to the number of seconds successful name lookups will be kept in the cache. A value of -1, or any other negative value for that matter, indicates a “cache forever” policy, while a value of 0 (zero) means no caching. The default value is -1 (forever) if a security manager is installed, and implementation specific when no security manager is installed.
networkaddress.cache.negative.ttl (default: 10)
Value is an integer corresponding to the number of seconds an unsuccessful name lookup will be kept in the cache. A value of -1, or any negative value, means “cache forever”, while a value of 0 (zero) means no caching