Actions
Bug #18303
closedCalling the relay-api to trigger a remote run on all nodes do an infinite loop on root server, killing it
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
calling
curl --request POST https://rudder.example.com/rudder/relay-api/remote-run/all --data keep_output=true
cause hundreds of cf-runagent, killing the server under the load
Files
Updated by Nicolas CHARLES about 4 years ago
- File nodeslist.json nodeslist.json added
Updated by Alexis Mousset about 4 years ago
Problem is that root is both a next hop and a neighbor
DEBUG relayd::api::remote_run: Starting remote run (asynchronous: false, keep_output: true) DEBUG relayd::api::remote_run: Neighbors: [ "relay", "server.rudder.local", "agent2.rudder.local", ] DEBUG relayd::api::remote_run: Remote run command: '"sudo" "/opt/rudder/bin/rudder" "remote" "run" "relay,server.rudder.local,agent2.rudder.local"' DEBUG relayd::api::remote_run: Next-hops: [ ( "server.rudder.local", All, ), ( "relay", All, ), ]
Updated by Alexis Mousset about 4 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 4 years ago
- Subject changed from calling the relay-api to trigger a remote run on all nodes do an infinite loop on root server, killing it to Calling the relay-api to trigger a remote run on all nodes do an infinite loop on root server, killing it
Updated by Alexis Mousset about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3246
Updated by Alexis Mousset about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|cc772f767bf0ed7e377fdb219ea19d07c9f65ff9.
Updated by Alexis Mousset about 4 years ago
- Name check changed from To do to Reviewed
Updated by Alexis Mousset about 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ about 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.6 and 6.2.0~beta1 which were released today.
Actions