Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sapmreceiver: allow multiple Start() calls #11518

Merged

Conversation

emaderer
Copy link
Contributor

Description:

Fixing a bug - With open-telemetry/opentelemetry-collector@b05c0f3 using the splunk_hec receiver in multiple pipelines causes a port conflict by trying to recreate an existing server. These changes ensure subsequent Start() calls are noops.

Testing: Updated existing test with repeated Start invocation.

Documentation: Changelog update

Description:
Fixing a bug - With open-telemetry/opentelemetry-collector@b05c0f3 using the splunk_hec receiver in multiple pipelines causes a port conflict by trying to recreate an existing server. These changes ensure subsequent Start() calls are noops.

Testing: Updated existing test with repeated Start invocation.

Documentation: Changelog update
@emaderer emaderer requested a review from a team as a code owner June 23, 2022 18:07
@emaderer emaderer requested a review from pmm-sumo June 23, 2022 18:07
@codeboten codeboten merged commit 1c70a76 into open-telemetry:main Jun 24, 2022
atoulme pushed a commit to atoulme/opentelemetry-collector-contrib that referenced this pull request Jul 16, 2022
Description:
Fixing a bug - With open-telemetry/opentelemetry-collector@b05c0f3 using the splunk_hec receiver in multiple pipelines causes a port conflict by trying to recreate an existing server. These changes ensure subsequent Start() calls are noops.

Testing: Updated existing test with repeated Start invocation.

Documentation: Changelog update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants