SHOW SERVICE CONTAINERS IN SERVICE 命令:输出中的新列

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the output of the SHOW SERVICE CONTAINERS IN SERVICE command includes the following new columns:

Column nameDescription
LAST_EXIT_CODE

表示容器上次退出时的退出代码。如果服务容器过早退出,Snowflake 会重新启动该容器。

退出代码采用整数值的形式表示:

  • NULL:容器目前正在运行,且从未退出。
  • 0:容器上次退出成功。
  • 非零值:容器遭遇故障。
LAST_RESTART_TIMEProvides the timestamp of the most recent restart of the container by Snowflake. NULL value indicates the container never restarted.

参考:1787