Skip to content

fix(deps): resolve concurrent map writes panic in inspektor-gadget#826

Merged
matthyx merged 1 commit into
mainfrom
fix-concurrent-map-writes
May 27, 2026
Merged

fix(deps): resolve concurrent map writes panic in inspektor-gadget#826
matthyx merged 1 commit into
mainfrom
fix-concurrent-map-writes

Conversation

@matthyx
Copy link
Copy Markdown
Contributor

@matthyx matthyx commented May 27, 2026

Closes #825. Update inspektor-gadget dependency to use the version from your fork with the concurrent map writes fix.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Warning

Review limit reached

@matthyx, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 56 minutes and 46 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5e566a79-092a-426a-8722-106f4fa60180

📥 Commits

Reviewing files that changed from the base of the PR and between 0a63d5e and dd7ad5b.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-concurrent-map-writes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
@matthyx matthyx force-pushed the fix-concurrent-map-writes branch from 74164f5 to dd7ad5b Compare May 27, 2026 16:15
@matthyx matthyx added the release Create release label May 27, 2026
@github-actions
Copy link
Copy Markdown

Performance Benchmark Results

Node-Agent Resource Usage
Metric BEFORE AFTER Delta
Avg CPU (cores) 0.195 0.194 -0.7%
Peak CPU (cores) 0.208 0.202 -2.9%
Avg Memory (MiB) 332.291 271.323 -18.3%
Peak Memory (MiB) 334.852 278.125 -16.9%
Dedup Effectiveness (AFTER only)
Event Type Passed Deduped Ratio
capabilities 0 0 N/A
hardlink 6000 0 0.0%
http 1704 119456 98.6%
network 904 77996 98.9%
open 36166 620084 94.5%
symlink 6000 0 0.0%
syscall 988 1911 65.9%
Event Counters
Metric BEFORE AFTER
capability_counter 7 8
dns_counter 1456 1403
exec_counter 7284 7017
network_counter 95784 92330
open_counter 797344 769814
syscall_counter 3548 3539

@matthyx matthyx merged commit a9bde81 into main May 27, 2026
28 checks passed
@matthyx matthyx deleted the fix-concurrent-map-writes branch May 27, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Create release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

panic: concurrent map writes

1 participant