[PR #669] [MERGED] split NameServerStats and State #1590

Closed
opened 2026-03-16 02:14:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/669
Author: @bluejekyll
Created: 1/22/2019
Status: Merged
Merged: 1/22/2019
Merged by: @bluejekyll

Base: masterHead: split-nameserverstats-and-state


📝 Commits (2)

  • 30014ae split NameServerStats and State
  • c68c0f7 make NameServerStats use Atomics

📊 Changes

4 files changed (+270 additions, -232 deletions)

View changed files

📝 crates/resolver/src/name_server/mod.rs (+3 -1)
📝 crates/resolver/src/name_server/name_server.rs (+86 -72)
crates/resolver/src/name_server/name_server_state.rs (+130 -0)
📝 crates/resolver/src/name_server/name_server_stats.rs (+51 -159)

📄 Description

No description provided


🔄 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/hickory-dns/hickory-dns/pull/669 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 1/22/2019 **Status:** ✅ Merged **Merged:** 1/22/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `split-nameserverstats-and-state` --- ### 📝 Commits (2) - [`30014ae`](https://github.com/hickory-dns/hickory-dns/commit/30014aef8b5ee362247b8d37696de206d6a10503) split NameServerStats and State - [`c68c0f7`](https://github.com/hickory-dns/hickory-dns/commit/c68c0f7dd21470cbec98fa933769b3290d6348ed) make NameServerStats use Atomics ### 📊 Changes **4 files changed** (+270 additions, -232 deletions) <details> <summary>View changed files</summary> 📝 `crates/resolver/src/name_server/mod.rs` (+3 -1) 📝 `crates/resolver/src/name_server/name_server.rs` (+86 -72) ➕ `crates/resolver/src/name_server/name_server_state.rs` (+130 -0) 📝 `crates/resolver/src/name_server/name_server_stats.rs` (+51 -159) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:14:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1590
No description provided.