Skip to content

Conversation

@tommyers-elastic
Copy link
Contributor

In the existing code, we create a mapstr.M containing attributes to set in the RootFields of metric events, which is reused several times in a loop. In the publisher code, the root fields are modified, e.g. https://github.com/elastic/beats/blob/main/metricbeat/mb/event.go#L79, which causes a panic due to fatal error: concurrent map iteration and map write, as the same mapstr.M object is still being used in later iterations of the loop.

Proposed commit message

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@tommyers-elastic tommyers-elastic requested a review from a team as a code owner September 19, 2024 08:19
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 19, 2024
@botelastic
Copy link

botelastic bot commented Sep 19, 2024

This pull request doesn't have a Team:<team> label.

@shmsr shmsr changed the title [metribeat] [panw] fix concurrent map write error caused by reusing a mapstr.M [metricbeat][panw] fix concurrent map write error caused by reusing a mapstr.M Sep 19, 2024
@tommyers-elastic tommyers-elastic enabled auto-merge (squash) September 19, 2024 08:35
@tommyers-elastic tommyers-elastic added the backport-8.x Automated backport to the 8.x branch with mergify label Sep 19, 2024
@tommyers-elastic tommyers-elastic merged commit 26daf71 into elastic:8.15 Sep 19, 2024
mergify bot pushed a commit that referenced this pull request Sep 19, 2024
tommyers-elastic added a commit that referenced this pull request Sep 19, 2024
…40903)

Co-authored-by: dparkerelastic <[email protected]>
(cherry picked from commit 26daf71)

Co-authored-by: Tom Myers <[email protected]>
@khushijain21 khushijain21 mentioned this pull request Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.x Automated backport to the 8.x branch with mergify needs_team Indicates that the issue/PR needs a Team:* label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants