skalenetwork / skale-admin

SKALE admin docker container orchestrates all other SKALE Docker containers

Home Page:https://skale.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skale Admin(Investigate): IMA container was not restarted after rotation

EvgeniyZZ opened this issue · comments

Description
IMA agent did not restarted after node rotation procedure. As result new BLS Key was not pass to IMA Agent.
Version: admin: 2.6.0-beta.0

Steps to reproduce

  • Run node rotation
  • At the first round rotation was not successful, group was not created
  • The second round was successful, group created, keys generated
  • Skaled containter restarted: true
  • IMA container restarted: false

Expected result
After successful node rotation skaled/ima containers should start with new configs, data etc.

Actual result
IMA container was not stopped(recreated) after node rotation, as result uses old BLS Keys and not able to sign/verify messages.

notUpdatedBLS.txt
imaLog.txt
amdminLog.txt

Currently not able to reproduce. Will retest it late.
NOTE: can be related to another issue. Moved to investigate