You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align is_local_dolt_host with the is_remote 127.0.0.1 contract
The shared is_local_dolt_host classifier treated the whole 127.* block as
the local managed server, but its comment claims to mirror the sibling
gc-beads-bd is_remote/restart/recover scripts — all of which classify only
127.0.0.1 as local. A GC_DOLT_HOST=127.0.0.2 endpoint would read as local
for health/status/logs but remote for restart/recover.
Narrow 127.* to 127.0.0.1 so the classifier matches the three sibling
scripts and the comment is accurate, and add a health test pinning that a
non-.1 loopback host (127.0.0.2) classifies as external, so a future
re-broadening is caught.
0 commit comments