Snowpark Container Services:每个计算池节点的新暂存区挂载分配限制¶
Attention
This behavior change is in the 2024_06 bundle.
For the current status of the bundle, refer to Bundle History.
在选择用于运行服务实例的计算池节点时,Snowflake 行为是:
- Before the change:
Snowflake ensures that the resources requested in the
containers.resourcesfield in the specification are available on the specific node.- After the change:
Snowflake 还会确保每个计算池节点的暂存区挂载分配不超过 8 个。
Snowflake supports storage volumes for use by application containers. Snowflake internal stage is one of the supported storage volume types.
为获得最佳性能,Snowflake 现在将使用暂存区卷挂载的服务实例数量限制为每个计算池节点 8 个。这些实例属于同一服务还是不同服务并不重要。
达到限制后,Snowflake 不会使用该节点启动使用暂存区卷的新服务实例。相反,Snowflake 会在计算池中的不同节点上启动服务实例。
为适应节点的暂存区挂载分配限制,在某些情况下可以增加为计算池请求的最大节点数。这样可以确保更多节点可供 Snowflake 启动服务实例。
参考:1698