質問

I'm face with a problem. Azure Worker Role become Cycling after I swap VIP and it can't become healthy. There are no errors in Windows Azure logs. And PerfMon errors in Application logs.

How can I get rid of this problem?

UPD1:

I do some investigation and there are updates. WorkerRole fail in WorkerRole.cs with exception and then going to infinite recycling. I running Background Thread in OnRun method and there are Queue Handler. May be some of Queue handle exception that couldn't catch by try-catch.

役に立ちましたか?

解決

I found a problem. It's a stack overflow exception, that crash role.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top