문제

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