-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 10.2.1
-
Component/s: Administration (General), Analytics
-
None
-
1
-
Severity 3 - Minor
Issue Summary
Bamboo has outgoing HTTP connections even though disabled Analytics
Steps to Reproduce
- Bamboo Administration > Overview > Analytics Disabled analytics
- Restart Bamboo and see outgoing HTTP connections(below exceptions are from server which does not have internet access and it fails to connect)
2025-02-04 15:16:55,216 ERROR [analyticsEventProcessor:thread-1] [DefaultAnalyticsPipeline] Failed to send analytics event com.atlassian.analytics.api.events.MauEvent@e698c074 com.atlassian.cache.CacheException: io.atlassian.util.concurrent.LazyReference$InitializationException: software.amazon.awssdk.core.exception.SdkClientException: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is failing to resolve. If this is happening on an endpoint that previously worked, there may be a network connectivity issue or your DNS cache could be storing endpoints for too long. . Caused by: software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: btf-analytics.s3.dualstack.us-east-1.amazonaws.com Caused by: java.net.UnknownHostException: btf-analytics.s3.dualstack.us-east-1.amazonaws.com
Expected Results
There is no outgoing connection-related analytics if it's disabled.
Actual Results
- Bamboo sends request to btf-analytics.s3.dualstack.us-east-1.amazonaws.com when starting Bamboo application
Caused by: software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: btf-analytics.s3.dualstack.us-east-1.amazonaws.com Caused by: java.net.UnknownHostException: btf-analytics.s3.dualstack.us-east-1.amazonaws.com
Workaround
None
- mentioned in
-
Page Loading...