[PR #2964] [MERGED] batcher: ensure removal from batcher #2970

Closed
opened 2025-12-29 04:19:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2964
Author: @kradalby
Created: 12/16/2025
Status: Merged
Merged: 12/17/2025
Merged by: @kradalby

Base: mainHead: kradalby/2924-error-remove


📝 Commits (2)

  • 8075bd5 batcher: ensure removal from batcher
  • 62388e4 mapper: correct some variable names missed from change

📊 Changes

4 files changed (+201 additions, -27 deletions)

View changed files

📝 hscontrol/mapper/batcher.go (+1 -1)
📝 hscontrol/mapper/batcher_lockfree.go (+60 -25)
📝 hscontrol/mapper/batcher_test.go (+137 -0)
📝 hscontrol/state/state.go (+3 -1)

📄 Description

Fixes #2924


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/2964 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/2924-error-remove` --- ### 📝 Commits (2) - [`8075bd5`](https://github.com/juanfont/headscale/commit/8075bd5eb547bf8529cd7ea7758ad4c841eebab0) batcher: ensure removal from batcher - [`62388e4`](https://github.com/juanfont/headscale/commit/62388e489e359dbc6016cd6d5a7f20d3442db34a) mapper: correct some variable names missed from change ### 📊 Changes **4 files changed** (+201 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `hscontrol/mapper/batcher.go` (+1 -1) 📝 `hscontrol/mapper/batcher_lockfree.go` (+60 -25) 📝 `hscontrol/mapper/batcher_test.go` (+137 -0) 📝 `hscontrol/state/state.go` (+3 -1) </details> ### 📄 Description Fixes #2924 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:19:52 +01:00
adam closed this issue 2025-12-29 04:19:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2970