ClusterCockpit / cc-metric-collector

A node agent for measuring, processing and forwarding node level metrics
MIT License
4 stars 7 forks source link

[LikwidCollector] Errors at shutdown with access mode 'accessdaemon' #70

Closed TomTheBear closed 2 years ago

TomTheBear commented 2 years ago

When using the access mode 'accessdaemon' and systemd sends the SIGTERM to the cc-metric-collector, the Golang runtime forwards the SIGTERM also the the likwid-accessD process(es). The common finalization step of the LikwidCollector throws errors when resetting registers to default.

Probably requires changes to LIKWID itself as well.