简体   繁体   English

扩展服务结构需要多长时间?

[英]How long should scaling service fabric take?

I started a scale change on my service fabric cluster about 2 hours ago - i've gone form the default to Standard_A1_v2 (5 instances) having ran out of disk space due to log files created by the run time!! 大约2个小时前,我在服务结构集群上开始了规模更改-由于运行时创建的日志文件,我已经从默认的Standard_A1_v2(5个实例)中删除了磁盘空间!

Should my service really be down this long or is it more likely that there has been a problem and I'll need to recreate the cluster? 我的服务真的应该停了这么长时间,还是出现问题了,而我需要重新创建集群? This is no casual task so I would rather not have to do that! 这不是偶然的任务,所以我宁愿不必那样做!

Your VM SKU is too low. 您的VM SKU太低。

For production workloads 对于生产工作负载

The recommended VM SKU is Standard D3 or Standard D3_V2 or equivalent with a minimum of 14 GB of local SSD. 推荐的VM SKU为Standard D3或Standard D3_V2或等效版本,并具有至少14 GB的本地SSD。 The minimum supported use VM SKU is Standard D1 or Standard D1_V2 or equivalent with a minimum of 14 GB of local SSD. 支持的最低使用VM SKU为Standard D1或Standard D1_V2或等效版本,并具有至少14 GB的本地SSD。 Partial core VM SKUs like Standard A0 are not supported for production workloads. 生产工作负载不支持部分核心VM SKU(例如Standard A0)。 Standard A1 SKU is specifically not supported for production workloads for performance reasons 由于性能原因,生产工作负载特别不支持标准A1 SKU

More info here . 更多信息在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Service Fabric缩放 - Azure Service Fabric Scaling 服务结构有状态服务-扩展而不分区? - Service fabric Stateful service - Scaling without partitioning? 扩展Azure服务结构无状态服务 - Scaling of Azure service fabric Stateless services 如何通过长初始化将Azure Cloud Service明智地转换为Azure Service Fabric服务? - How would I sensibly convert an Azure Cloud Service with long initialization into an Azure Service Fabric service? 如何在Azure Service Fabric上动态启动长时间运行的服务的多个实例 - How to launch multiple instance of a long running service on Azure Service Fabric dynamically 适用于长时间运行任务的Azure Service Fabric Actor - Azure service fabric actor for long running tasks Service Fabric 单例服务在扩展时是否有停机时间? - Do Service Fabric singleton services have downtime when scaling? 我可以使用负载平衡器来扩展Azure Service Fabric应用程序 - Can I use load balancer for scaling Azure Service Fabric apps 应如何将 IIS 托管的基于 ASP.Net 的系统部署到 Azure Service Fabric? - How should IIS-hosted ASP.Net-based systems be deployed to Azure Service Fabric? 谁应该拥有Service Fabric状态服务中的服务解析逻辑? - Who should own the logic for service resolution in Service Fabric Stateful Services?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM