bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

Remove alarming-looking agent log message on reboot

Open cbgbt opened this issue 3 years ago • 0 comments

Issue or Feature Request: When the brupop agent reboots a node, it allows the reboot to send a signal to the process, terminating it. This results in a log message that looks like this:

thread 'main' panicked at 'index out of bounds: the len is 1 but the index is 1', agent/src/apiclient.rs:112:56

We should have the brupop agent just std::process::exit() gracefully rather than allowing it to be killed.

cbgbt avatar Feb 03 '22 19:02 cbgbt