diff options
| author | Stefan Boberg <[email protected]> | 2026-01-21 09:38:16 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-01-21 09:38:16 +0100 |
| commit | e8d162c293fbdf9a40a1369b60b80fa286aceb0f (patch) | |
| tree | 0cdb2a913e5f4d6f2c151f36edba8fd5b2ca4f89 /docs | |
| parent | builds multipart upload (#722) (diff) | |
| download | zen-e8d162c293fbdf9a40a1369b60b80fa286aceb0f.tar.xz zen-e8d162c293fbdf9a40a1369b60b80fa286aceb0f.zip | |
zen hub (#574)
Initial implementation of zenserver "hub" mode. This is an experimental feature.
zenserver can be started in hub mode by specifying `hub` as the first argument to zenserver
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/NOTES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/NOTES.md b/docs/NOTES.md index 6edfdfee5..76476b0ea 100644 --- a/docs/NOTES.md +++ b/docs/NOTES.md @@ -10,3 +10,11 @@ We’ll likely want to *not* use `mimalloc` by default due to memory overheads, `doctest` has some thread local state which can unfortunately end up running after the main thread has exited and torn everything down. When it tries to free memory after main has exited things go bad. Currently this mostly ends up being an issue when running tests in the debugger. Some heuristics have been implemented to try and wait for all threads to exit before continuing shutting down but it does not feel like a proper solution. +# Hub + +## Data Obliteration + +We need to support data obliteration on a module level. This means removing any local state for a given +module id and also any cold data. + +Add ability to register service with Consul via REST API |