Skip to content

v0.14.3

Compare
Choose a tag to compare
@teo teo released this 15 Jun 08:45
· 1775 commits to master since this release

This patch release implements a force destroy feature, with the goal of disbanding a running environment even if its state doesn't allow further transitions because of an unresponsive task.

  • Environment force destroy:
    • [coconut] add force flag in environment destroy
    • [core] protos add force option in DestroyEnvironmentRequest
    • [core] handle force destroy request
    • [executor] add timeout to OCC transition
    • [executor] set timeout to 15s for OCC transition

Nota bene as of v0.14.2: if you have a habit of running the AliECS core with --veryVerbose, your debut output will suddenly become noisier, including repetitive periodic output. InfoLogger is not affected by this change. It is safe to drop the --veryVerbose flag to suppress this new output if you're not debugging specific core internals.