您的位置:首页 > 健康 > 美食 > 设计软件的软件_设计公司门头设计_百度极简网址_贵港seo

设计软件的软件_设计公司门头设计_百度极简网址_贵港seo

2025/4/19 16:18:21 来源:https://blog.csdn.net/dilaoshuPN/article/details/147073835  浏览:    关键词:设计软件的软件_设计公司门头设计_百度极简网址_贵港seo
设计软件的软件_设计公司门头设计_百度极简网址_贵港seo

You may found that you created a cluster many days ago, and you didn't delete it, but it is disapear. Why did this happen? Who deleted the cluster?

Actually, 30 days after a compute is terminated, it is permanently deleted automaticlly.

If your workspace has Unity Catalog enabled, you can use this sql to check who deleted the cluster. If the sql returns null, the cluster was removed automatically due to it being inactive for 30 days.

SELECT max(event_time) AS EventTime, request_params["cluster_id"] AS ClusterID, user_identity.email as User, source_ip_address AS IPAddress  
FROM system.access.audit
WHERE action_name = "permanentDelete" AND service_name = "clusters" AND workspace_id = "xxxxxxxxxx"AND request_params["cluster_id"] = ""
GROUP BY request_params["cluster_id"], user_identity.email, source_ip_address

If you want to keep the all-purpose cluster after 30 days of termination, you can pin it. Up to 100 compute resources can be pinned.

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com