- Notifications
You must be signed in to change notification settings - Fork926
Closed
Milestone
Description
Spotted using the logging from#7260
The tailnet coordinator sometimes drops aNode
update, causing connections to agents to fail to be established.
TestAgent_EnvironmentVariables.txt
See above logs for detailed sequence.
It's a classic concurrency bug:
- Grab the latest data
- Subscribe to updates
If an update comes in between 1 and 2, we miss it.