简体   繁体   English

VIP交换后的Azure Worker角色循环

[英]Azure Worker Role Cycling after VIP Swap

I'm face with a problem. 我面临一个问题。 Azure Worker Role become Cycling after I swap VIP and it can't become healthy. 交换VIP后,Azure Worker角色将变为“骑车”,并且无法恢复健康。 There are no errors in Windows Azure logs. Windows Azure日志中没有错误。 And PerfMon errors in Application logs. 以及应用程序日志中的PerfMon错误。

How can I get rid of this problem? 我如何摆脱这个问题?

UPD1: UPD1:

I do some investigation and there are updates. 我进行了一些调查,并且有更新。 WorkerRole fail in WorkerRole.cs with exception and then going to infinite recycling. WorkerRole在WorkerRole.cs中失败,并带有异常,然后进行无限回收。 I running Background Thread in OnRun method and there are Queue Handler. 我在OnRun方法中运行Background Thread,并且有Queue Handler。 May be some of Queue handle exception that couldn't catch by try-catch. 可能是某些try-catch无法捕获的Queue处理异常。

I found a problem. 我发现了一个问题。 It's a stack overflow exception, that crash role. 这是一个堆栈溢出异常,即崩溃角色。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM