tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

api-server undeploy module unsuccessful #175

Closed oojimmy closed 1 year ago

oojimmy commented 1 year ago

Describe the bug undeploy module unsuccessful, it does not change module_instance state to ModuleInstanceState_INIT, so api-server can not find module_instance record to send undeploy message to the agent.

image image

the state is 1, not changed to ModuleInstanceState_INIT https://github.com/tricorder-observability/Starship/blob/main/src/api-server/http/module_manager.go#L421